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?
Zakir Ahmed Shaik
10/22/2024, 11:26 AM
The java application exports custom metric to Otel Collector (intermediary) which inturn exports to the Otlp receiver of Signoz.
Zakir Ahmed Shaik
10/22/2024, 11:43 AM
I have a self hosted signoz env with docker compose
Zakir Ahmed Shaik
10/22/2024, 12:03 PM
I see the tag(attribute) values when I sumBy in the query. But the temporal aggregation values are shown as zero.
Zakir Ahmed Shaik
10/22/2024, 12:46 PM
Update: I think some of the events are getting missed for some reason. Some events/metrics are getting captured with attributes as well.