[DUPLICATE of #16] Create golden signals Grafana dashboard #22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Feature
Lineage
Standalone -- discovered during DORA metrics gap analysis. Other platform apps have golden signals dashboards but landscaping-assistant does not.
Repo
ldraney/pal-e-platformUser Story
As a platform operator
I want a golden signals Grafana dashboard for landscaping-assistant
So that I can monitor latency, traffic, errors, and saturation alongside DORA metrics
Context
The platform has golden signals dashboards for basketball-api, pal-e-app, and playme2k, provisioned as ConfigMaps in
pal-e-platform/terraform/modules/monitoring/main.tf. landscaping-assistant does not have one. A golden signals dashboard provides the operational visibility needed to complement DORA metrics -- specifically, change failure rate detection relies on error rate spikes after deployments, and MTTR relies on knowing when the service recovered. This depends on issue #15 (ServiceMonitor label mismatch) being resolved first so Prometheus can scrape the app's metrics.File Targets
Files the agent should modify or create:
terraform/dashboards/landscaping-assistant-golden-signals.json-- new dashboard JSONterraform/modules/monitoring/main.tf-- add ConfigMap resource to provision the dashboardFiles the agent should NOT touch:
Acceptance Criteria
basketball-api-golden-signals.json)grafana_dashboard = "1"labelTest Expectations
terraform planshows only the new ConfigMap resourceterraform plan -target=kubernetes_config_map_v1.landscaping_assistant_dashboardConstraints
basketball-api-golden-signals.jsonorplayme2k-golden-signals.json)http_server_request_duration_secondsif using rack middleware, or custom metrics from the app)Checklist
Related
project-landscaping-assistant-- project this affectsCreate golden signals Grafana dashboard for landscaping-assistantto [DUPLICATE of #16] Create golden signals Grafana dashboard