Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

couldn't send trace to grafana alloy endpoint #26

Closed
networkandcode opened this issue Apr 21, 2024 · 1 comment
Closed

couldn't send trace to grafana alloy endpoint #26

networkandcode opened this issue Apr 21, 2024 · 1 comment

Comments

@networkandcode
Copy link

Hi, I am not able to send traces to the alloy endopint in kubernetes.

 - name: ENDPOINT
    value: <alloy-servicename>.<namespace>.svc.cluster.local:4317

I get this error in the log:

{"error":"rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing dial tcp 10.247.242.70:4317: connect: connection refused\"","interval":"7.198334681s"}

The alloy service is running prooperly and 4317 is properly exposed.

@networkandcode
Copy link
Author

It was an issue with alloy configuration, where I had to expose 0.0.0.0:4317 for outside connections.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant