#general

Configuring Opentelemetry Collector with SigNoz on Kubernetes

TLDR Narasimha asked about configuring Opentelemetry to push data to SigNoz on a different Kubernetes cluster. Robin clarified it's more of a Kubernetes operation involving an ingress on a cluster IP.

Powered by Struct AI
3
1mo
Solved
Join the chat
Aug 24, 2023 (1 month ago)
Narasimha
Photo of md5-70a65c96b293c1aafa37eaaefeaefa64
Narasimha
02:02 PM
Hi Everyone,
I have a question, is there a way where we can configure Opentelemetry colelctor running on one kuberenetes clsuter to push data to SigNoz running on another kubernetes clsuter
Robin
Photo of md5-e18fd6bf1ed8f3adba05f7061edef1e1
Robin
04:11 PM
Yes, this is more of a Kubernetes question though. You need to be able to have an ingress on a cluster IP that supports your chosen protocol, probably grpc
Aug 25, 2023 (1 month ago)
Narasimha
Photo of md5-70a65c96b293c1aafa37eaaefeaefa64
Narasimha
12:34 PM
Thank you Robin Yes that's true from kubernetes my question is based on prometheus as of today we can only push data to remote prometheus is using remote write and so I wanted to know is there a configuration which I need to do for SigNoz to work in this mode.