DanielZ
03/03/2025, 1:19 PMs4nchez
03/03/2025, 3:54 PMDanielZ
03/11/2025, 6:50 PMHttpAttributes
from OpenTelemetry in the MetricsDefaults
. Some of that *Attributes
are requiring for example a long instead of a string. which is conflicting using HttpTransaction
.
Now I’m wondering whether I should introduce something like a MetricsLabeler
which takes an HttpTransaction
and transforms it to an OtelMetric
(which itself is a Map<Attributes, Any>
). That would replace the HttpTransactionLabeler
in the OpenTelemetryMetrics
.
Any suggestions on that?s4nchez
03/16/2025, 4:25 PMMetricsDefault
to use OpenTelemetry as the standard (I'd keep a copy as a LegacyMetricsDefault
in case people still need it).
Re: map type, I suggest changing HttpTransaction#labels
to <String, Any>
so it can hold longs. Would that do the trick?s4nchez
03/16/2025, 4:26 PMDanielZ
03/20/2025, 7:23 PMdave
03/20/2025, 7:29 PM