:wave: Hello, team! I am exploring Signoz cloud an...
# signoz-cloud
a
👋 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
Though I can see, metrics appearing in my otel_export.log, but how to view them on the cloud?
By creating a dashboard panel
Also though I have configured verbosity=normal, could not see anything printed on the console from the collector.
Did you configure it in the pipeline