Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
liustanley committed Feb 3, 2025
1 parent 4391f2a commit e75203f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@
/comp/forwarder/orchestrator @DataDog/agent-log-pipelines
/comp/metadata/haagent @DataDog/ndm-core
/comp/metadata/packagesigning @DataDog/agent-delivery
/comp/otelcol/status @DataDog/opentelemetry-agent
/comp/trace/etwtracer @DataDog/windows-agent
/comp/autoscaling/datadogclient @DataDog/container-integrations
/comp/etw @DataDog/windows-agent
Expand Down
2 changes: 0 additions & 2 deletions comp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,6 @@ Package logsagentpipeline contains logs agent pipeline component

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

*Datadog Team*: opentelemetry-agent

Package status implements the core status component information provider interface

## [comp/process](https://pkg.go.dev/github.com/DataDog/datadog-agent/comp/process) (Component Bundle)
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-agent
// team: opentelemetry opentelemetry-agent

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

0 comments on commit e75203f

Please sign in to comment.