You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TL;DR: http.request.method can have high cardinality, especially when a malicious or buggy client sends requests with invalid methods. Servers don't have control over this behavior.
The problem is generic and could be solved with hint API that
allows applications to specify known/prioritized values to record
SDK follows hint API and records known values, and records unknown ones with 'unknown'/'other' (TBD) value
In the context of http.request.method:
general-purpose instrumentation libraries SHOULD configure a hint with standard method names
SDK users MAY override it and allow additional methods
Original issue: open-telemetry/opentelemetry-specification#3470
TL;DR:
http.request.method
can have high cardinality, especially when a malicious or buggy client sends requests with invalid methods. Servers don't have control over this behavior.The problem is generic and could be solved with hint API that
In the context of
http.request.method
:This approach is outlined in #35
Pros:
Cons:
The text was updated successfully, but these errors were encountered: