Skip to content

Commit

Permalink
[comp] otelcol: cleanup ownership references
Browse files Browse the repository at this point in the history
  • Loading branch information
truthbk committed Feb 27, 2025
1 parent 0150687 commit 6345ee9
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion comp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ Package npcollector used to manage network paths

## [comp/otelcol](https://pkg.go.dev/github.com/DataDog/datadog-agent/comp/otelcol) (Component Bundle)

*Datadog Team*: opentelemetry opentelemetry-agent
*Datadog Team*: opentelemetry-agent

Package otelcol contains the OTLP ingest bundle pipeline to be included
into the agent components.
Expand Down
2 changes: 1 addition & 1 deletion comp/otelcol/bundle.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/DataDog/datadog-agent/pkg/util/fxutil"
)

// team: opentelemetry opentelemetry-agent
// team: opentelemetry-agent

// Bundle specifies the bundle for the OTLP ingest pipeline.
func Bundle() fxutil.BundleOptions {
Expand Down
2 changes: 1 addition & 1 deletion comp/otelcol/collector-contrib/def/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"go.opentelemetry.io/collector/otelcol"
)

// team: opentelemetry opentelemetry-agent
// team: opentelemetry-agent

// Component is the interface for the collector-contrib
type Component interface {
Expand Down
2 changes: 1 addition & 1 deletion comp/otelcol/collector/def/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/DataDog/datadog-agent/comp/otelcol/otlp/datatype"
)

// team: opentelemetry opentelemetry-agent
// team: opentelemetry-agent

// Component specifies the interface implemented by the collector module.
type Component interface {
Expand Down
2 changes: 1 addition & 1 deletion comp/otelcol/collector/fx-pipeline/fx.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/DataDog/datadog-agent/pkg/util/fxutil"
)

// team: opentelemetry opentelemetry-agent
// team: opentelemetry-agent

// Module for OTel Agent
func Module() fxutil.Module {
Expand Down
2 changes: 1 addition & 1 deletion comp/otelcol/collector/fx/fx.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/DataDog/datadog-agent/pkg/util/fxutil"
)

// team: opentelemetry opentelemetry-agent
// team: opentelemetry-agent

// Module for OTel Agent
func Module() fxutil.Module {
Expand Down
2 changes: 1 addition & 1 deletion comp/otelcol/converter/def/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"go.opentelemetry.io/collector/confmap"
)

// team: opentelemetry opentelemetry-agent
// team: opentelemetry-agent

// Component implements the confmap.Converter interface.
type Component interface {
Expand Down
2 changes: 1 addition & 1 deletion comp/otelcol/ddflareextension/def/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"go.opentelemetry.io/collector/extension"
)

// team: opentelemetry opentelemetry-agent
// team: opentelemetry-agent

// Component specifies the interface implemented by the extension module.
type Component interface {
Expand Down
2 changes: 1 addition & 1 deletion comp/otelcol/ddprofilingextension/def/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package ddprofilingextension

import "go.opentelemetry.io/collector/extension"

// team: opentelemetry opentelemetry-agent
// team: opentelemetry-agent

// Component implements the component.Component interface.
type Component interface {
Expand Down
2 changes: 1 addition & 1 deletion comp/otelcol/ddprofilingextension/fx/fx.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/DataDog/datadog-agent/pkg/util/fxutil"
)

// team: opentelemetry opentelemetry-agent
// team: opentelemetry-agent

// Module defines the fx options for this component.
func Module() fxutil.Module {
Expand Down
2 changes: 1 addition & 1 deletion comp/otelcol/logsagentpipeline/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/DataDog/datadog-agent/pkg/logs/pipeline"
)

// team: opentelemetry opentelemetry-agent
// team: opentelemetry-agent

// Component is the component type.
type Component interface {
Expand Down
2 changes: 1 addition & 1 deletion comp/otelcol/status/def/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Package status implements the core status component information provider interface
package status

// team: opentelemetry opentelemetry-agent
// team: opentelemetry-agent

// Component is the status interface.
type Component interface {
Expand Down

0 comments on commit 6345ee9

Please sign in to comment.