Skip to content
Open
Show file tree
Hide file tree
Changes from 12 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/blank.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ body:
- otelcol.auth.headers
- otelcol.auth.oauth2
- otelcol.auth.sigv4
- otelcol.connector.count
- otelcol.connector.host_info
- otelcol.connector.servicegraph
- otelcol.connector.spanlogs
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ body:
- otelcol.auth.headers
- otelcol.auth.oauth2
- otelcol.auth.sigv4
- otelcol.connector.count
- otelcol.connector.host_info
- otelcol.connector.servicegraph
- otelcol.connector.spanlogs
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ body:
- otelcol.auth.headers
- otelcol.auth.oauth2
- otelcol.auth.sigv4
- otelcol.connector.count
- otelcol.connector.host_info
- otelcol.connector.servicegraph
- otelcol.connector.spanlogs
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ body:
- otelcol.auth.headers
- otelcol.auth.oauth2
- otelcol.auth.sigv4
- otelcol.connector.count
- otelcol.connector.host_info
- otelcol.connector.servicegraph
- otelcol.connector.spanlogs
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/proposal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ body:
- otelcol.auth.headers
- otelcol.auth.oauth2
- otelcol.auth.sigv4
- otelcol.connector.count
- otelcol.connector.host_info
- otelcol.connector.servicegraph
- otelcol.connector.spanlogs
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ Main (unreleased)

### Features

- Add `otelcol.connector.count` component to count the number of spans, metrics, and logs passing through it. (@hhertout)

- A new `mimir.alerts.kubernetes` component which discovers `AlertmanagerConfig` Kubernetes resources and loads them into a Mimir instance. (@ptodev)

- Mark `stage.windowsevent` block in the `loki.process` component as GA. (@kgeckhart)

- (_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)

- (_Experimental_) Add `pyroscope.enrich` component to enrich profiles using labels from `discovery.*` components. (@AndreZiviani)
Expand Down
2 changes: 2 additions & 0 deletions docs/sources/reference/compatibility/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ The following components, grouped by namespace, _export_ OpenTelemetry `otelcol.
<!-- START GENERATED SECTION: EXPORTERS OF OpenTelemetry `otelcol.Consumer` -->

{{< collapse title="otelcol" >}}
- [otelcol.connector.count](../components/otelcol/otelcol.connector.count)
- [otelcol.connector.host_info](../components/otelcol/otelcol.connector.host_info)
- [otelcol.connector.servicegraph](../components/otelcol/otelcol.connector.servicegraph)
- [otelcol.connector.spanlogs](../components/otelcol/otelcol.connector.spanlogs)
Expand Down Expand Up @@ -363,6 +364,7 @@ The following components, grouped by namespace, _consume_ OpenTelemetry `otelcol
{{< /collapse >}}

{{< collapse title="otelcol" >}}
- [otelcol.connector.count](../components/otelcol/otelcol.connector.count)
- [otelcol.connector.host_info](../components/otelcol/otelcol.connector.host_info)
- [otelcol.connector.servicegraph](../components/otelcol/otelcol.connector.servicegraph)
- [otelcol.connector.spanlogs](../components/otelcol/otelcol.connector.spanlogs)
Expand Down
Loading
Loading