Skip to content

Commit 1d46efa

Browse files
authored
[distributions/otelcol-contrib] add faro receiver and faro exporter to distribution (#955)
1 parent e13a855 commit 1d46efa

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.chloggen/add-faro-components.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type: new_component
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver)
7+
component: faroreceiver, faroexporter
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Add faro receiver and faro exporter to the otelcol-contrib distribution
11+
12+
# One or more tracking issues or pull requests related to the change
13+
issues: [955]
14+
15+
# (Optional) One or more lines of additional information to render under the primary note.
16+
# These lines will be padded with 2 spaces and then inserted directly into the document.
17+
# Use pipe (|) for multiline entries.
18+
subtext:
19+
20+
# Optional: The change log or logs in which this entry should be included.
21+
# e.g. '[user]' or '[user, api]'
22+
# Include 'user' if the change is relevant to end users.
23+
# Include 'api' if there is a change to a library API.
24+
# Default: '[user]'
25+
change_logs: [user]
26+

distributions/otelcol-contrib/manifest.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ exporters:
6363
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/datasetexporter v0.126.0
6464
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/dorisexporter v0.126.0
6565
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasticsearchexporter v0.126.0
66+
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/faroexporter v0.126.0
6667
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/fileexporter v0.126.0
6768
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/googlecloudexporter v0.126.0
6869
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/googlecloudpubsubexporter v0.126.0
@@ -146,6 +147,7 @@ receivers:
146147
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/elasticsearchreceiver v0.126.0
147148
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/envoyalsreceiver v0.126.0
148149
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/expvarreceiver v0.126.0
150+
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/faroreceiver v0.126.0
149151
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/filelogreceiver v0.126.0
150152
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/filestatsreceiver v0.126.0
151153
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/flinkmetricsreceiver v0.126.0

0 commit comments

Comments
 (0)