Conversation
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
|
Thank you |
|
@thaarrtt I have a question about the OpenTelemetry Go configuration based on this documentation: https://signoz.io/docs/instrumentation/opentelemetry-golang/ For OTEL_EXPORTER_OTLP_ENDPOINT, should I use: My server's IP address (e.g., 192.168.1.100:4317), or |
|
Hello there! Tried using the template, but the file mounting is not setup (it's using named volumes). Thus data will not be persisted accross deploys, which is a big issue. Also, seems like only file binding and not Bind Mount is available in the "advanced" tab for docker-compose files, so I'm not sure how to set this up. |
sorry for late reply, are you fixed this issue?? |
Hi @thaarrtt Not yet, I can see the Signoz panel but I’m not receiving any data (traces and logs). I’ve tried both options I mentioned to you, but it doesn’t seem to collect any information. |
maybe something like this??? https://gist.github.com/thaarrtt/47ced46f7268fb45e39b21c7f4f2a4c8 |
like nothing at all????? what logs info from otel collector or any request http info from the service??? |
Yeah, nothing shows up in the SigNoz dashboard (no traces, no logs). Here’s what I’ve tried so far: But I understand that the SigNoz template generates a domain for the OTEL_EXPORTER_OTLP_ENDPOINT |
Tks for your reply. My understanding is that compose only supports file mounting, not path mount (so it won't work with folders?) I tried something similar but was unusure it was actuallyworking, I'll try again and update |

add initial signoz template
need more testing
Closes #17
also thanks for @renegadevi for working template