Monitoring Metrics
Aviator provides monitoring metrics for Prometheus. Monitor your queue length and GitHub API usage.
Endpoint
scrape_configs:
- job_name: "aviator-mergequeue"
metrics_path: "/api/metrics"
scheme: "https"
params:
# REQUIRED: repository names to expose
repos:
- "octocat/Hello-World"
- "octocat/Spoon-Knife"
# OPTIONAL: target branch names of the PRs (the merge destination).
# If it's not specified, grab all PRs.
branches:
- "main"
authorization:
type: "Bearer"
credentials: "mq_live_... YOUR API KEY HERE"
static_configs:
- targets:
- "app.aviator.co"Metrics
Name
Type
Labels
Description
Note on metric names
See Also
Last updated
Was this helpful?
