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

Update tracing documentation #98

Merged
merged 3 commits into from
Aug 2, 2023
Merged

Update tracing documentation #98

merged 3 commits into from
Aug 2, 2023

Conversation

gvdongen
Copy link
Contributor

@gvdongen gvdongen commented Aug 2, 2023

Fixes #75

  • Updates tracing documentation to incorporate the latest tracing updates.
  • Adds a bit of information on how to experiment locally.

@netlify
Copy link

netlify bot commented Aug 2, 2023

Deploy Preview for docsrestatedev ready!

Name Link
🔨 Latest commit 837bb14
🔍 Latest deploy log https://app.netlify.com/sites/docsrestatedev/deploys/64ca4786bb3ec30008de0a92
😎 Deploy Preview https://deploy-preview-98--docsrestatedev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.


Similarly to logs, traces export [attributes/tags](#components-and-log-event-context-fields) that correlate the trace with the service and/or invocation. For example, you can filter directly in the Jaeger UI all the traces belonging to the service `org.example.ExampleService` by setting the tag filter `rpc.service=org.example.ExampleService`.
The initial `ingress_service_invocation` spans show when the gRPC/Connect HTTP request was received by Restate. The `invoke` span beneath it shows when Restate invoked the service endpoint to process the request.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets change this to ingress_invoke ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or shall we wait til released and we can change photos too?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in which case lets file an issue for that i suppose

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, let's file an issue for that and do that change when we upgrade the runtime image in the docs... To keep things in sync

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done #99

@gvdongen gvdongen merged commit 6a49f6f into main Aug 2, 2023
5 checks passed
@gvdongen gvdongen deleted the issue#75 branch August 2, 2023 12:11
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.

Update tracing in Observability page
2 participants