fix: add signoz.collector.id to spanmetrics dimensions (#2001)

* fix: add service.instance.id to spanmetrics dimensions

* chore: update description

* chore: update the resource key
This commit is contained in:
Srikanth Chekuri 2023-01-10 19:21:17 +05:30 committed by GitHub
parent b23d8da96c
commit b675c3cfec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -86,6 +86,10 @@ processors:
default: default
- name: deployment.environment
default: default
# This is added to ensure the uniqueness of the timeseries
# Otherwise, identical timeseries produced by multiple replicas of
# collectors result in incorrect APM metrics
- name: 'signoz.collector.id'
# memory_limiter:
# # 80% of maximum memory up to 2G
# limit_mib: 1500

View File

@ -83,6 +83,10 @@ processors:
default: default
- name: deployment.environment
default: default
# This is added to ensure the uniqueness of the timeseries
# Otherwise, identical timeseries produced by multiple replicas of
# collectors result in incorrect APM metrics
- name: 'signoz.collector.id'
# memory_limiter:
# # 80% of maximum memory up to 2G
# limit_mib: 1500