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

setting METAFLOW_OTEL_ENDPOINT when running in ECS fargate, not Kubernetes #1711

Closed
ctran-PLN opened this issue Feb 1, 2024 · 1 comment
Closed

Comments

@ctran-PLN
Copy link

After checked out the code, I saw that the value OTEL_ENDPOINT is only being set to the environment variable for Kubernetes, and cannot be found any where else within the code.

# metaflow/plugins/kubernetes/kubernetes.py
            .environment_variable("METAFLOW_OTEL_ENDPOINT", OTEL_ENDPOINT)

I wonder if I want to export Otel traces to my endpoint running in AWS ECS. what should I do?

@saikonen
Copy link
Collaborator

saikonen commented Mar 6, 2024

This should now be fixed by #1747 which is part of the 2.11.3 release.

@saikonen saikonen closed this as completed Mar 6, 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

No branches or pull requests

2 participants