influxdata / influxdata/influxdb

chore: Disable rhh metrics, as they aren't typically observed

Open
#25,608 0 comments 0 reactions 1 assignee View on GitHub

@davidby-influx is already working on this.

Since Dec 2, 2024.

area/metrics team/edge
Dominant language
Rust
Stars
31.7k
Forks
3.7k
Avg merge
13h 37m
Merged PRs (30d)
8

Description

rhh hit metrics are expensive to bookkeep: they have a default 10% sample rate which is high and use a global random source which serializes access to do that sampling. They are rarely examined so we can disable them.

switch this to false: https://github.com/influxdata/influxdb/blob/94dbbdca7be5e4e6f73e802e8c5ad510e14e7446/pkg/rhh/rhh.go#L430

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.