-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 Sumo Logic exporter #1498
Labels
Comments
This was referenced Nov 23, 2020
This was referenced Dec 2, 2020
This was referenced Dec 17, 2020
tigrannajaryan
pushed a commit
that referenced
this issue
Jan 7, 2021
- Enable sumologic exporter - Minor improvement for compress - Use github.com/pkg/errors for errors - Add context propagation to sender - Add support for dots in headers extrapolation **Link to tracking Issue:** #1498 **Testing:** - Unit tests - Manual e2e tests **Documentation:** - Comments
dyladan
referenced
this issue
in dynatrace-oss-contrib/opentelemetry-collector-contrib
Jan 29, 2021
tigrannajaryan
pushed a commit
that referenced
this issue
Mar 3, 2021
Add support for carbon2 format to sumologicexporter **Link to tracking Issue:** #1498 **Testing:** Manual e2e tests, unit tests **Documentation:** Comments
tigrannajaryan
pushed a commit
that referenced
this issue
Apr 14, 2021
- Add support for graphite format to sumo logic exporter - Add sanitization for carbon2 format - Replace `=` with `:` for sanitization **Link to tracking Issue:** #1498
pmatyjasek-sumo
referenced
this issue
in pmatyjasek-sumo/opentelemetry-collector-contrib
Apr 28, 2021
Add support for carbon2 format to sumologicexporter **Link to tracking Issue:** #1498 **Testing:** Manual e2e tests, unit tests **Documentation:** Comments
pmatyjasek-sumo
referenced
this issue
in pmatyjasek-sumo/opentelemetry-collector-contrib
Apr 28, 2021
- Add support for graphite format to sumo logic exporter - Add sanitization for carbon2 format - Replace `=` with `:` for sanitization **Link to tracking Issue:** #1498
ljmsc
referenced
this issue
in ljmsc/opentelemetry-collector-contrib
Feb 21, 2022
The minimum version of Go this project supports is 1.14 meaning that all supported versions of Go support the runtime/trace package. Remove specific build overrides for versions of Go prior to 1.11 that are not supported by this project.
@pmm-sumo @sumo-drosiek can this be closed? |
Oh, for sure! Thank you for bringing this up @mx-psi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
I added this issue to track progress of initial implementation of the Sumo Logic exporter:
List of planned PRs:
In case of any change of the planned implementation, I will update list of PRs
The text was updated successfully, but these errors were encountered: