File tree 3 files changed +18
-5
lines changed
content/en/docs/collector
3 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -120,8 +120,6 @@ the development and testing of components.
120
120
Go ahead and create a manifest file named ` builder-config.yaml ` with the
121
121
following content:
122
122
123
- > builder-config.yaml
124
-
125
123
``` yaml
126
124
dist :
127
125
name : otelcol-dev
@@ -144,8 +142,6 @@ collector distribution:
144
142
The ` builder-config.yaml` manifest file will look like this after adding the
145
143
components :
146
144
147
- > builder-config.yaml
148
-
149
145
<!-- prettier-ignore -->
150
146
` ` ` yaml
151
147
dist:
@@ -170,6 +166,15 @@ receivers:
170
166
go.opentelemetry.io/collector/receiver/otlpreceiver {{% version-from-registry collector-receiver-otlp %}}
171
167
` ` `
172
168
169
+ {{% alert color="primary" title="Tip" %}}
170
+
171
+ For a list of components that you can add to your custom collector, see the
172
+ [OpenTelemetry Registry](/ecosystem/registry/?language=collector). Note that
173
+ registry entries provide the full name and version you need to add to your
174
+ ` builder-config.yaml`.
175
+
176
+ {{% /alert %}}
177
+
173
178
# # Step 3 - Generating the Code and Building your Collector's distribution
174
179
175
180
All you need now is to let the `ocb` do it's job, so go to your terminal and
Original file line number Diff line number Diff line change 1
- # cSpell:ignore apiclarity
1
+ # cSpell:ignore apiclarity apiclarityexporter openclarity
2
2
title : APIClarity HTTP Exporter
3
3
registryType : exporter
4
4
language : collector
@@ -15,3 +15,7 @@ authors:
15
15
urls :
16
16
repo : https://github.com/openclarity/apiclarity/tree/master/plugins/otel-collector
17
17
createdAt : 2022-11-28
18
+ package :
19
+ name : github.com/openclarity/apiclarity/plugins/otel-collector/apiclarityexporter
20
+ registry : go-collector
21
+ version : v0.0.0
Original file line number Diff line number Diff line change 10799
10799
"StatusCode" : 200 ,
10800
10800
"LastSeen" : " 2024-08-09T11:01:13.220618-04:00"
10801
10801
},
10802
+ "https://pkg.go.dev/github.com/openclarity/apiclarity/plugins/otel-collector/apiclarityexporter" : {
10803
+ "StatusCode" : 200 ,
10804
+ "LastSeen" : " 2024-08-12T17:56:07.964057+02:00"
10805
+ },
10802
10806
"https://pkg.go.dev/go.opentelemetry.io/collector/cmd/builder" : {
10803
10807
"StatusCode" : 200 ,
10804
10808
"LastSeen" : " 2024-03-01T16:49:30.684687+01:00"
You can’t perform that action at this time.
0 commit comments