opensearch-project / data-prepper

Data Prepper is a component of the OpenSearch project that accepts, filters, transforms, enriches, and routes data at scale.
https://opensearch.org/docs/latest/clients/data-prepper/index/
Apache License 2.0
259 stars 190 forks source link

The `processor` documentation is missing sub-documentation for `otel_trace_raw` and `service_map_stateful` #4976

Open linghengqian opened 1 week ago

linghengqian commented 1 week ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. It would be nice to have [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered (Optional) A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

dlvenable commented 1 day ago

@linghengqian , The otel_trace_raw is the deprecated name for otel_traces. See https://github.com/opensearch-project/data-prepper/blob/db9a849b388780c151942931ea6c64350c00c185/data-prepper-plugins/otel-trace-raw-processor/src/main/java/org/opensearch/dataprepper/plugins/processor/oteltrace/OTelTraceRawProcessor.java#L39.

The same is true of service_map_stateful.

Would you be interested in updating the documentation with information on these?

linghengqian commented 12 hours ago

Would you be interested in updating the documentation with information on these?