Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion schema/instrumentation.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@
"type": "object",
"additionalProperties": false,
"properties": {
"known_methods": {
"type": "array",
"items": {
"type": "string"
}
},
Comment on lines +91 to +96
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?)

"client": {
"type": "object",
"additionalProperties": false,
Expand Down Expand Up @@ -136,4 +142,4 @@
}
}
}
}
}
Loading