Hi, I am facing an issue. When I send a custom metric with Java Otel SDK without attaching the attri...
z
Hi, I am facing an issue. When I send a custom metric with Java Otel SDK without attaching the attributes to it, the increase appears in Signoz for that metric. But when I attach attributes to the same metric, Signoz doesn't show the increase. Any idea what the issue is?
The java application exports custom metric to Otel Collector (intermediary) which inturn exports to the Otlp receiver of Signoz.
I have a self hosted signoz env with docker compose
I see the tag(attribute) values when I sumBy in the query. But the temporal aggregation values are shown as zero.
Update: I think some of the events are getting missed for some reason. Some events/metrics are getting captured with attributes as well.