Skip to content

Commit

Permalink
[docs] add header to groupbyattrs processor (#11130)
Browse files Browse the repository at this point in the history
Pinging codeowner @pmm-sumo for validation of status
  • Loading branch information
Alex Boten authored Jun 21, 2022
1 parent 456a4f4 commit f86cd6e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions processor/groupbyattrsprocessor/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Group by Attributes processor

Supported pipeline types: **traces**, **logs**, **metrics**
| Status | |
| ------------------------ | --------------------- |
| Stability | [beta] |
| Supported pipeline types | traces, metrics, logs |
| Distributions | [contrib] |

## Description

Expand Down Expand Up @@ -178,7 +182,7 @@ Please refer to:
The following internal metrics are recorded by this processor:

| Metric | Description |
|---------------------------|----------------------------------------------------------|
| ------------------------- | -------------------------------------------------------- |
| `num_grouped_spans` | the number of spans that had attributes grouped |
| `num_non_grouped_spans` | the number of spans that did not have attributes grouped |
| `span_groups` | distribution of groups extracted for spans |
Expand All @@ -188,3 +192,6 @@ The following internal metrics are recorded by this processor:
| `num_grouped_metrics` | number of metrics that had attributes grouped |
| `num_non_grouped_metrics` | number of metrics that did not have attributes grouped |
| `metric_groups` | distribution of groups extracted for metrics |

[beta]:https://github.com/open-telemetry/opentelemetry-collector#beta
[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib

0 comments on commit f86cd6e

Please sign in to comment.