Tracing with OpenTelemetry #3858
Replies: 5 comments 1 reply
-
This is possible and not very hard: However, there are some loose ends: #3978 |
Beta Was this translation helpful? Give feedback.
-
Yesterday a MLE told me that basically everyone expects a production system to have observability, and that it makes no sense that we don't have a native otel integration by now. |
Beta Was this translation helpful? Give feedback.
-
Another platform supporting traces: https://www.traceloop.com/ from traceloop.sdk import Traceloop
Traceloop.init()
...
from traceloop.sdk.decorators import workflow
@workflow(name="suggest_answers")
def suggest_answers(question: str):
... |
Beta Was this translation helpful? Give feedback.
-
Another platform with OpenTelemetry integration https://betterstack.com/docs/logs/open-telemetry/ (image from https://betterstack.com/community/guides/logging/json-logging/) |
Beta Was this translation helpful? Give feedback.
-
Another platform built on OpenTelemetry https://signoz.io/docs/ (image from https://signoz.io/blog/json-logs/) |
Beta Was this translation helpful? Give feedback.
-
Originally posted by @astrojuanlu in #3446 (comment)
Inspired by: mlflow/mlflow#11454
Beta Was this translation helpful? Give feedback.
All reactions