Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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 .chloggen/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ components:
- pdata/pprofile
- pkg/confmap
- pkg/exporterhelper
- pkg/otelcol
- pkg/pdata
- pkg/processorhelper
- pkg/queuebatch
Expand Down
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ extension/memorylimiterextension/ @open-telemetry/collector-approvers
extension/xextension/ @open-telemetry/collector-approvers
extension/xextension/storage/ @open-telemetry/collector-approvers @swiatekm
extension/zpagesextension/ @open-telemetry/collector-approvers
otelcol/ @open-telemetry/collector-approvers
pdata/ @open-telemetry/collector-approvers @bogdandrutu @dmitryax
pdata/pprofile/ @open-telemetry/collector-approvers @mx-psi @dmathieu
processor/batchprocessor/ @open-telemetry/collector-approvers
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 @@ -47,6 +47,7 @@ body:
- extension/x
- extension/x/storage
- extension/zpages
- otelcol
- pdata
- pdata/pprofile
- processor/batch
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 @@ -41,6 +41,7 @@ body:
- extension/x
- extension/x/storage
- extension/zpages
- otelcol
- pdata
- pdata/pprofile
- processor/batch
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/other.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ body:
- extension/x
- extension/x/storage
- extension/zpages
- otelcol
- pdata
- pdata/pprofile
- processor/batch
Expand Down
7 changes: 7 additions & 0 deletions otelcol/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
type: otelcol
github_project: open-telemetry/opentelemetry-collector

status:
disable_codecov_badge: true
class: pkg
distributions: [core, contrib]
Loading