-
Notifications
You must be signed in to change notification settings - Fork 18
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
loki submit over otlp #66
Comments
I want this feature too. Since I don't have go knowledge, I wrote my own converter to convert the log streams into OTLP. The idea here is to make use of the OpenTelemetry sdk. Change the base url in the k6 test to:
DemoApplication.kt
${opentelemetry.version} = 1.45.0
application.properties
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are in the process of setting up loki tempo and mimir and feeding data in via otel-collector. The data ingests via the otlp interfaces ( http or grpc ).
It would be nice to see the loki generator support submission via otlp in addition to the native loki connection. Not sure if this is in scope for the project or not
The text was updated successfully, but these errors were encountered: