Skip to content

Commit

Permalink
fix: comp/otelcol/collector-contrib module path
Browse files Browse the repository at this point in the history
  • Loading branch information
pgimalac committed Dec 4, 2024
1 parent a79d704 commit a3032d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion comp/otelcol/collector-contrib/impl/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Code generated by "go.opentelemetry.io/collector/cmd/builder". DO NOT EDIT.

module github.com/DataDog/datadog-agent/comp/otelcol/collector-contrib
module github.com/DataDog/datadog-agent/comp/otelcol/collector-contrib/impl

go 1.22.0

Expand Down
2 changes: 1 addition & 1 deletion comp/otelcol/collector-contrib/impl/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ connectors:
v0.114.0
dist:
description: Datadog OpenTelemetry Collector
module: github.com/DataDog/datadog-agent/comp/otelcol/collector-contrib
module: github.com/DataDog/datadog-agent/comp/otelcol/collector-contrib/impl
name: otelcol-contrib
output_path: ./comp/otelcol/collector-contrib/impl
version: 0.114.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
dist:
module: github.com/DataDog/datadog-agent/comp/otelcol/collector-contrib
module: github.com/DataDog/datadog-agent/comp/otelcol/collector-contrib/impl
name: otelcol-contrib
description: Valid (default) datadog converged Agent ocb manifest (should pass collector_tests.py)
version: 0.114.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
dist:
module: github.com/DataDog/datadog-agent/comp/otelcol/collector-contrib
module: github.com/DataDog/datadog-agent/comp/otelcol/collector-contrib/impl
name: otelcol-contrib
description: valid manifest with minimum requirements and no version (should pass collector_tests.py)
output_path: ./comp/otelcol/collector-contrib/impl
Expand Down

0 comments on commit a3032d3

Please sign in to comment.