👋 Hello, team! I am exploring Signoz cloud and trying to send metric/traces/logs from OTel collector (otel-contrib) running on my local. For testing I have configured a 'file' exporter along with the one suggested by Signoz cloud like below,
exporters:
otlp:
endpoint: "ingest.in.signoz.cloud:443"
tls:
insecure: false
headers:
"signoz-access-token": "mytoken"
file:
path: /OTel-Collector/otel_export.log
debug:
verbosity: normal
Though I can see, metrics appearing in my otel_export.log, but how to view them on the cloud? Also though I have configured verbosity=normal, could not see anything printed on the console from the collector. I am very new to this community, can anyone throw some pointers on this? Thanks in advance
[applogies for multiupl edit :)]
s
Srikanth Chekuri
12/23/2024, 4:12 AM
Though I can see, metrics appearing in my otel_export.log, but how to view them on the cloud?
By creating a dashboard panel
Srikanth Chekuri
12/23/2024, 4:13 AM
Also though I have configured verbosity=normal, could not see anything printed on the console from the collector.
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.