-
Notifications
You must be signed in to change notification settings - Fork 586
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
mongo: use db.operation instead of resource.name #337
Conversation
TargetPortKey = label.Key("out.port") | ||
HTTPMethodKey = label.Key("http.method") | ||
HTTPCodeKey = label.Key("http.code") | ||
HTTPURLKey = label.Key("http.url") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like HTTP*
keys are unused and look out of place (and http.code should be http.status_code). Should I remove them?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, if they're unused there's no point keeping them around. There should be equivalents in the semconv
package anyways.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I'll wait to merge after the HTTP keys are removed.
@MrAlias done |
implement #337
spec says