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

maint: update metrics doc #1448

Merged
merged 1 commit into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions metrics.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Honeycomb Refinery Metrics Documentation

This document contains the description of various metrics used in Refinery.
It was automatically generated on 2024-11-22 at 17:59:56 UTC.
It was automatically generated on 2024-11-25 at 17:24:16 UTC.

Note: This document does not include metrics defined in the dynsampler-go dependency, as those metrics are generated dynamically at runtime. As a result, certain metrics may be missing or incomplete in this document, but they will still be available during execution with their full names.

Expand All @@ -13,10 +13,6 @@ This table includes metrics with fully defined names.
| collect_cache_buffer_overrun | Counter | Dimensionless | The number of times the trace overwritten in the circular buffer has not yet been sent |
| collect_cache_capacity | Gauge | Dimensionless | The number of traces that can be stored in the cache |
| collect_cache_entries | Histogram | Dimensionless | The number of traces currently stored in the cache |
| trace_cache_set_dur_ms | Histogram | Dimensionless | duration to set a trace in the cache |
| trace_cache_take_expired_traces_dur_ms | Histogram | Dimensionless | duration to take expired traces from the cache |
| trace_cache_remove_traces_dur_ms | Histogram | Dimensionless | duration to remove traces from the cache |
| trace_cache_get_all_dur_ms | Histogram | Dimensionless | duration to get all traces from the cache |
| cuckoo_current_capacity | Gauge | Dimensionless | current capacity of the cuckoo filter |
| cuckoo_future_load_factor | Gauge | Percent | the fraction of slots occupied in the future cuckoo filter |
| cuckoo_current_load_factor | Gauge | Percent | the fraction of slots occupied in the current cuckoo filter |
Expand Down
16 changes: 0 additions & 16 deletions tools/convert/metricsMeta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,6 @@ complete:
type: Histogram
unit: Dimensionless
description: The number of traces currently stored in the cache
- name: trace_cache_set_dur_ms
type: Histogram
unit: Dimensionless
description: duration to set a trace in the cache
- name: trace_cache_take_expired_traces_dur_ms
type: Histogram
unit: Dimensionless
description: duration to take expired traces from the cache
- name: trace_cache_remove_traces_dur_ms
type: Histogram
unit: Dimensionless
description: duration to remove traces from the cache
- name: trace_cache_get_all_dur_ms
type: Histogram
unit: Dimensionless
description: duration to get all traces from the cache
- name: cuckoo_current_capacity
type: Gauge
unit: Dimensionless
Expand Down