forked from open-telemetry/opentelemetry-collector
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add examples README (open-telemetry#67)
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 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,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) |