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

Add gateway metrics #3066

Draft
wants to merge 4 commits into
base: ai-video
Choose a base branch
from
Draft

Conversation

eliteprox
Copy link
Contributor

@eliteprox eliteprox commented May 28, 2024

What does this pull request do? Explain your changes. (required)

This change adds roundtrip time metrics for all pipelines, logging the specific pipeline, model and roundtrip time.

You can visualize this with a timeseries chart using the following query:

rate(livepeer_ai_roundtrip_time_seconds_sum[1m]) / rate(livepeer_ai_roundtrip_time_seconds_count[1m])

Use the following variable for the Legend: {{pipeline}}, {{model_name}}

Result:
image

Specific updates (required)

  • Updates census.go

How did you test each of these updates (required)

Does this pull request close any open issues?

Checklist:

@github-actions github-actions bot added the AI Issues and PR related to the AI-video branch. label May 28, 2024
@eliteprox eliteprox changed the title Ai-gateway-metrics Add text-to-image gateway metrics May 28, 2024
@eliteprox eliteprox changed the title Add text-to-image gateway metrics Add gateway metrics May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AI Issues and PR related to the AI-video branch.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant