-
Notifications
You must be signed in to change notification settings - Fork 1
Add a lot of updates #4
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
base: main
Are you sure you want to change the base?
Conversation
This commit changes the text of the document in several ways: * It names the EDNS option TRACEID * It changes the reserved field to the tracing type identifier * Adds OpenTelemetry as a type * Defines 8 private types * Defines 1 reserved type * Adds a presentation format for the TRACEID option * Describes how nameservers should handle TRACEID All these changes do *not* change anything for the current implementation in PowerDNS Recursor and dnsdist.
draft-edns-otel-trace-ids.md
Outdated
|
|
||
| This document has no IANA actions. | ||
|
|
||
| TODO request IANA to create a Trace ID Type registry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And an OPTION-CODE
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if we submit this, we can get a number assigned before publication.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that for just an option code, this draft does not need to end up getting published as RFC. For getting a new registry, it does need to become an RFC.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's set some time aside during the team meeting next week to discuss this.
draft-edns-otel-trace-ids.md
Outdated
| The presentation format for TRACEPARENT is as follows: | ||
|
|
||
| ~~~ ascii-art | ||
| TRACEPARENT=[trace-id],[parent-id],[trace-flags] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit changes the text of the document in several ways:
All these changes do not change anything for the current
implementation in PowerDNS Recursor and dnsdist.