Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

LabelKey should have key and description. #1063

Closed
rghetia opened this issue Mar 13, 2019 · 0 comments
Closed

LabelKey should have key and description. #1063

rghetia opened this issue Mar 13, 2019 · 0 comments
Assignees

Comments

@rghetia
Copy link
Contributor

rghetia commented Mar 13, 2019

LableKeys in metric descriptor is simply a slice of string. It should be slice of LabelKey where LabelKey is

type LabelKey struct {
    Key string
    Description string
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant