Export metrics from Baseten to Prometheus
global: scrape_interval: 60s scrape_configs: - job_name: 'baseten' metrics_path: '/metrics' authorization: type: "Api-Key" credentials: "{BASETEN_API_KEY}" static_configs: - targets: ['app.baseten.co'] scheme: https
Was this page helpful?