Skip to content

Commit

Permalink
Updated doc
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Pracucci <[email protected]>
  • Loading branch information
pracucci committed Apr 5, 2024
1 parent a6648e7 commit a8ad4b5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/sources/mimir/manage/mimir-runbooks/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1487,6 +1487,10 @@ sum is a regular float number.
The series containing such samples are skipped during ingestion, and valid series within the same request are ingested.
{{< /admonition >}}
{{< admonition type="note" >}}
When `-ingester.error-sample-rate` is configured to a value greater than `0`, invalid native histogram errors are logged only once every `-ingester.error-sample-rate` times.
{{< /admonition >}}
### err-mimir-native-histogram-count-not-big-enough
This non-critical error occures when Mimir receives a write request that contains a sample that is a native histogram
Expand All @@ -1497,6 +1501,10 @@ that the overall sum is not a float number (NaN).
The series containing such samples are skipped during ingestion, and valid series within the same request are ingested.
{{< /admonition >}}
{{< admonition type="note" >}}
When `-ingester.error-sample-rate` is configured to a value greater than `0`, invalid native histogram errors are logged only once every `-ingester.error-sample-rate` times.
{{< /admonition >}}
### err-mimir-native-histogram-negative-bucket-count
This non-critical error occures when Mimir receives a write request that contains a sample that is a native histogram
Expand All @@ -1506,6 +1514,10 @@ where some bucket count is negative.
The series containing such samples are skipped during ingestion, and valid series within the same request are ingested.
{{< /admonition >}}
{{< admonition type="note" >}}
When `-ingester.error-sample-rate` is configured to a value greater than `0`, invalid native histogram errors are logged only once every `-ingester.error-sample-rate` times.
{{< /admonition >}}
### err-mimir-native-histogram-span-negative-offset
This non-critical error occures when Mimir receives a write request that contains a sample that is a native histogram
Expand All @@ -1515,6 +1527,10 @@ where a bucket span has a negative offset.
The series containing such samples are skipped during ingestion, and valid series within the same request are ingested.
{{< /admonition >}}
{{< admonition type="note" >}}
When `-ingester.error-sample-rate` is configured to a value greater than `0`, invalid native histogram errors are logged only once every `-ingester.error-sample-rate` times.
{{< /admonition >}}
### err-mimir-native-histogram-spans-buckets-mismatch
This non-critical error occures when Mimir receives a write request that contains a sample that is a native histogram
Expand All @@ -1524,6 +1540,10 @@ where the number of bucket counts does not agree with the number of buckets enco
The series containing such samples are skipped during ingestion, and valid series within the same request are ingested.
{{< /admonition >}}
{{< admonition type="note" >}}
When `-ingester.error-sample-rate` is configured to a value greater than `0`, invalid native histogram errors are logged only once every `-ingester.error-sample-rate` times.
{{< /admonition >}}
### err-mimir-label-invalid
This non-critical error occurs when Mimir receives a write request that contains a series with an invalid label name.
Expand Down

0 comments on commit a8ad4b5

Please sign in to comment.