{ "$schema": "https://www.getbifrost.ai/schema", "config_store": { "enabled": true, "type": "sqlite", "config": { "path": "../.github/workflows/configs/withobservability/config.db" } }, "logs_store": { "enabled": true, "type": "sqlite", "config": { "path": "../.github/workflows/configs/withobservability/logs.db" } }, "plugins": [ { "enabled": true, "name": "otel", "config": { "service_name": "bifrost", "collector_url": "http://localhost:4318/v1/traces", "trace_type": "genai_extension", "protocol": "http" } } ] }