-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Adding a trace exporter to Azure Monitor #39
Merged
pjanotti
merged 13 commits into
open-telemetry:master
from
pcwiese:pwiese/azuremonitor-trace-exporter
Dec 3, 2019
Merged
Adding a trace exporter to Azure Monitor #39
pjanotti
merged 13 commits into
open-telemetry:master
from
pcwiese:pwiese/azuremonitor-trace-exporter
Dec 3, 2019
Commits on Dec 2, 2019
-
Adding a trace exporter to Azure Monitor
This exporter transforms the current wire format Spans into constructs defined in [ApplicationInsights-Go](github.com/Microsoft/ApplicationInsights-Go/appinsights/contracts). Once a Span is transformed it is sent to Azure Monitor via a transportChannel interface. There is an implementation of that interface method inside ApplicationInsights-Go package that ultimately ultimately sent to Azure Monitor via a REST API. This package takes care of appropriate retries, batching, and buffering (in-memory only). Once the OpenTelemetry wire format is incorporated into the collector I will make the switch to that format. The changes should not be too bad. This PR does not: - export Span events - export Span links, - implement a metrics exporter Test code coverage is > 90%
Configuration menu - View commit details
-
Copy full SHA for 01ceb8c - Browse repository at this point
Copy the full SHA 01ceb8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41a027f - Browse repository at this point
Copy the full SHA 41a027fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c55899 - Browse repository at this point
Copy the full SHA 1c55899View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59b4208 - Browse repository at this point
Copy the full SHA 59b4208View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3c7ef1 - Browse repository at this point
Copy the full SHA e3c7ef1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d19f65b - Browse repository at this point
Copy the full SHA d19f65bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1ad3d8 - Browse repository at this point
Copy the full SHA d1ad3d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d66d39 - Browse repository at this point
Copy the full SHA 1d66d39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8544bd9 - Browse repository at this point
Copy the full SHA 8544bd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bdc21a - Browse repository at this point
Copy the full SHA 3bdc21aView commit details -
Remove the exporter Debug configuration flag and just use the informa…
…tion available in the zap.Logger
Configuration menu - View commit details
-
Copy full SHA for 3493c62 - Browse repository at this point
Copy the full SHA 3493c62View commit details
Commits on Dec 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 739f9a2 - Browse repository at this point
Copy the full SHA 739f9a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ca7e19 - Browse repository at this point
Copy the full SHA 9ca7e19View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.