Skip to content

Instantly share code, notes, and snippets.

@paulfantom
Last active October 14, 2021 16:19
Show Gist options
  • Save paulfantom/963046ee5646a5cd5636ed375f5a2025 to your computer and use it in GitHub Desktop.
Save paulfantom/963046ee5646a5cd5636ed375f5a2025 to your computer and use it in GitHub Desktop.
parca
# HELP parca_metastore_cache_id_hits_total Number of cache hits for id lookups.
# TYPE parca_metastore_cache_id_hits_total counter
parca_metastore_cache_id_hits_total{item_type="function"} 2.0805072e+07
parca_metastore_cache_id_hits_total{item_type="location"} 0
parca_metastore_cache_id_hits_total{item_type="location_lines"} 1.9937094e+07
parca_metastore_cache_id_hits_total{item_type="mapping"} 2.4295074e+07
# HELP parca_metastore_cache_id_misses_total Number of cache misses for id lookups.
# TYPE parca_metastore_cache_id_misses_total counter
parca_metastore_cache_id_misses_total{item_type="function"} 9310
parca_metastore_cache_id_misses_total{item_type="location"} 0
parca_metastore_cache_id_misses_total{item_type="location_lines"} 7.7761e+06
parca_metastore_cache_id_misses_total{item_type="mapping"} 0
# HELP parca_metastore_cache_key_hits_total Number of cache hits for key lookups.
# TYPE parca_metastore_cache_key_hits_total counter
parca_metastore_cache_key_hits_total{item_type="function"} 7.021749e+06
parca_metastore_cache_key_hits_total{item_type="location"} 2.7347148e+07
parca_metastore_cache_key_hits_total{item_type="mapping"} 986706
# HELP parca_metastore_cache_key_misses_total Number of cache misses for key lookups.
# TYPE parca_metastore_cache_key_misses_total counter
parca_metastore_cache_key_misses_total{item_type="function"} 45110
parca_metastore_cache_key_misses_total{item_type="location"} 1.504852e+06
parca_metastore_cache_key_misses_total{item_type="mapping"} 534
# HELP parca_target_scrapes_exceeded_sample_limit_total Total number of scrapes that hit the sample limit and were rejected.
# TYPE parca_target_scrapes_exceeded_sample_limit_total counter
parca_target_scrapes_exceeded_sample_limit_total 0
# HELP parca_target_scrapes_sample_duplicate_timestamp_total Total number of samples rejected due to duplicate timestamps but different values
# TYPE parca_target_scrapes_sample_duplicate_timestamp_total counter
parca_target_scrapes_sample_duplicate_timestamp_total 0
# HELP parca_target_scrapes_sample_out_of_bounds_total Total number of samples rejected due to timestamp falling outside of the time bounds
# TYPE parca_target_scrapes_sample_out_of_bounds_total counter
parca_target_scrapes_sample_out_of_bounds_total 0
# HELP parca_target_scrapes_sample_out_of_order_total Total number of samples rejected due to not being out of the expected order
# TYPE parca_target_scrapes_sample_out_of_order_total counter
parca_target_scrapes_sample_out_of_order_total 0
# HELP parca_tsdb_head_max_time Maximum timestamp of the head block. The unit is decided by the library consumer.
# TYPE parca_tsdb_head_max_time gauge
parca_tsdb_head_max_time 1.634227806e+09
# HELP parca_tsdb_head_min_time Minimum time bound of the head block. The unit is decided by the library consumer.
# TYPE parca_tsdb_head_min_time gauge
parca_tsdb_head_min_time 1.634215815e+09
# HELP parca_tsdb_head_profiles_appended_total Total number of appended profiles.
# TYPE parca_tsdb_head_profiles_appended_total counter
parca_tsdb_head_profiles_appended_total 524277
# HELP parca_tsdb_head_series_created_total Total number of series created in the head.
# TYPE parca_tsdb_head_series_created_total counter
parca_tsdb_head_series_created_total 216
# HELP parca_tsdb_head_truncate_duration_seconds Runtime of truncating old chunks in the head block.
# TYPE parca_tsdb_head_truncate_duration_seconds summary
parca_tsdb_head_truncate_duration_seconds_sum 95.27528023200006
parca_tsdb_head_truncate_duration_seconds_count 1382
# HELP parca_tsdb_head_truncated_chunks_total The total amount of truncated chunks over time.
# TYPE parca_tsdb_head_truncated_chunks_total counter
parca_tsdb_head_truncated_chunks_total 3951
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment