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 Data Semantics Guidelines define a handful of standard tags for HTTP and peer relations. Is it planned to add tags for things like database drivers, gRPC (or RPC in general) and other common kinds of libraries and services? Or do you plan to let the community, or individual software projects, define their own tags?
*Edit::
Here's a list of tags that came to mind while instrumenting code. I propose that others add their own tags here as well.
rpc.method for an RPC method name
The text was updated successfully, but these errors were encountered:
@dominikh yes, there will be more standard tags in the future. The purpose of standard tags is to unify/standardize instrumentation and help tracing systems gain more insight into the data. If you have some std tags in mind, feel free to propose.
PS. Having said that, it's currently a very manual task adding new tags in all languages, so we might punt on adding any more until we add some automation for them, per #76
The Data Semantics Guidelines define a handful of standard tags for HTTP and peer relations. Is it planned to add tags for things like database drivers, gRPC (or RPC in general) and other common kinds of libraries and services? Or do you plan to let the community, or individual software projects, define their own tags?
*Edit::
Here's a list of tags that came to mind while instrumenting code. I propose that others add their own tags here as well.
rpc.method
for an RPC method nameThe text was updated successfully, but these errors were encountered: