Bifrost AI Gateway
1. Bifrost Configuration (OTLP Plugin)
Option A: Configuration via config.json
config.json{
"plugins": [
{
"name": "otel",
"enabled": true,
"config": {
"endpoint": "https://<your-ascent-instance>/v1/otel",
"protocol": "http",
"headers": {
"Authorization": "Bearer <Apica-Ingest-Token>",
"x-apica-source": "bifrost-gateway"
},
"resource_attributes": {
"service.name": "bifrost-ai-gateway",
"deployment.environment": "production"
}
}
}
]
}Option B: Configuration via Helm (Kubernetes)
2. Environment Variable Overrides
3. Data Flow Validation in Apica Flow
4. Key Implementation Notes
Setting up the Bifrost Dashboard in Apica
1. Dashboard Logic: The SQL Queries
2. Dashboard Layout Recommendation
3. Importing the Dashboard JSON
4. Key Performance Indicators (KPIs) to Include
Last updated
Was this helpful?