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

Report Tag cache size as part of internal metrics (#189) #197

Merged
merged 1 commit into from
Jan 14, 2023

Conversation

brawndou
Copy link
Collaborator

Additional internal metrics will be emitted:

  • tally.internal.num-tag-cache will report the number of tags
  • tally.internal.counter-cardinality will report the number of counters across all scopes
  • tally.internal.gauge-cardinality will report the number of gauges across all scopes
  • tally.internal.histogram-cardinality will report the number of histograms across all scopes

Other changes:

  • refactored tests to use internal metric counts defined in variables

Additional internal metrics will be emitted:

- `tally.internal.num-tag-cache` will report the number of tags
- `tally.internal.counter-cardinality` will report the number of counters across all scopes
- `tally.internal.gauge-cardinality` will report the number of gauges across all scopes
- `tally.internal.histogram-cardinality` will report the number of histograms across all scopes

Other changes:
- refactored tests to use internal metric counts defined in variables
@brawndou
Copy link
Collaborator Author

backporting #189 to v3 branch

@brawndou brawndou merged commit e307620 into uber-go:v3 Jan 14, 2023
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.

1 participant