Add operation request metadata to access logs #4055
Labels
component/logging
component/open-telemetry
OTLP, Datadog, Prometheus, etc. and the integrations around it.
raised by user
Is your feature request related to a problem? Please describe.
Our company heavily uses logs for observability, not tracing or spans. Today the request size of operations (bytes, field count, depth, etc) is not logged out so we have no way to search this information.
Describe the solution you'd like
Add the following to access logs as well formatted and searchable keys
request_size_in_bytes=5000
operation_height=10
operation_depth=1
operation_aliases=0
operation_root_fields=1
Describe alternatives you've considered
We could add Rust plugins to trace this info ourselves
Additional context
This probably could line up with the restructuring of the limits config
The text was updated successfully, but these errors were encountered: