-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Splunk HEC exporter example #266
Add Splunk HEC exporter example #266
Conversation
Codecov Report
@@ Coverage Diff @@
## master #266 +/- ##
=======================================
Coverage 83.02% 83.02%
=======================================
Files 167 167
Lines 8900 8900
=======================================
Hits 7389 7389
Misses 1186 1186
Partials 325 325 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but would like @bogdandrutu to also have a look before merging.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would suggest to have this in "exporter/splunk/example" and try to avoid pictures of the product if possibe.
7753e22
to
d195540
Compare
6f42528
to
3473f12
Compare
3473f12
to
6298fc8
Compare
**Documentation:** Example comes with a README, reproduced below: # OpenTelemetry Collector Splunk demo This demonstration shows how the OpenTelemetry Collector can send data to a Splunk instance. Splunk runs as part of this docker-compose demo to show metrics data from your machine. . To build and run the demo, switch to this directory and run `docker-compose up` Hit `http://localhost:18000` and log in with `admin`/`opentelemetry`, then go to the [analytics workspace](http://localhost:18000/en-US/app/search/analytics_workspace). You will see a list of analytics exposed by the host metrics collector, which captures simple metrics exposed inside the OpenTelemetry Collector Docker container.
Address #266 partially. Signed-off-by: Hui Kang <kangh@us.ibm.com>
Bumps [go.opentelemetry.io/collector](https://github.com/open-telemetry/opentelemetry-collector) from 0.31.0 to 0.35.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-collector@v0.31.0...v0.35.0) --- updated-dependencies: - dependency-name: go.opentelemetry.io/collector dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Description:
Add a Splunk HEC exporter example
Testing:
N/A
Documentation:
Example comes with a README, reproduced below:
OpenTelemetry Collector Splunk demo
This demonstration shows how the OpenTelemetry Collector can send data to a Splunk instance.
Splunk runs as part of this docker-compose demo to show metrics data from your machine. .
To build and run the demo, switch to this directory and run
docker-compose up
Hit
http://localhost:18000
and log in withadmin
/opentelemetry
, then go to the analytics workspace.You will see a list of analytics exposed by the host metrics collector, which captures simple metrics exposed inside the OpenTelemetry Collector Docker container.