-
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
New component: sumologicprocessor #23946
Comments
As that said, it's more likely an exporter, why not add those functions into the sumologicexporter? |
We don't think that exporter should modify data and also with this processor, OTLP exporter may be use to send data to Sumo Logic. We also believe that it is important to be able to send same data to different targets, e.g. local databases, s3 and so on. Finally this processor is not only about schema, but also has some features our customer asks as for and which are not supported by other processors yet. |
It' worth noting that this processor is currently maintained in the Sumo Logic distro repo as Sumo Logic Schema processor. We want to move this processor to be maintained in the contrib repo together with the already existing Sumo Logic exporter and also Sumo Logic extension coming soon (also moved from the Sumo distro repo). |
I'm willing to sponsor this component. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping |
This is not stale, work is ongoing in #23949. |
**Description:** Adds Sumo Logic Processor The Sumo Logic processor (config name: `sumologic`) modifies the metadata on logs, metrics and traces sent to [Sumo Logic][sumologic_webpage] so that the Sumo Logic [apps][sumologic_apps] can make full use of the ingested data. [sumologic_webpage]: https://www.sumologic.com [sumologic_apps]: https://www.sumologic.com/applications/ **Link to tracking Issue:** #23946 **Testing:** - Unit tests - Component is being used by our customers **Documentation:** `README.md` --------- Signed-off-by: Dominik Rosiek <[email protected]> Co-authored-by: Daniel Jaglowski <[email protected]> Co-authored-by: Andrzej Stencel <[email protected]>
**Description:** Adds Sumo Logic Processor The Sumo Logic processor (config name: `sumologic`) modifies the metadata on logs, metrics and traces sent to [Sumo Logic][sumologic_webpage] so that the Sumo Logic [apps][sumologic_apps] can make full use of the ingested data. [sumologic_webpage]: https://www.sumologic.com [sumologic_apps]: https://www.sumologic.com/applications/ **Link to tracking Issue:** open-telemetry#23946 **Testing:** - Unit tests - Component is being used by our customers **Documentation:** `README.md` --------- Signed-off-by: Dominik Rosiek <[email protected]> Co-authored-by: Daniel Jaglowski <[email protected]> Co-authored-by: Andrzej Stencel <[email protected]>
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping |
The Sumo Logic processor is now merged in contrib repository, but we need to include it in the contrib release. |
**Description:** Adds Sumo Logic Processor The Sumo Logic processor (config name: `sumologic`) modifies the metadata on logs, metrics and traces sent to [Sumo Logic][sumologic_webpage] so that the Sumo Logic [apps][sumologic_apps] can make full use of the ingested data. [sumologic_webpage]: https://www.sumologic.com [sumologic_apps]: https://www.sumologic.com/applications/ **Link to tracking Issue:** open-telemetry#23946 **Testing:** - Unit tests - Component is being used by our customers **Documentation:** `README.md` --------- Signed-off-by: Dominik Rosiek <[email protected]> Co-authored-by: Daniel Jaglowski <[email protected]> Co-authored-by: Andrzej Stencel <[email protected]>
#29509 should resolve the issue |
The purpose and use-cases of the new component
This is vendor specific processor. Schema used by Sumo Logic differs from OpenTelemetry ones, and because of that we need some translations and additional data pre-processing before sending data to Sumo Logic.
More details are available in the component README
Example configuration for the component
Telemetry data types supported
logs, metrics, traces
Is this a vendor-specific component?
Sponsor (optional)
No response
Additional context
This is required in order to move other Sumo Logic specific components from Sumo Logic repository to this one.
The text was updated successfully, but these errors were encountered: