Skip to content

Add ability to modify the global tags  #38

Open
@kernel-panic96

Description

@kernel-panic96

I would like to be able to make new clients from an existing one, which extended global tags.

client := statsd.NewClient(statsd.DefaultTags(statsd.StringTag("foo", "bar")))

extra := []statsd.Tags{statsd.StringTag("url", "/foo")}
child := client.WithTags(extra...)

child.Incr("counter", 10) // Tags: foo=bar,url=/foo

let me know what you are your thoughts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions