-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Telemetry Support #1376
Comments
Current design for a v0:
Generally following the example from Ray here: https://docs.ray.io/en/latest/cluster/usage-stats.html |
For the server side, we can host a vector.dev http server for log collection. This gives us flexibility choosing and multiplexing the destinations. It can also be used locally for development. |
@simon-mo is this work still planned? |
Related with #3789 |
Oh this is mostly usage stats collection and it has been released, therefore closing. This is not related to OpenTelemetry. |
We should add telemetry for collecting anonymized information to inform project roadmap. Currently, we are unsure about the following:
The lack of such visibility and signals harms our prioritization. We are a small team with very little resource; therefore, we want whatever we focus on to be most impactful.
The telemetry would be on by default for CLI and Docker usage. It can be opt-out easily using environment variable/config switches. For library usage (
import vllm
), I think it would be trickier but we can experiment with turning it on.Whatever data we collect and the resulting dashboard will be publicly visible.
The text was updated successfully, but these errors were encountered: