You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe the feature request
The Micrometer API allows for defining a description and baseUnit upon Meter creation.
The Dynatrace metrics ingestion API used by the Dynatrace Micrometer registry allows for specifying units and descriptions for ingested metrics: https://www.dynatrace.com/support/help/shortlink/metric-ingestion-protocol#metadata
It would be great if the Dynatrace registry would make full use of both APIs and also export the unit and description for each metric if they are specified by the user.
Rationale
The Meter description can describe a metric in more detail than just the metric name itself.
The Meter unit can help when interpreting metrics and is useful to tell whether different metrics are comparable with one another.
Export Meter's unit and description as Dynatrace metadata by default. This new behavior can be toggled by a new configuration method `exportMeterMetadata` on DynatraceConfig.
Resolvesgh-3979
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
gh-4006 added support for metrics metadata (unit and description) in the
Dynatrace Exporter. The exporter always added the metadata even if unit
or description were not set. After these changes,
the exporter should not attempt to add metadata if no unit
or description was set on the metric.
See gh-4247
See gh-3979
See gh-4006
Co-authored-by: Jonatan Ivanov <jonatan.ivanov@gmail.com>
Please describe the feature request
The Micrometer API allows for defining a
description
andbaseUnit
upon Meter creation.The Dynatrace metrics ingestion API used by the Dynatrace Micrometer registry allows for specifying units and descriptions for ingested metrics: https://www.dynatrace.com/support/help/shortlink/metric-ingestion-protocol#metadata
It would be great if the Dynatrace registry would make full use of both APIs and also export the unit and description for each metric if they are specified by the user.
Rationale
The Meter description can describe a metric in more detail than just the metric name itself.
The Meter unit can help when interpreting metrics and is useful to tell whether different metrics are comparable with one another.
Additional context
https://www.dynatrace.com/support/help/shortlink/metric-ingestion-protocol#metadata
https://www.dynatrace.com/support/help/shortlink/custom-metric-metadata
cc @pirgeo
The text was updated successfully, but these errors were encountered: