Skip to content
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

feat: Custom Flattening for OTEL logs, metrics and traces #1043

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

nikhilsinhaparseable
Copy link
Contributor

  • add proto files for metrics and trace

  • add compiled rust files for metrics and trace protobuf files

  • add separate handlers for OTEL logs, metrics and traces

  • custom flattening added for OTEL logs, metrics and traces

    use endpoints

  • /v1/logs for OTEL logs

  • /v1/metrics for OTEL metrics

  • /v1/traces for OTEL traces

    add custom header X-P-Log-Source when using endpint api/v1/ingest

  • otel-logs for OTEL logs

  • otel-metrics for OTEL metrics

  • otel-traces for OTEL traces

add proto files for metrics and trace
add compiled rust files for metrics and trace protobuf files
add separate handlers for OTEL logs, metrics and traces
custom flattening added for OTEL logs and metrics
add custom flattening for otel traces
use endpoints
`/v1/logs` for OTEL logs
`/v1/metrics` for OTEL metrics
`/v1/traces` for OTEL traces

add custom header X-P-Log-Source when using endpint `api/v1/ingest`
`otel-logs` for OTEL logs
`otel-metrics` for OTEL metrics
`otel-traces` for OTEL traces
@nitisht nitisht requested a review from de-sh December 19, 2024 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant