Advice/hint APIs should be applied to all signals (when applicable) #3557
Labels
area:api
Cross language API specification issue
area:configuration
Related to configuring the SDK
spec:metrics
Related to the specification/metrics directory
spec:trace
Related to the specification/trace directory
triage:deciding:community-feedback
Open to community discussion. If the community can provide sufficient reasoning, it may be accepted
From #3546 (comment)
What are you trying to achieve?
Some advice/hint API we have/considering adding on metrics could be as well applied to traces.
Examples:
server.address
) - feat(http-instrumentation): allow filtering of host name on metrics opentelemetry-js#3880server.address
not being helpful on server side) - Address high-cardinality attributesserver.address
andserver.port
attack vector semantic-conventions#108When designing metric-only APIs, we can end up with:
Additional context.
The suggestion is to tie advice/hint API with configuration efforts and ensure consistent in-code and no-code configuration across signals.
The text was updated successfully, but these errors were encountered: