Skip to content

add http known methods #244

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zeitlinger
Copy link
Member

@zeitlinger
Copy link
Member Author

@jack-berg please have a look

Copy link
Member

@jack-berg jack-berg left a comment

Choose a reason for hiding this comment

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

Looks good but need to wait for corresponding semantic-conventions PR to merge: open-telemetry/semantic-conventions#2504

@zeitlinger
Copy link
Member Author

Looks good but need to wait for corresponding semantic-conventions PR to merge: open-telemetry/semantic-conventions#2504

Comment on lines +91 to +96
"known_methods": {
"type": "array",
"items": {
"type": "string"
}
},
Copy link
Member

@trask trask Jul 23, 2025

Choose a reason for hiding this comment

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

maybe this should be split into the client and server options below

I could almost see this option not being needed on client spans since it is primarily needed for avoiding metric cardinality attacks on servers (but I see we've defined it on both client and server spans in semconv, I don't remember if we discussed this previously, @lmolkova?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

3 participants