Skip to content

Commit de2d1ae

Browse files
authored
added to components.go (#4998)
* added to components.go * fixed changelog * go mod tidy
1 parent 9d2991a commit de2d1ae

File tree

6 files changed

+14
-6
lines changed

6 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- (Splunk) Add Azure Monitor receiver ([#4971](https://github.com/signalfx/splunk-otel-collector/pull/4971))
88
- (Splunk) Add [upstream](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/rabbitmqreceiver) Opentelemetry Collector RabbitMQ receiver ([#4980](https://github.com/signalfx/splunk-otel-collector/pull/4980))
99
- (Splunk) Add Active Directory Domain Services receiver ([#4994](https://github.com/signalfx/splunk-otel-collector/pull/4994))
10+
- (Splunk) Add Splunk Enterprise receiver ([#4998](https://github.com/signalfx/splunk-otel-collector/pull/4998))
1011

1112
## v0.102.1
1213

docs/components.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ The distribution offers support for the following components.
1212
<div>
1313

1414
| Receivers | Stability |
15-
|:----------------------------------------------------------------------------------------------------------------------------------------------|:-----------------|
16-
| [active_directory_ds](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/activedirectorydsreceiver) | [beta] |
15+
| :-------------------------------------------------------------------------------------------------------------------------------------------- | :--------------- |
16+
| [active_directory_ds](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/activedirectorydsreceiver) | [beta] |
1717
| [awscontainerinsights](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/awscontainerinsightreceiver) | [beta] |
1818
| [awsecscontainermetrics](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/awsecscontainermetricsreceiver) | [beta] |
1919
| [apache](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/apachereceiver) | [alpha] |
@@ -52,6 +52,7 @@ The distribution offers support for the following components.
5252
| [simpleprometheus](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/simpleprometheusreceiver) | [beta] |
5353
| [smartagent](../pkg/receiver/smartagentreceiver) | [beta] |
5454
| [solace](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/solacereceiver) | [beta] |
55+
| [splunkenterprise](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/splunkenterprisereceiver) | [beta] |
5556
| [splunk_hec](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/splunkhecreceiver) | [beta] |
5657
| [sqlquery](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/sqlqueryreceiver) | [alpha] |
5758
| [sqlserver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/sqlserverreceiver) | [beta] |
@@ -71,7 +72,7 @@ The distribution offers support for the following components.
7172
<div>
7273

7374
| Processors | Stability |
74-
|:--------------------------------------------------------------------------------------------------------------------------------------------|:-----------------|
75+
| :------------------------------------------------------------------------------------------------------------------------------------------ | :--------------- |
7576
| [attributes](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/attributesprocessor) | [alpha] |
7677
| [batch](https://github.com/open-telemetry/opentelemetry-collector/tree/main/processor/batchprocessor) | [beta] |
7778
| [cumulativetodelta](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/cumulativetodeltaprocessor) | [beta] |
@@ -96,7 +97,7 @@ The distribution offers support for the following components.
9697
<div>
9798

9899
| Exporters | Stability |
99-
|:----------------------------------------------------------------------------------------------------------------------------|:-----------------|
100+
| :-------------------------------------------------------------------------------------------------------------------------- | :--------------- |
100101
| [awss3](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/awss3exporter) | [alpha] |
101102
| [debug](https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter/debugexporter) | [in development] |
102103
| [file](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/fileexporter) | [alpha] |
@@ -116,7 +117,7 @@ The distribution offers support for the following components.
116117
<div>
117118

118119
| Extensions | Stability |
119-
|:------------------------------------------------------------------------------------------------------------------------------------|:----------|
120+
| :---------------------------------------------------------------------------------------------------------------------------------- | :-------- |
120121
| [ack](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/ackextension) | [alpha] |
121122
| [basicauth](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/basicauthextension) | [beta] |
122123
| [docker_observer](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/observer/dockerobserver) | [beta] |
@@ -138,7 +139,7 @@ The distribution offers support for the following components.
138139
<div>
139140

140141
| Connectors | Stability |
141-
|:--------------------------------------------------------------------------------------------------------------------------|:-----------------|
142+
| :------------------------------------------------------------------------------------------------------------------------ | :--------------- |
142143
| [count](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/connector/countconnector) | [in development] |
143144
| [forward](https://github.com/open-telemetry/opentelemetry-collector/tree/main/connector/forwardconnector) | [beta] |
144145
| [routing](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/connector/routingconnector) | [alpha] |

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ require (
9292
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/signalfxreceiver v0.103.0
9393
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/simpleprometheusreceiver v0.103.0
9494
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/solacereceiver v0.103.0
95+
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/splunkenterprisereceiver v0.103.0
9596
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/splunkhecreceiver v0.103.0
9697
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/sqlqueryreceiver v0.103.0
9798
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/sqlserverreceiver v0.103.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,6 +1439,8 @@ github.com/open-telemetry/opentelemetry-collector-contrib/receiver/simpleprometh
14391439
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/simpleprometheusreceiver v0.103.0/go.mod h1:ofMwxpiAs54Cuv09BD2hW1lLZeD62GRtfTqrz/+1S18=
14401440
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/solacereceiver v0.103.0 h1:8NSskDiAYnj36SBkx4/v3m+Z19Pitxt9LaqBvdu/s0c=
14411441
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/solacereceiver v0.103.0/go.mod h1:ylHnYxVBISeZQjOaVPzqls7RdUZun0O+Wxq+pMwbqIg=
1442+
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/splunkenterprisereceiver v0.103.0 h1:RXtOEaWvKSq/IbI5xRL42EkeZMAipPT7og57BXrfMBI=
1443+
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/splunkenterprisereceiver v0.103.0/go.mod h1:Qf2FyVol5xSyMT4rMO6NaS++jW338PKXCFgOe66IiIY=
14421444
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/splunkhecreceiver v0.103.0 h1:scBYx7i02BIGGrv3B5G8NY+hkBPnU4UZj4MBX/+G8II=
14431445
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/splunkhecreceiver v0.103.0/go.mod h1:yKcoARhrC8afaaft7trvIqbPR38VYfgSSrzdhF7rFNI=
14441446
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/sqlqueryreceiver v0.103.0 h1:O6KqVBEJgwPS6A+vZBRSZiztQLpX3VmYnJ4l4+xx+Ek=

internal/components/components.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ import (
8989
"github.com/open-telemetry/opentelemetry-collector-contrib/receiver/signalfxreceiver"
9090
"github.com/open-telemetry/opentelemetry-collector-contrib/receiver/simpleprometheusreceiver"
9191
"github.com/open-telemetry/opentelemetry-collector-contrib/receiver/solacereceiver"
92+
"github.com/open-telemetry/opentelemetry-collector-contrib/receiver/splunkenterprisereceiver"
9293
"github.com/open-telemetry/opentelemetry-collector-contrib/receiver/splunkhecreceiver"
9394
"github.com/open-telemetry/opentelemetry-collector-contrib/receiver/sqlqueryreceiver"
9495
"github.com/open-telemetry/opentelemetry-collector-contrib/receiver/sqlserverreceiver"
@@ -195,6 +196,7 @@ func Get() (otelcol.Factories, error) {
195196
simpleprometheusreceiver.NewFactory(),
196197
smartagentreceiver.NewFactory(),
197198
solacereceiver.NewFactory(),
199+
splunkenterprisereceiver.NewFactory(),
198200
splunkhecreceiver.NewFactory(),
199201
sqlqueryreceiver.NewFactory(),
200202
sqlserverreceiver.NewFactory(),

internal/components/components_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ func TestDefaultComponents(t *testing.T) {
8484
"signalfxgatewayprometheusremotewrite",
8585
"smartagent",
8686
"solace",
87+
"splunkenterprise",
8788
"splunk_hec",
8889
"sqlquery",
8990
"sqlserver",

0 commit comments

Comments
 (0)