-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: test otelcol configs from example directory (#1173)
* chore: test otelcol configs from example directory * fixes after review
- Loading branch information
1 parent
e517a9f
commit a353505
Showing
9 changed files
with
24 additions
and
7 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 |
---|---|---|
@@ -1,12 +1,13 @@ | ||
# Examples | ||
|
||
- [ansible](ansible) - example Ansible playbook to install Sumo Logic Distribution for OpenTelemetry Collector | ||
- [config_cpu_load_metrics.yaml](config_cpu_load_metrics.yaml) - example configuration to collect CPU load metrics using [Host Metrics Receiver][hostmetricsreceiver] | ||
- [puppet](puppet) - example manifest and module to install Sumo Logic Distribution for OpenTelemetry Collector with Puppet | ||
- [chef](chef) - example cookbook to install Sumo Logic Distribution for OpenTelemetry Collector with Chef | ||
- [config_logging.yaml](config_logging.yaml) - example configuration to collect CPU load metrics using | ||
- [otelcolconfigs](otelcolconfigs) - a directory that contains sample opentelemetry collector configurations, such as: | ||
- [config_cpu_load_metrics.yaml](otelcolconfigs/config_cpu_load_metrics.yaml) - example configuration to collect CPU load metrics using [Host Metrics Receiver][hostmetricsreceiver] | ||
- [config_logging.yaml](otelcolconfigs/config_logging.yaml) - example configuration to collect CPU load metrics using | ||
[Host Metrics Receiver][hostmetricsreceiver] without sending them to Sumo Logic. | ||
- [logs_json](logs_json) - example configuration to parse logs using [json_parser][json_parser] with example log | ||
- [logs_json](otelcolconfigs/logs_json) - example configuration to parse logs using [json_parser][json_parser] with example log | ||
|
||
[hostmetricsreceiver]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.52.0/receiver/hostmetricsreceiver | ||
[json_parser]: https://github.com/open-telemetry/opentelemetry-log-collection/blob/main/docs/operators/json_parser.md |
This file was deleted.
Oops, something went wrong.
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,9 @@ | ||
# Examples | ||
|
||
- [config_cpu_load_metrics.yaml](config_cpu_load_metrics.yaml) - example configuration to collect CPU load metrics using [Host Metrics Receiver][hostmetricsreceiver] | ||
- [config_logging.yaml](config_logging.yaml) - example configuration to collect CPU load metrics using | ||
[Host Metrics Receiver][hostmetricsreceiver] without sending them to Sumo Logic. | ||
- [logs_json](logs_json) - example configuration to parse logs using [json_parser][json_parser] with example log | ||
|
||
[hostmetricsreceiver]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.52.0/receiver/hostmetricsreceiver | ||
[json_parser]: https://github.com/open-telemetry/opentelemetry-log-collection/blob/main/docs/operators/json_parser.md |
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
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