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

Improved opentracing support #222

Merged
merged 1 commit into from
Oct 12, 2018
Merged

Improved opentracing support #222

merged 1 commit into from
Oct 12, 2018

Conversation

erwinvaneyk
Copy link
Member

This PR improves the opentracing support in workflows in multiple ways:

  • it adds a couple of additional spans to trace: controller evaluations, fission function calls, workflow calls.
  • it adds logs to spans, which include (in debug mode) all inputs, outputs and expressions.
  • it adds tags to the spans, including the function references, workflow ids, task ids, and statuses, to enable searching for specific tasks.
  • Adds documentation on how to use opentracing for local development.

- it adds a couple of additional spans to trace: controller evaluations,
fission function calls, workflow calls.

- it adds logs to spans, which include (in debug mode) all inputs,
outputs and expressions.

- it adds tags to the spans, including the function references, workflow
ids, task ids, and statuses, to enable searching for specific tasks.

- Adds documentation on how to use opentracing for local development.
@erwinvaneyk erwinvaneyk merged commit 82d9a77 into master Oct 12, 2018
@erwinvaneyk erwinvaneyk deleted the opentracing-2 branch October 12, 2018 12:49
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

Successfully merging this pull request may close these issues.

1 participant