diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 48fa4d869fe8..f6428b5ee08e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 diff --git a/distributions.yaml b/distributions.yaml index 2a6e9670c7ce..7f5f57f825f1 100644 --- a/distributions.yaml +++ b/distributions.yaml @@ -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 \ No newline at end of file + 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 diff --git a/reports/distributions/otlp.yaml b/reports/distributions/otlp.yaml new file mode 100644 index 000000000000..18e1ab40491d --- /dev/null +++ b/reports/distributions/otlp.yaml @@ -0,0 +1,4 @@ +name: otlp +url: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-otlp +maintainers: [] +components: {}