Skip to content

OTEL export broken in GO Feature Flags #444

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

Open
aaronpowell opened this issue Feb 3, 2025 · 7 comments
Open

OTEL export broken in GO Feature Flags #444

aaronpowell opened this issue Feb 3, 2025 · 7 comments
Assignees
Labels
awaiting response Waiting for the author of the issue to provide more information or answer a question

Comments

@aaronpowell
Copy link
Member

          Did you get the OTEL exporter to work? @aaronpowell

Originally posted by @Odonno in #425 (comment)

@aaronpowell aaronpowell self-assigned this Feb 5, 2025
@aaronpowell
Copy link
Member Author

I think the problem might be caused by the OTLE endpoint being served on a self-signed certificate from the Aspire app host, which then isn't trusted in the container. This is mostly a problem with container resources because executable resources run on the host which the aspnet dev cert is trusted, whereas inside the container it hasn't been trusted.

@Odonno
Copy link
Contributor

Odonno commented Feb 6, 2025

I trust you on that. I am also unsure if it is related to the private IP address, can't the OTEL endpoint be consumed via its service name?

@aaronpowell
Copy link
Member Author

The way the networking is configured with Docker the endpoint that it access it via, host.docker.internal:<some port>, is available within the container, but the SSL certificate for the OTEL endpoint isn't valid so it fails.

Copy link
Contributor

We have noticed this issue has not been updated within 21 days. If there is no action on this issue in the next 14 days, we will automatically close it. You can use /stale-extend to extend the window.

@github-actions github-actions bot added the Stale label Feb 28, 2025
@Odonno
Copy link
Contributor

Odonno commented Feb 28, 2025

/stale-extend ?

@github-actions github-actions bot removed the Stale label Mar 1, 2025
Copy link
Contributor

We have noticed this issue has not been updated within 21 days. If there is no action on this issue in the next 14 days, we will automatically close it. You can use /stale-extend to extend the window.

Copy link
Contributor

github-actions bot commented Apr 6, 2025

This issue has been stale for 5 weeks and has been automatically closed.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 6, 2025
@aaronpowell aaronpowell removed the Stale label Apr 7, 2025
@aaronpowell aaronpowell reopened this Apr 7, 2025
@aaronpowell aaronpowell added the awaiting response Waiting for the author of the issue to provide more information or answer a question label Apr 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting response Waiting for the author of the issue to provide more information or answer a question
Projects
None yet
Development

No branches or pull requests

2 participants