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
The Opentracing sematic conventions document "standardizes" some tags for different purposes, many APM implementations rely on these to properly display traces & spans.
Unfortunately this project does not make use of these. My proposal is to change this:)
This would mean e.g. in addtion or instead of having
The Opentracing sematic conventions document "standardizes" some tags for different purposes, many APM implementations rely on these to properly display traces & spans.
Unfortunately this project does not make use of these. My proposal is to change this:)
This would mean e.g. in addtion or instead of having
one would have
in all relevant places. Actually the
component
tag should be set by a calling app, so it should be configurable. In addition all places withwould be changed to
Last, but not least,
db.instance
tag should be set as well.If backwards compatibility is required, it could be achieved by the introduction of additional options. If you like I can create a PR.
The text was updated successfully, but these errors were encountered: