-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Research] Tracing for OpenFaaS Core services #1354
Comments
We have been using OpenTracing at Contiamo for most of the last 2 years. Here are a couple of things we learned as we implemented it
When adding tracing to an existing project we started by
Most of the above was summarized from a conversation that Alex and I had on Slack. |
any update on this? |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[Research] Tracing for OpenFaaS Core services
There has been interest expressed in tracing from the community through Slack and issues over the last year and a half. At this time there doesn't seem to be any hard requirement or urgency so the feature hasn't been prioritised. This issue would look into the cost and scope of implementing tracing across the core services in OpenFaaS.
There are also some pros/cons to emitting spans, one of those is tightly coupling to an SDK from OpenTracing, OpenConsensus or, when it's ready OpenTelemetry, in every piece of code we write in the project.
Expected Behaviour
Current Behaviour
Unsure if traces are propagated.
Possible Solution
I'd like someone who has worked with OpenTracing or similar to provide a summary of changes and the pros/cons to implement the above. For those requesting this feature, please feel free to +1 or to leave your use-case in a comment.
Prometheus metrics are also emitted currently for core services and functions.
The text was updated successfully, but these errors were encountered: