Skip to content

Commit

Permalink
invert module/typestr for ID
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryFissionGames committed Oct 24, 2024
1 parent 2556d26 commit 0abd35a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
}
}
}
Expand Down

0 comments on commit 0abd35a

Please sign in to comment.