Skip to content

Commit b1cb806

Browse files
authored
feat(otelcol.connector): adding connector count (#4913)
* feat(otelcol.connector): adding connector count * docs(otelcol.connector): update documentation after review * docs(otelcol.connector): fix documentation * refactor(otelcol.connector): add helper function and add generic checks for all types of connectorType * docs(otelcol.connector): fix code documentation * docs(otelcol.connector): fix changelog * fix(otelcol.connector): regenerate compatibility page * fix(otelcol.connector): generate issue template * docs(otelcol.connector): adding experimental tag in the documentation * chores(otelcol.connector): changing connector count to experimental
1 parent ab82563 commit b1cb806

File tree

17 files changed

+1194
-27
lines changed

17 files changed

+1194
-27
lines changed

.github/ISSUE_TEMPLATE/blank.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ body:
8585
- otelcol.auth.headers
8686
- otelcol.auth.oauth2
8787
- otelcol.auth.sigv4
88+
- otelcol.connector.count
8889
- otelcol.connector.host_info
8990
- otelcol.connector.servicegraph
9091
- otelcol.connector.spanlogs

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ body:
8585
- otelcol.auth.headers
8686
- otelcol.auth.oauth2
8787
- otelcol.auth.sigv4
88+
- otelcol.connector.count
8889
- otelcol.connector.host_info
8990
- otelcol.connector.servicegraph
9091
- otelcol.connector.spanlogs

.github/ISSUE_TEMPLATE/docs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ body:
8888
- otelcol.auth.headers
8989
- otelcol.auth.oauth2
9090
- otelcol.auth.sigv4
91+
- otelcol.connector.count
9192
- otelcol.connector.host_info
9293
- otelcol.connector.servicegraph
9394
- otelcol.connector.spanlogs

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ body:
8585
- otelcol.auth.headers
8686
- otelcol.auth.oauth2
8787
- otelcol.auth.sigv4
88+
- otelcol.connector.count
8889
- otelcol.connector.host_info
8990
- otelcol.connector.servicegraph
9091
- otelcol.connector.spanlogs

.github/ISSUE_TEMPLATE/proposal.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ body:
8585
- otelcol.auth.headers
8686
- otelcol.auth.oauth2
8787
- otelcol.auth.sigv4
88+
- otelcol.connector.count
8889
- otelcol.connector.host_info
8990
- otelcol.connector.servicegraph
9091
- otelcol.connector.spanlogs

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ Main (unreleased)
1212

1313
### Features
1414

15+
- Add `otelcol.connector.count` component to count the number of spans, metrics, and logs passing through it. (@hhertout)
16+
17+
- A new `mimir.alerts.kubernetes` component which discovers `AlertmanagerConfig` Kubernetes resources and loads them into a Mimir instance. (@ptodev)
18+
19+
- Mark `stage.windowsevent` block in the `loki.process` component as GA. (@kgeckhart)
20+
1521
- (_Experimental_) A new `otelcol.receiver.awss3` component to receive traces previously stored in S3 by the [AWS S3 Exporter](https://grafana.com/docs/alloy/latest/reference/components/otelcol/otelcol.exporter.awss3/). (@x1unix)
1622

1723
- (_Experimental_) Add `pyroscope.enrich` component to enrich profiles using labels from `discovery.*` components. (@AndreZiviani)

docs/sources/reference/compatibility/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ The following components, grouped by namespace, _export_ OpenTelemetry `otelcol.
309309
<!-- START GENERATED SECTION: EXPORTERS OF OpenTelemetry `otelcol.Consumer` -->
310310

311311
{{< collapse title="otelcol" >}}
312+
- [otelcol.connector.count](../components/otelcol/otelcol.connector.count)
312313
- [otelcol.connector.host_info](../components/otelcol/otelcol.connector.host_info)
313314
- [otelcol.connector.servicegraph](../components/otelcol/otelcol.connector.servicegraph)
314315
- [otelcol.connector.spanlogs](../components/otelcol/otelcol.connector.spanlogs)
@@ -363,6 +364,7 @@ The following components, grouped by namespace, _consume_ OpenTelemetry `otelcol
363364
{{< /collapse >}}
364365

365366
{{< collapse title="otelcol" >}}
367+
- [otelcol.connector.count](../components/otelcol/otelcol.connector.count)
366368
- [otelcol.connector.host_info](../components/otelcol/otelcol.connector.host_info)
367369
- [otelcol.connector.servicegraph](../components/otelcol/otelcol.connector.servicegraph)
368370
- [otelcol.connector.spanlogs](../components/otelcol/otelcol.connector.spanlogs)

0 commit comments

Comments
 (0)