Hi, After running helm install on AKS I get the fo...
# support
d
Hi, After running helm install on AKS I get the following services:
Copy code
NAME                                      PORT(S)
chi-my-release-clickhouse-cluster-0-0     8123/TCP,9000/TCP,9009/TCP
my-release-clickhouse                     8123/TCP,9000/TCP
my-release-clickhouse-operator-metrics    8888/TCP
my-release-k8s-infra-otel-agent           13133/TCP,8888/TCP,4317/TCP,4318/TCP
my-release-k8s-infra-otel-deployment      13133/TCP,8888/TCP,4317/TCP,4318/TCP
my-release-signoz-alertmanager            9093/TCP
my-release-signoz-alertmanager-headless   9093/TCP
my-release-signoz-frontend                3301/TCP
my-release-signoz-otel-collector          14250/TCP,14268/TCP,8888/TCP,4317/TCP,4318/TCP
my-release-signoz-otel-collector-metrics  13133/TCP
my-release-signoz-query-service           8080/TCP,8085/TCP
my-release-zookeeper                      2181/TCP,2888/TCP,3888/TCP
my-release-zookeeper-headless             2181/TCP,2888/TCP,3888/TCP
Is this the correct configuration for sending the traces:
Copy code
otelcolConfig: {
        url: '<http://my-release-signoz-otel-collector.platform.svc.cluster.local:4318/v1/traces>', // URL of opentelemetry collector
      },
When I enable traces to console I’m able to see the output but when configuring it to send to my-release-signoz-otel-collector service on port 4318 I get no results.
s
Are you using OTLP HTTP exporter or gRPC exporter in application?
d
OTLP HTTP
s
Do you see any error/warning logs if the export span batch is not successful in applications logs?