Skip to content
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

Merged
merged 4 commits into from
Jun 17, 2020

Conversation

atoulme
Copy link
Contributor

@atoulme atoulme commented May 28, 2020

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 with admin/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.

metrics

@atoulme atoulme requested a review from a team May 28, 2020 18:52
@codecov
Copy link

codecov bot commented May 28, 2020

Codecov Report

Merging #266 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f4be82a...4f8af58. Read the comment docs.

Copy link
Member

@tigrannajaryan tigrannajaryan left a 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.

Copy link
Member

@bogdandrutu bogdandrutu left a 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.

@atoulme atoulme force-pushed the add_splunk_hec_example branch from 7753e22 to d195540 Compare June 9, 2020 00:53
@atoulme atoulme requested a review from a team June 9, 2020 00:53
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Jun 9, 2020

CLA Check
The committers are authorized under a signed CLA.

@atoulme atoulme force-pushed the add_splunk_hec_example branch 2 times, most recently from 6f42528 to 3473f12 Compare June 9, 2020 01:26
.circleci/config.yml Outdated Show resolved Hide resolved
@atoulme atoulme force-pushed the add_splunk_hec_example branch from 3473f12 to 6298fc8 Compare June 16, 2020 22:51
@tigrannajaryan tigrannajaryan merged commit bb6c8c2 into open-telemetry:master Jun 17, 2020
wyTrivail referenced this pull request in mxiamxia/opentelemetry-collector-contrib Jul 13, 2020
**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.
mxiamxia referenced this pull request in mxiamxia/opentelemetry-collector-contrib Jul 22, 2020
Address #266 partially.

Signed-off-by: Hui Kang <kangh@us.ibm.com>
mxiamxia referenced this pull request in mxiamxia/opentelemetry-collector-contrib Jul 22, 2020
bogdandrutu pushed a commit that referenced this pull request May 12, 2022
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants