This message was deleted.
# support
s
This message was deleted.
m
i have install required gems and configured config/initializers/opentelemetry.rb file
and added in .env
OTEL_TRACES_EXPORTER='otlp' OTEL_METRICS_EXPORTER='none' OTEL_EXPORTER_OTLP_ENDPOINT="my-release-signoz-otel-collector.platform.svc.cluster.local"
s
Collector runs on port 4317/grpc and 4318/http. Make that part of endpoint for based on which protocol you are using
m
service/my-release-signoz-otel-collector ClusterIP 100.71.79.116 <none> 4317/TCP,4318/TCP,55680/TCP,55681/TCP,14250/TCP,14268/TCP,9411/TCP,8888/TCP,8889/TCP
collertor is running cluster ip
so i m using the dns of the service
everthing is inside the cluster so pod to pod communication should work with dns right?
s
You should also specify the port in the endpoint config
m
its working now @User Thanks