Skip to content

Adds support for default attributes #21

@jcchavezs

Description

@jcchavezs

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions