Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

X-Ray traces destination #4975

Open
jeusdi opened this issue Apr 19, 2024 · 0 comments
Open

X-Ray traces destination #4975

jeusdi opened this issue Apr 19, 2024 · 0 comments

Comments

@jeusdi
Copy link

jeusdi commented Apr 19, 2024

It's not clear to how to send my traces to x-ray.

I mean, currently I'm sending my traces to a jaeger. It works fine. Here my related configuration:

I mean, currently, here's my related configuration:

# See https://docs.spring.io/spring-data/mongodb/reference/observability/observability.html
# Disable Spring Boot's autoconfigured tracing
management.metrics.mongo.command.enabled=false
# Enable it manually
management.tracing.enabled=true

management.tracing.sampling.probability=1.0
management.otlp.tracing.endpoint=http://localhost:4318/v1/traces
spring.application.name=espaidoc-frontoffice

It's not clear to me how to change OTLP destination.

My current dependencies:

<dependency>
	<groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
	<groupId>io.micrometer</groupId>
	<artifactId>micrometer-tracing</artifactId>
</dependency>
<dependency>
	<groupId>io.micrometer</groupId>
	<artifactId>micrometer-tracing-bridge-otel</artifactId>
</dependency>
<dependency>
	<groupId>io.opentelemetry</groupId>
	<artifactId>opentelemetry-exporter-otlp</artifactId>
</dependency>

Could you provide any suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant