TLDR subrat faced issues publishing gauge metrics with a Kotlin application using Signoz. Srikanth asked for logs but no useful information was found. subrat seeks clarification on the architecture, but the issue remains unresolved.
If they are not getting published then it might be problem with exporting. Can you share the logs of collector?
I see 2 collectors.
sad part is, i dont see any relevant logs in any of the collector when emitting metrics.
clickhouse-setup-otel-collector-1
```2023-06-21 21:21:09 2023-06-22T01:21:09.124Z warn internal/warning.go:51 Using the 0.0.0.0 address exposes this server to every network interface, which may facilitate Denial of Service attacks {"kind": "receiver", "name": "otlp", "data_type": "logs", "documentation": "
bumping this up as i still could not resolve the issue.
Also, I am a little confused as there are 2 signoz otel collector running. Can someone provide an architecture doc that explains the flow?
subrat
Tue, 20 Jun 2023 21:27:24 UTCI am using signoz for the first time. My setup is running docker standalone locally. Created a sample kotlin application to test the integration and currently trying to publish a gauge metrics from the application. Here is the code.
For some reason, the gauge metrics isn't published.