Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Empty map for TAGS for MetricRefImpl #9

@flotnik

Description

@flotnik

MetricRefImpl is created by metric name only using Client.getMetric() method. After this we have got a new instance with full tag names (1 to 15) and we can't add new tags but only use these.

It is better to have empty tags for MetricRefImpl and add them if there is a need.

By the way store tag name-value pairs is better in Map.

Also we should throw error if someone adds more than 15 tags.

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