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 cache utilization and root span metrics #150

Merged
merged 3 commits into from
Sep 22, 2020
Merged

add cache utilization and root span metrics #150

merged 3 commits into from
Sep 22, 2020

Conversation

ianwilkes
Copy link
Contributor

Adds a histogram for active cache entries, and a gauge for capacity (it won't change much, if ever). Also adds counters for traces sent with and without root spans, to help monitor later or otherwise orphaned spans, which can fill up the trace cache.

@ianwilkes ianwilkes requested review from a team, martin308 and asdvalenzuela September 22, 2020 23:17
This was linked to issues Sep 22, 2020
@ianwilkes ianwilkes merged commit 7389019 into main Sep 22, 2020
@ianwilkes ianwilkes deleted the ian.metrics branch September 22, 2020 23:33
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.

Cache capacity and usage metrics Trace timeout metric
2 participants