Slackbot
02/20/2024, 10:29 AMGabriel Henrique
02/20/2024, 12:45 PMGabriel Henrique
02/20/2024, 12:46 PMMateusz Siepracki
02/20/2024, 1:33 PM- 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
Mateusz Siepracki
02/20/2024, 1:33 PMOTEL_EXPORTER_OTLP_PROTOCOL
and adjusted protocol and port - it’s not workingMateusz Siepracki
02/20/2024, 1:33 PM<https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/latest/download/opentelemetry-javaagent.jar>
Srikanth Chekuri
02/20/2024, 3:54 PMMateusz Siepracki
02/20/2024, 4:57 PM