-
Notifications
You must be signed in to change notification settings - Fork 85
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
Comments
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. |
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? |
The way the networking is configured with Docker the endpoint that it access it via, |
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 ? |
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 |
This issue has been stale for 5 weeks and has been automatically closed. |
Originally posted by @Odonno in #425 (comment)
The text was updated successfully, but these errors were encountered: