This message was deleted.
s
This message was deleted.
g
I think that grpc works on grpc protocol grpc://
also your instrumentation need to connect via using the grpc client instead the http one.
m
I’ve check that config:
Copy code
- name: OTEL_LOGS_EXPORTER
  value: "otlp"
- name: OTEL_EXPORTER_OTLP_PROTOCOL
  value: "grpc"
- name: OTEL_EXPORTER_OTLP_ENDPOINT
  value: <grpc://signoz-otel-collector.monitoring.svc.cluster.local:4317>
- name: OTEL_RESOURCE_ATTRIBUTES
  value: service.name=my-monitored-service
just added
OTEL_EXPORTER_OTLP_PROTOCOL
and adjusted protocol and port - it’s not working
I am using most recent client from here:
Copy code
<https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/latest/download/opentelemetry-javaagent.jar>
s
Are there any error logs in spring application?
m
no errors in Spring Boot app