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 support for access token and cleanup other configs #55

Merged
merged 6 commits into from
May 14, 2021
Merged

Add support for access token and cleanup other configs #55

merged 6 commits into from
May 14, 2021

Conversation

pellared
Copy link
Contributor

@pellared pellared commented May 7, 2021

Why

The user may want to send traces directly to Splunk back-end.

What

  • Add support for the access token so that allows sending traces directly to Splunk back-end.
  • Refine other configs to improve the compliance with GDI specification

Testing

Added integration tests using httptest.Server.

Tested manually with real Jaeger and Splunk-backend with @owais (thank you!). Results below:

image

image

Remarks

@MrAlias

Bug in OTel Go SDK discovered. Basically it is defaulting to the gRPC endpoint http://localhost:14250 instead of the HTTP thrift endpoint http://localhost:14268/api/traces .

Here is a PR in OTel Go repository: open-telemetry/opentelemetry-go#1898

Next PR

  • Add an example that can be used e.g. during the demo

@pellared pellared marked this pull request as ready for review May 7, 2021 12:21
@pellared pellared requested a review from a team as a code owner May 7, 2021 12:21
@pellared pellared marked this pull request as draft May 7, 2021 15:03
@pellared pellared marked this pull request as ready for review May 7, 2021 15:43
@pellared
Copy link
Contributor Author

@MrAlias can you review it, please?

@iNikem
Copy link
Contributor

iNikem commented May 13, 2021

@owais @MrAlias anything preventing from merging this?

@pellared pellared requested a review from MrAlias May 14, 2021 13:57
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
distro/config.go Outdated Show resolved Hide resolved
@pellared pellared requested a review from MrAlias May 14, 2021 16:41
@owais owais merged commit a570368 into signalfx:main May 14, 2021
@pellared pellared deleted the cleanup-configuration branch May 14, 2021 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants