data-api-builder-observability
Wire Data API Builder telemetry to Application Insights, Azure Log Analytics, or any OpenTelemetry backend.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Wire Data API Builder telemetry to Application Insights, Azure Log Analytics, or any OpenTelemetry backend.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run SQL Commander as a companion container for browser-based SQL access, with optional Azure Container Apps configuration.
Orchestrate SQL Server and Data API Builder with .NET Aspire for local development, health-aware startup, and dashboard-driven diagnostics.
Add MCP Inspector to .NET Aspire AppHost for local SQL MCP Server validation and tool discovery.
Add SQL Commander to .NET Aspire for lightweight SQL browsing and query execution during local DAB development.
Use SQL Database Projects (.sqlproj) with .NET Aspire for declarative schema deployment via dacpac.
Deploy Data API Builder and SQL MCP Server to Azure App Service for Linux, with or without containers.
| name | data-api-builder-observability |
| description | Wire Data API Builder telemetry to Application Insights, Azure Log Analytics, or any OpenTelemetry backend. |
| license | MIT |
runtime.telemetry: application-insights, open-telemetry, azure-log-analytics, and optional log-level.dab add-telemetry for App Insights/OTel; use dab configure for Log Analytics and log-level filters."runtime": {
"telemetry": {
"application-insights": { "enabled": true, "connection-string": "@env('app-insights-connection-string')" },
"open-telemetry": { "enabled": true, "endpoint": "http://otel-collector:4317", "headers": "@env('otel-headers')", "exporter-protocol": "grpc", "service-name": "dab" },
"azure-log-analytics": {
"enabled": true, "dab-identifier": "my-dab-instance", "flush-interval-seconds": 10,
"auth": { "custom-table-name": "DabLogs_CL", "dcr-immutable-id": "dcr-...", "dce-endpoint": "https://my-dce.eastus-1.ingest.monitor.azure.com" }
},
"log-level": { "default": "Warning", "Azure.DataApiBuilder.Core": "Information" }
}
}
headers as a secret.dab add-telemetry, not dab configure.Monitoring Metrics Publisher on the DCR and a custom table ending _CL.requests, dependencies, traces, and customDimensions; custom Log Analytics tables use suffixed columns like Identifier_s.data-api-builder-configdata-api-builder-healthdata-api-builder-cachingaspire-data-api-builder