-
Notifications
You must be signed in to change notification settings - Fork 175
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
[chore] Render attribute name on foot notes #1583
base: main
Are you sure you want to change the base?
[chore] Render attribute name on foot notes #1583
Conversation
SHOULD include the [application root](/docs/http/http-spans.md#http-server-definitions) if there is one. | ||
|
||
**[5]:** The value SHOULD be normalized to lowercase. | ||
**[5] `network.protocol.name`:** The value SHOULD be normalized to lowercase. | ||
|
||
**[6]:** If not `http` and `network.protocol.version` is set. |
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.
wonder if we should also render the attribute name on requirement level notes?
I'd actually love to merge them eventually to one note in markdown with more structure (not for this PR)
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.
Thank you! This is a great step forward
Changes
Renders the attribute name on the generated table foot notes. In my opinion this makes looking at the notes easier, as one usually needs to go back and forth to remember what the [x] index refers to.
Merge requirement checklist
[chore]