Skip to content

Commit

Permalink
Update Pipeline dashboards (#871)
Browse files Browse the repository at this point in the history
* Update Pipeline dashboards

* Use oti link
  • Loading branch information
cristinaleonr authored Jan 31, 2022
1 parent 07ad7d1 commit 88dd7de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/federation/prometheus/alerts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ groups:
annotations:
summary: Daily processing for {{ $labels.datatype }} has fallen behind.
description: Gardener runs in the "data-processing" cluster.
dashboard: https://grafana.mlab-oti.measurementlab.net/d/eBbUW6oik/pipeline-gardener?var-project=mlab-oti&var-pipelineDatasource=Data%20Processing%20(mlab-oti)
dashboard: https://grafana.mlab-oti.measurementlab.net/d/q4MrNzh7k/pipeline-slis?orgId=1&var-project=mlab-oti&var-PrometheusDS=Prometheus%20(mlab-oti)&var-Gardener2_DS=Data%20Processing%20(mlab-oti)

# GardenerHistoricalThroughputIsStalled fires when historical reprocessing for
# datatypes under processing by the v2 pipeline falls below 1 date / day.
Expand All @@ -853,7 +853,7 @@ groups:
annotations:
summary: Gardener historical throughput below 1 for {{ $labels.datatype }}.
description: Gardener runs in the "data-processing" cluster.
dashboard: https://grafana.mlab-oti.measurementlab.net/d/eBbUW6oik/pipeline-gardener?var-project=mlab-oti&var-pipelineDatasource=Data%20Processing%20(mlab-oti)
dashboard: https://grafana.mlab-oti.measurementlab.net/d/q4MrNzh7k/pipeline-slis?orgId=1&var-project=mlab-oti&var-PrometheusDS=Prometheus%20(mlab-oti)&var-Gardener2_DS=Data%20Processing%20(mlab-oti)

# GardenerConfigDatatypeMissingInGardenerHistoricalThroughputQuery fires when
# a datatype exists in the Gardener config
Expand All @@ -870,7 +870,7 @@ groups:
summary: Datatype {{ $labels.datatype }} in Gardener config missing in
bq_gardener_historical_throughput query.
description: https://github.com/m-lab/ops-tracker/wiki/Alerts-&-Troubleshooting#gardenerconfigdatatypemissingingardenerhistoricalthroughputquery
dashboard: https://grafana.mlab-oti.measurementlab.net/d/q4MrNzh7k/pipeline-slis?from=now-2d&to=now&var-project=mlab-oti&var-PrometheusDS=Prometheus%20(mlab-oti)&var-Gardener2_DS=Data%20Processing%20(mlab-oti)&orgId=1
dashboard: https://grafana.mlab-oti.measurementlab.net/d/q4MrNzh7k/pipeline-slis?orgId=1&var-project=mlab-oti&var-PrometheusDS=Prometheus%20(mlab-oti)&var-Gardener2_DS=Data%20Processing%20(mlab-oti)

# GardenerFailureRateTooHighOrMissing fires when the number of failed Gardener jobs
# in the last day rises above 1% or the number of total jobs is not reported.
Expand All @@ -886,7 +886,7 @@ groups:
annotations:
summary: Gardener job failure rate above 1% or missing for {{ $labels.datatype }}.
description: Gardener runs in the "data-processing" cluster.
dashboard: https://grafana.mlab-oti.measurementlab.net/d/eBbUW6oik/pipeline-gardener?var-project=mlab-oti&var-pipelineDatasource=Data%20Processing%20(mlab-oti)
dashboard: https://grafana.mlab-oti.measurementlab.net/d/q4MrNzh7k/pipeline-slis?orgId=1&var-project=mlab-oti&var-PrometheusDS=Prometheus%20(mlab-oti)&var-Gardener2_DS=Data%20Processing%20(mlab-oti)

# ParserFailureRateTooHighOrMissing fires when the number of failed parser tasks
# in the last hour rises above 1% or the number of total tasks is not reported.
Expand All @@ -902,7 +902,7 @@ groups:
annotations:
summary: Parser task failure rate above 1% or missing for {{ $labels.table }}.
description: Parsers filtered by cluster="data-processing".
dashboard: https://grafana.mlab-oti.measurementlab.net/d/UTgnK-jMz/pipeline-overview?orgId=1&refresh=5m&from=now-2d&to=now&var-project=mlab-oti&var-PrometheusDS=Prometheus%20(mlab-oti)&var-LegacyDS=Data%20Proc%20(mlab-oti)&var-Gardener2_DS=Data%20Processing%20(mlab-oti)&var-states=Finishing&var-states=Processing&var-states2=complete
dashboard: https://grafana.mlab-oti.measurementlab.net/d/q4MrNzh7k/pipeline-slis?orgId=1&var-project=mlab-oti&var-PrometheusDS=Prometheus%20(mlab-oti)&var-Gardener2_DS=Data%20Processing%20(mlab-oti)

# ETL_ParserPanicNonZero fires when an ETL parser panics. The number of panics
# may increase due to a transient issue or a short-lived trigger for a parser
Expand Down

0 comments on commit 88dd7de

Please sign in to comment.