Skip to content

Commit

Permalink
[chore] add OTLP distro (#37505)
Browse files Browse the repository at this point in the history
#### Description
Adds missing OTLP distro to distributions.yaml

#### Link to tracking issue
Fixes
#37504

---------

Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
  • Loading branch information
mowies authored Jan 27, 2025
1 parent 7c32a5d commit c7921b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ testbed/mockdatasenders/mockdatadogagentexporter/ @open-telemetry
reports/distributions/core.yaml @open-telemetry/collector-contrib-approvers
reports/distributions/contrib.yaml @open-telemetry/collector-contrib-approvers
reports/distributions/k8s.yaml @open-telemetry/collector-contrib-approvers
reports/distributions/otlp.yaml @open-telemetry/collector-contrib-approvers
#####################################################
#
## UNMAINTAINED components
Expand Down
4 changes: 3 additions & 1 deletion distributions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@
- name: contrib
url: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
- name: k8s
url: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-k8s
url: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-k8s
- name: otlp
url: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-otlp
4 changes: 4 additions & 0 deletions reports/distributions/otlp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name: otlp
url: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-otlp
maintainers: []
components: {}

0 comments on commit c7921b5

Please sign in to comment.