A common use case is that users can pass default attributes to instrumentation at different levels, e.g.:
We can allow static tags being passed directly from code and also over env vars:
message AgentConfig {
...
// defaultTags accept a map of tags that will be added on every span
map<string, string> defaultTags = 4;
}
Ping @hypertrace/agent-maintainers
A common use case is that users can pass default attributes to instrumentation at different levels, e.g.:
We can allow static tags being passed directly from code and also over env vars:
Ping @hypertrace/agent-maintainers