Skip to content

Commit

Permalink
maint: update metrics doc (#1448)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?

- remove deleted metrics from metrics doc

## Short description of the changes

- update metrics.md
  • Loading branch information
VinozzZ authored Nov 25, 2024
1 parent 5c94037 commit 4371d01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
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

0 comments on commit 4371d01

Please sign in to comment.