Skip to content

Commit

Permalink
Add examples README (open-telemetry#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme authored Jan 28, 2021
1 parent 52115dc commit 3855b48
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ PS> Start-Service splunk-otel-collector

The collector logs and errors can be viewed in the Windows Event Viewer.

### More examples

You can consult additional use cases in the [/examples](examples folder).

## Sizing

The OpenTelemetry Collector can be scaled up or out as needed. Sizing is based
Expand Down
21 changes: 21 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Examples

This folder contains examples showcasing how the collector can integrate and complement existing environments.

## [Splunk HEC example](./splunk-hec)

This example showcases how the collector can send data to a Splunk Enterprise deployment over the Docker logging driver.

[Read more...](./splunk-hec)

## [Splunk HEC metrics](./splunk-hec-metrics)

This example showcases how the collector can send data to a Splunk Enterprise deployment from a Telegraf instance.

[Read more...](./splunk-hec-metrics)

## [Prometheus Federation](./prometheus-federation)

This example showcases how the agent works with Splunk Enterprise and an existing Prometheus deployment.

[Read more...](./prometheus-federation)

0 comments on commit 3855b48

Please sign in to comment.