Skip to content

Commit

Permalink
Add a TODO for Histrogram metric name override.
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhlogin committed Feb 6, 2024
1 parent 2065a78 commit 52baef9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def build(self) -> AwsSpanMetricsProcessor:
error_histogram: Histogram = meter.create_histogram(_ERROR)
fault_histogram: Histogram = meter.create_histogram(_FAULT)
latency_histogram: Histogram = meter.create_histogram(_LATENCY, unit=_LATENCY_UNITS)
# TODO: Remove the Histogram name override after the CWAgent is fixed with metric name case-insensitive.
error_histogram.name = _ERROR
fault_histogram.name = _FAULT
latency_histogram.name = _LATENCY
Expand Down

0 comments on commit 52baef9

Please sign in to comment.