Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add const client label to metrics #406

Merged
merged 3 commits into from
Dec 1, 2020

Conversation

cckellogg
Copy link
Contributor

Add const client label to metrics so when metrics are added to other clients we can filter the metrics by client language.


func constLabels() map[string]string {
return map[string]string{
"client": "go",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eventually it might be good to add the client tag/commit sha too.

@merlimat merlimat added this to the 0.4.0 milestone Dec 1, 2020
@merlimat merlimat merged commit 3fefe19 into apache:master Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants