-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into flands/support-bundle
- Loading branch information
Showing
48 changed files
with
1,173 additions
and
511 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
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Changelog | ||
|
||
## Unreleased | ||
|
||
## v0.23.0 | ||
|
||
This Splunk OpenTelemetry Collector release includes changes from the [opentelemetry-collector v0.23.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.23.0) and the [opentelemetry-collector-contrib v0.23.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.23.0) releases. | ||
|
||
## 🛑 Breaking changes 🛑 | ||
|
||
- Renamed default config from `splunk_config_linux.yaml` to `gateway_config.yaml` (#170) | ||
|
||
## 💡 Enhancements 💡 | ||
|
||
- Include smart agent bundle in amd64 deb/rpm packages (#177) | ||
- `smartagent` receiver: Add support for logs (#161) and traces (#192) | ||
|
||
## 🧰 Bug fixes 🧰 | ||
|
||
- `smartagent` extension: Ensure propagation of collectd bundle dir (#180) | ||
- `smartagent` receiver: Fix logrus logger hook data race condition (#181) | ||
|
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
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
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
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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Components | ||
|
||
The distribution offers support for the following components. | ||
|
||
## Beta | ||
|
||
These components are considered stable. While in beta, breaking changes may be | ||
introduced in a new release. In addition, any of these components may be | ||
removed prior to the 1.0 release. | ||
|
||
| Receivers | Processors | Exporters | Extensions | | ||
| :--------------: | :--------: | :-------: | :--------: | | ||
| fluentforward | attributes | file | healthcheck | | ||
| hostmetrics | batch | logging | httpforwarder | | ||
| jaeger | filter | otlp | host_observer | | ||
| k8s_cluster | k8s_tagger | sapm | k8s_observer | | ||
| kubeletstats | memorylimiter | signalfx | pprof | | ||
| opencensus | metrictransform | splunk_hec | zpages | | ||
| otlp | resource | | | | ||
| receiver_creator | resourcedetection | | | | ||
| sapm | span | | | | ||
| signalfx | | | | | ||
| simpleprometheus | | | | | ||
| smartagent | | | | | ||
| splunk_hec | | | | | ||
| zipkin | | | | | ||
|
||
## Alpha | ||
|
||
These components may or may not be stable. In addition, the may be limited in | ||
their capabilities (for example the Kafka receiver/exporter only offers tracing | ||
support at this time). While in alpha, breaking changes may be introduced in a | ||
new release. In addition, any of these components may be removed prior to the | ||
1.0 release. | ||
|
||
| Receivers | Processors | Exporters | Extensions | | ||
| :-------: | :--------: | :-------: | :--------: | | ||
| carbon | | kafka | | | ||
| collectd | | | | | ||
| kafka | | | | | ||
| statsd | | | | |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Monitoring | ||
|
||
The default configuration automatically scrapes the Collector's own metrics and | ||
sends the data using the `signalfx` exporter. A built-in dashboard provides | ||
information about the health and status of Collector instances. | ||
|
||
In addition, logs should be collected. For Log Observer customers, logs are | ||
automatically collected for the Collector and Journald processes. | ||
|
||
The Collector also offers | ||
[zpages](https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/troubleshooting.md#zpages). |
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
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
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
Oops, something went wrong.