-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2556d26
commit 0abd35a
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2908,32 +2908,32 @@ components for a custom build of [OpenTelemetry Collector](https://github.com/op | |
{ | ||
"receivers": { | ||
"sub_component_map": { | ||
"github.com/open-telemetry/opentelemetry-collector-contrib/receiver/[email protected]": { | ||
"hostmetrics": { | ||
"metadata": { | ||
"type": "hostmetrics", | ||
"code.namespace": "github.com/open-telemetry/opentelemetry-collector-contrib/receiver/[email protected]", | ||
} | ||
} | ||
} | ||
}, | ||
"processors": { | ||
"sub_component_map": { | ||
"go.opentelemetry.io/collector/processor/[email protected]": { | ||
"batch": { | ||
"metadata": { | ||
"type": "batch", | ||
"code.namespace": "go.opentelemetry.io/collector/processor/[email protected]" | ||
} | ||
}, | ||
"github.com/open-telemetry/opentelemetry-collector-contrib/processor/[email protected]": { | ||
"transform": { | ||
"metadata": { | ||
"type": "transform", | ||
"code.namespace": "github.com/open-telemetry/opentelemetry-collector-contrib/processor/[email protected]" | ||
} | ||
}, | ||
} | ||
}, | ||
"exporters": { | ||
"sub_component_map": { | ||
"go.opentelemetry.io/collector/exporter/[email protected]": { | ||
"nop": { | ||
"metadata": { | ||
"type": "nop", | ||
"code.namespace": "go.opentelemetry.io/collector/exporter/[email protected]" | ||
} | ||
} | ||
} | ||
|