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

Opentelemetry: Option to pass context #679

Open
simonstumpf opened this issue Dec 8, 2022 · 0 comments
Open

Opentelemetry: Option to pass context #679

simonstumpf opened this issue Dec 8, 2022 · 0 comments
Labels
feature request New feature or request

Comments

@simonstumpf
Copy link

We would like to monitor our services with Opentelemetry.
In order to make this possible, it should be possible to pass the current context to the services calls (GetRepository e.g.).

Describe the solution you'd like to see
Support for passing the context to service calls

With the client-go library for kubernetes, for example, this is possible:

namespaces, err := kubeclient.Client.CoreV1().Namespaces().List(c.Request.Context(), metav1.ListOptions{})
@simonstumpf simonstumpf added the feature request New feature or request label Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant