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

otel: simple OTEL collector/Jaeger/Aspire stack for testing purposes #47733

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

krissetto
Copy link
Contributor

@krissetto krissetto commented Apr 19, 2024

- What I did
Added a compose stack to be used for testing out OTEL functionality

- How I did it

  • Added compose stack;
  • Added basic OTEL collector config;
  • Added basic usage doc

- How to verify it
Read the doc and try it out :)

- Description for the changelog

Add simple compose file for testing OTEL traces locally

- A picture of a cute animal (not mandatory but encouraged)

Signed-off-by: Christopher Petito <47751006+krissetto@users.noreply.github.com>
aspire-dashboard:
image: mcr.microsoft.com/dotnet/nightly/aspire-dashboard
ports:
- 18888:18888
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wondering if we should use 127.0.0.1 for these; just in case someone runs this without considering that mapping the port will default to the public interface. @akerouanton any thoughts?


## How can I use it?

1) Export the env var used to override the OTLP endpoint:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit; should this be a actual markdown numbered list?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mmh good question, I thought it looked a bit better but I guess it depends on the markdown renderer used. No hard feelings here, if it's "more correct" to do otherwise i'll change this

@krissetto krissetto changed the title otel: simple OTEL collector/Prometheus/Aspire stack for testing purposes otel: simple OTEL collector/Jaeger/Aspire stack for testing purposes Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants