| name | dashboards |
| description | Creates a pre-built monitoring dashboard wired to the standard metric names produced by the instrumentation skill. Use when you want a ready-to-use dashboard for a service that has already been instrumented with the instrumentation skill. |
| x-spec-version | 1 |
dashboards
Produces a dashboard definition file pre-configured with panels for the
standard metrics exported by the instrumentation skill. Substitute
{{SERVICE_NAME}} and {{DASHBOARD_TITLE}} before deploying.
When to use
Use when a service is already instrumented and you need a monitoring dashboard
without building it from scratch.
Instructions
- Review
PARAMETERS.md and fill in all required placeholders.
- Copy
assets/templates/dashboard.json to your dashboard provider's import directory.
- Import the dashboard file into your monitoring system.
- Verify the result: confirm the dashboard shows data for
{{SERVICE_NAME}}.
Examples
Before:
# No dashboard defined.
After:
{
"title": "{{DASHBOARD_TITLE}}",
"service": "{{SERVICE_NAME}}"
}
Edge cases
- Missing metrics: If panels show no data, confirm the instrumentation skill was applied first.
- Title conflicts:
{{DASHBOARD_TITLE}} must be unique in your monitoring system.
Parameters
All configurable placeholders are documented in PARAMETERS.md.