Change instance specific dimensions in aggregated metrics
Open
blocked
- Dominant language
- Go
- Stars
- 1.3k
- Forks
- 543
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 109
Description
Currently, instance specific metrics are part of the transaction metrics dimensions, and can lead to time series explosion.
To reduce the number of transaction metric timeseries, we remove the instance-specific dimensions and introduce a new metric set that has instance specific dimensions but not `transaction.name`.
Required changes:
- review dimensions and propose which ones classify as instance-specific
- remove the instance dimensions from transaction metrics
- create a new metric set with instance dimensions
- update documentation
- update apmpackage
Contributor guide
Assessment
This issue has not been assessed yet.