mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 09:49:02 +08:00
chore: add common resource attributes for span metrics (#5224)
This commit is contained in:
parent
ded58f5392
commit
dbfa4e80bb
@ -77,7 +77,16 @@ processors:
|
|||||||
# This is added to ensure the uniqueness of the timeseries
|
# This is added to ensure the uniqueness of the timeseries
|
||||||
# Otherwise, identical timeseries produced by multiple replicas of
|
# Otherwise, identical timeseries produced by multiple replicas of
|
||||||
# collectors result in incorrect APM metrics
|
# collectors result in incorrect APM metrics
|
||||||
- name: 'signoz.collector.id'
|
- name: signoz.collector.id
|
||||||
|
- name: service.version
|
||||||
|
- name: browser.platform
|
||||||
|
- name: browser.mobile
|
||||||
|
- name: k8s.cluster.name
|
||||||
|
- name: k8s.node.name
|
||||||
|
- name: k8s.namespace.name
|
||||||
|
- name: host.name
|
||||||
|
- name: host.type
|
||||||
|
- name: container.name
|
||||||
# memory_limiter:
|
# memory_limiter:
|
||||||
# # 80% of maximum memory up to 2G
|
# # 80% of maximum memory up to 2G
|
||||||
# limit_mib: 1500
|
# limit_mib: 1500
|
||||||
@ -108,6 +117,15 @@ processors:
|
|||||||
# Otherwise, identical timeseries produced by multiple replicas of
|
# Otherwise, identical timeseries produced by multiple replicas of
|
||||||
# collectors result in incorrect APM metrics
|
# collectors result in incorrect APM metrics
|
||||||
- name: signoz.collector.id
|
- name: signoz.collector.id
|
||||||
|
- name: service.version
|
||||||
|
- name: browser.platform
|
||||||
|
- name: browser.mobile
|
||||||
|
- name: k8s.cluster.name
|
||||||
|
- name: k8s.node.name
|
||||||
|
- name: k8s.namespace.name
|
||||||
|
- name: host.name
|
||||||
|
- name: host.type
|
||||||
|
- name: container.name
|
||||||
|
|
||||||
exporters:
|
exporters:
|
||||||
clickhousetraces:
|
clickhousetraces:
|
||||||
|
@ -75,7 +75,16 @@ processors:
|
|||||||
# This is added to ensure the uniqueness of the timeseries
|
# This is added to ensure the uniqueness of the timeseries
|
||||||
# Otherwise, identical timeseries produced by multiple replicas of
|
# Otherwise, identical timeseries produced by multiple replicas of
|
||||||
# collectors result in incorrect APM metrics
|
# collectors result in incorrect APM metrics
|
||||||
- name: 'signoz.collector.id'
|
- name: signoz.collector.id
|
||||||
|
- name: service.version
|
||||||
|
- name: browser.platform
|
||||||
|
- name: browser.mobile
|
||||||
|
- name: k8s.cluster.name
|
||||||
|
- name: k8s.node.name
|
||||||
|
- name: k8s.namespace.name
|
||||||
|
- name: host.name
|
||||||
|
- name: host.type
|
||||||
|
- name: container.name
|
||||||
# memory_limiter:
|
# memory_limiter:
|
||||||
# # 80% of maximum memory up to 2G
|
# # 80% of maximum memory up to 2G
|
||||||
# limit_mib: 1500
|
# limit_mib: 1500
|
||||||
@ -111,6 +120,15 @@ processors:
|
|||||||
# Otherwise, identical timeseries produced by multiple replicas of
|
# Otherwise, identical timeseries produced by multiple replicas of
|
||||||
# collectors result in incorrect APM metrics
|
# collectors result in incorrect APM metrics
|
||||||
- name: signoz.collector.id
|
- name: signoz.collector.id
|
||||||
|
- name: service.version
|
||||||
|
- name: browser.platform
|
||||||
|
- name: browser.mobile
|
||||||
|
- name: k8s.cluster.name
|
||||||
|
- name: k8s.node.name
|
||||||
|
- name: k8s.namespace.name
|
||||||
|
- name: host.name
|
||||||
|
- name: host.type
|
||||||
|
- name: container.name
|
||||||
|
|
||||||
extensions:
|
extensions:
|
||||||
health_check:
|
health_check:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user