Issue 13542 in skia: Migrate from Prometheus/Thanos to Managed Prometheus

26 views
Skip to first unread message

jcgre… via monorail

unread,
Jul 16, 2022, 9:54:40 PM7/16/22
to bu...@skia.org
Status: Accepted
Owner: jcgre...@google.com
Area: Infrastructure
Priority: Medium
Type: Task

New issue 13542 by jcgre...@google.com: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542

Migrate to

https://cloud.google.com/stackdriver/docs/managed-prometheus

This will allow aggregating all metrics into a single
backend w/o needing the use of the tempermental `thanos-bounce` bounce
service.

--
You received this message because:
1. The project was configured to send all issue notifications to this address

You may adjust your notification preferences at:
https://bugs.chromium.org/hosting/settings

Git Watcher via monorail

unread,
Jul 18, 2022, 10:29:11 AM7/18/22
to bu...@skia.org

Comment #1 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c1

The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/5bd23929e9e379bff3dabc23e21d47fd77a53281

commit 5bd23929e9e379bff3dabc23e21d47fd77a53281
Author: Joe Gregorio <jcgre...@google.com>
Date: Mon Jul 18 14:26:53 2022

Add name: prom to all metrics ports.

This change was done via yq version 4.0 with the following command lines:

$ find . -name "*.yaml" | xargs -L 1 yq -i 'select(.kind == "Deployment") |= with(.spec.template.spec.containers[].ports[].containerPort | select(. == 20000) | parent; .name = "prom")'
$ find . -name "*.yaml" | xargs -L 1 yq -i 'select(.kind == "StatefulSet") |= with(.spec.template.spec.containers[].ports[].containerPort | select(. == 20000) | parent; .name = "prom")'

Followed by this, which reverts any changed files
that ended up not getting name: prom added to them.

$ find . -name *.yaml | xargs grep --with-filename -L "name: prom" | xargs -L 1 git checkout main --

Bug: skia:13542
Change-Id: Ib3bf4665f32725aa2f2798c93890dfe3045fcdb8
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/559399
Reviewed-by: Eric Boren <bor...@google.com>
Reviewed-by: Ravi Mistry <rmi...@google.com>
Reviewed-by: Kevin Lubick <kjlu...@google.com>

[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/jsdoc.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/task-driver-server.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-pdfium-diffcalculator.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-webrtc-chromium-lts.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-infra-public/k8s-checker.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/ctfe-staging.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/perf-ingest-flutter-flutter2.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-pdfium-periodictasks.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/debugger_m90.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-infra-public/emailservice.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-vulkan-deps-skia.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-pdfium-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-cros-tast-frontend.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-dart-protobuf-dart-sdk.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-vulkan-deps-dawn.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-skia-periodictasks.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-google3.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-pgo-mac-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/skia-perf-flutter-engine2.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gitsync2-staging.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-jinja2-pdfium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-edo-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-chromium-rts-mac-amd64.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/datahopper.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/task-scheduler-fe-internal.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-afdo-chromium-beta.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/prober.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-infra-public/autoroll-fe.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/perf-ingest-ct-prod-cdb.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/k8s-checker.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/debugger_m92.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-flutter-engine-gitilesfollower.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-v8-chromium-release-2.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-flutter-engine-frontend.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/prom.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-turbine-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/skia-perf-v8.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/autoroll-meta-config-generator.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-skia-frontend.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/autoroll-be-eche-app-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-pgo-win32-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-chromite-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/task-scheduler-jc.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-emscripten-emscripten-releases.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-freetype-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-earlgrey2-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/task-scheduler-fe.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-fuchsia-linux-sdk-flutter-engine.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-afdo-chromium-stable.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/autoroll-be-foil-src-internal-stable.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/task-scheduler-be-staging.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-devtools-frontend-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/debugger_m94.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-libcxxabi-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-eskia-baselineserver.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-skia-flutter.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/perf-ingest-angle.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/cherrypick-watcher.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-lottie-spec-diffcalculator.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-skia-infra-frontend.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-pgo-linux-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-skia-baselineserver.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-infra-public/autoroll-be-skia-skiabot-test-autoroll.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-infra-public-dev/k8s-deployer.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/alert-to-pubsub.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/codereview-watcher.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/autoroll-be-projector-app-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/leasing.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/skia-perf-angle.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-fuchsia-mac-sdk-flutter-engine.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/autoroll-be-cast-web-runtime-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/named-fiddles.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-angle-baselineserver.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-eskia-periodictasks.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-flutter-packages.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-battlestar-frontend.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/autoroll-be-nacl-infra-internal.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-depot-tools-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/bugs-central.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/gitsync2-internal.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-swiftshader-android-master.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/autoroll-be-eskia-wear-release-android-rvc-wear-jr2-d.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-skia-infra-gitilesfollower.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/fiddle.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/autoroll-be-clang-goma-client.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/autoroll-be-src-internal-chromium-beta.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/particles.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-vulkan-tools-vulkan-deps.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/skia-perf.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-cros-tast-periodictasks.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/datastore-backup-google-skia-buildbots.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-lottie-spec-frontend.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/skottie.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/autoroll-be-cast-core-binaries-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/perf-ingest-skia-cdb.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/codesizeserver.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-dart-sdk-flutter-engine.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-swiftshader-skia.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gitsync2.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-spirv-headers-vulkan-deps.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-pgo-win64-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-nacl-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/perf-ingest-v8.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-cros-tast-gitilesfollower.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-infra-public-dev/k8s-checker.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-pdfium-frontend.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-vulkan-deps-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/cq-watcher.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/debugger_android12.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/autoroll-be-foil-src-internal.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-eskia-gitilesfollower.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-eskia-frontend.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/skcq-be.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-dawn-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-infra-public-dev/test-service.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-cros-afdo-atom-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-flutter-plugins-flutter.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/ctfe.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-infra-corp/k8s-checker.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-afdo-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-vulkan-loader-vulkan-deps.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/autoroll-be-r8-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-webgpu-cts-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-cas-recipes-py.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/docker-pushes-watcher.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-cas-luci-py.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-lottie-android-lottie-ci.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-cros-orderfile-chromium-stable.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/autoroll-be-engagement-internal-src-internal.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-cros-afdo-bigcore-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/debugger_m93.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-lottie-diffcalculator.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-dawn-skia.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/autoroll-be-skia-android-master.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-isolate-luci-py.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-lottie-frontend.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/autoroll-be-optimization-guide-src-internal.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/autoroll-be-nearby-connections-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/k8s-checker.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-flutter-engine-periodictasks.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-perfetto-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-angle-gitilesfollower.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/task-scheduler-jc-internal.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-skia-infra-baselineserver.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-aapt2-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-goldctl-linux-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-infra-public/k8s-deployer.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-infra-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-spirv-cross-vulkan-deps.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-skia-lottie-ci.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/task-scheduler-fe-staging.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-infra-corp/k8s-deployer.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/templates/prom.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-goldctl-mac-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-openscreen-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/skcq-fe-internal.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-flutter-periodictasks.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-goldctl-mac-arm64-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-vulkan-deps-angle.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-perfetto-trace-processor-linux-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/docsyserver.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-instrumented-libraries-pdfium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/status-internal.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/tree-status.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/skia-perf-android-x.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/perf-ingest-flutter-engine2.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-chromiumos-config-infra.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-flutter-engine-diffcalculator.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/task-scheduler-be.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/debugger_m99.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-cros-afdo-bigcore-chromium-beta.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-flutter-gitilesfollower.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-chrome-public-frontend.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/autoroll-be-google3-libs-clank-internal-apps.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-v8-chromium-release-3.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-angle-diffcalculator.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-angle-dawn.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-infra-corp/autoroll-fe-internal.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-skia-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-pgo-win64-chromium-beta.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/datahopper-staging.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-fakecas-luci-py.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/trybot-updater-eskia.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-chrome-periodictasks.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/autoroll-be-boringssl-goma-client.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/autoroll-be-infra-infra-internal.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-googletest-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/datastore-backup-skia-corp.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-infra-public-dev/prom.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-battlestar-baselineserver.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/debugger.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-libunwind-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-flutter-engine-flutter.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-angle-skia.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-eskia-diffcalculator.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-infra-corp/emailservice.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-skia-chromium-lts.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-flutter-engine-baselineserver.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-vk-gl-cts-angle.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-skia-infra-periodictasks.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-perfetto-trace-processor-mac-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-luci-go-infra.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/trybot-updater-buildbot.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-vulkan-validation-layers-vulkan-deps.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-bundletool-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/hashtag.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/autoroll-be-devtools-internal-src-internal.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-pgo-win32-chromium-beta.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/skia-perf-compui.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-skcms-skia.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-cros-orderfile-chromium-beta.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/prom.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-lottie-spec-gitilesfollower.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-flutter-plugins.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/jsfiddle.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-llvm-project-emscripten-releases.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/debugger_m98.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-chromium-rts-windows-amd64.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/templates/k8s-deployer.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/task-scheduler-be-internal.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-infra-corp/prom.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-androidx-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-v8-chromium-release-1.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/debugger_m100.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/datastore-backup-skia-public.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/autoroll-be-foil-src-internal-beta.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-angle-android-master.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/sa-keys-checker.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-lottie-web-lottie-ci.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-pdfium-baselineserver.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/debugger_m91.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/skia-perf-flutter-flutter2.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-chrome-diffcalculator.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/skottie-internal.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-lottie-periodictasks.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/skottie-tenor.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-glslang-vulkan-deps.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/api.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-skia-gitilesfollower.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-goldctl-win-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-chromium-angle.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/task-scheduler-jc-staging.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-battlestar-periodictasks.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-skia-infra-diffcalculator.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-v8-emscripten-releases.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/autoroll-be-validate-autoroll-config.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/autoroll-be-skia-android-next.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-angle-periodictasks.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-flutter-baselineserver.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-website-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-swiftshader-dawn.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-clang-mac-flutter-engine.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-dart-doc-dart-sdk.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-re2-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/status.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/debugger_legacy.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/debugger_m96.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-cros-afdo-bigcore-chromium-stable.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-cros-tast-baselineserver.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-binaryen-emscripten-releases.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-clang-windows-flutter-engine.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-pgo-mac-chromium-beta.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-spirv-tools-vulkan-deps.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-markupsafe-pdfium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/shaders.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/autoroll-fe-internal.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-swiftshader-angle.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/dotserver.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-lottie-spec-periodictasks.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/emailservice.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/debugger_m97.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/autoroll-be-media-app-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/autoroll-be-fuchsia-build-src-internal.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-swarming-luci-py.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-libcxx-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/templates/k8s-checker.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-sk-skia.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/status-staging.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/datahopper-internal.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-swiftshader-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-chrome-frontend.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/autoroll-be-skia-internal.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-skia-diffcalculator.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/debugger_m95.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-angle-frontend.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-cros-proto-infra.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/perf-ingest-compui.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/autoroll-be-ios-internal-src-internal.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-code-coverage-pdfium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-perfetto-trace-processor-win-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/trybot-updater-skia.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-v8-chromium-release-0.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-lottie-gitilesfollower.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/autoroll-be-src-internal-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/skcq-fe.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-gn-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/emailservice.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/alert-manager.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-chrome-baselineserver.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-chrome-gitilesfollower.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/autoroll-be-fuchsia-internal-images-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/scrapexchange.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/autoroll-be-help-app-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-corp/autoroll-be-eskia-main-android-rvc-wear-dev.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-fe.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-cmdline-tools-chromium.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-cros-afdo-atom-chromium-stable.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/gold-flutter-frontend.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/npm-audit-mirror.yaml
[modify] https://crrev.com/5bd23929e9e379bff3dabc23e21d47fd77a53281/skia-public/autoroll-be-cros-afdo-atom-chromium-beta.yaml
[modify] https://crrev.com/5bd23929e9e3...--

Git Watcher via monorail

unread,
Jul 18, 2022, 10:41:07 AM7/18/22
to bu...@skia.org

Comment #2 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c2


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/0a69e7191a82676333df9db73a27bdfd0e739abe

commit 0a69e7191a82676333df9db73a27bdfd0e739abe
Author: Joe Gregorio <jcgre...@google.com>
Date: Mon Jul 18 14:30:04 2022

Setup scraping from Managed Prometheus.

Scrape all pods in the default namespace that have a port
named 'prom'.

Also turn on scraping for a couple pods to confirm it
really works. A larger CL will change the remaining YAML files.

Bug: skia:13542
Change-Id: I20f09ecebc42076868f2ddc5cc78d01f36f2fec4
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/559396
Reviewed-by: Eric Boren <bor...@google.com>

[add] https://crrev.com/0a69e7191a82676333df9db73a27bdfd0e739abe/skia-corp/managed-prometheus-pod-monitoring-default-namespace.yaml
[add] https://crrev.com/0a69e7191a82676333df9db73a27bdfd0e739abe/skia-public/managed-prometheus-pod-monitoring-default-namespace.yaml
[modify] https://crrev.com/0a69e7191a82676333df9db73a27bdfd0e739abe/skia-public/skia-perf.yaml

Git Watcher via monorail

unread,
Jul 18, 2022, 10:42:16 AM7/18/22
to bu...@skia.org

Comment #3 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c3


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/28a9ff9236abd260700758e7e949d1ea563ffe64

commit 28a9ff9236abd260700758e7e949d1ea563ffe64
Author: Joe Gregorio <jcgre...@google.com>
Date: Sun Jul 17 02:27:32 2022

Update templates to name metrics ports.

Bug: skia:13542
Change-Id: I5b577d58fdd95203341b696a993732eedca361f6
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/559400
Commit-Queue: Joe Gregorio <jcgre...@google.com>
Reviewed-by: Eric Boren <bor...@google.com>

[modify] https://crrev.com/28a9ff9236abd260700758e7e949d1ea563ffe64/autoroll/go/autoroll-fe/autoroll-fe.yaml.template
[modify] https://crrev.com/28a9ff9236abd260700758e7e949d1ea563ffe64/k8s-checker/go/k8s_config/k8s_config_test.go
[modify] https://crrev.com/28a9ff9236abd260700758e7e949d1ea563ffe64/autoroll/go/autoroll-config-converter/autoroll-be.yaml.template

Git Watcher via monorail

unread,
Jul 18, 2022, 5:24:09 PM7/18/22
to bu...@skia.org

Comment #4 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c4


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/fa0653e0db756778511985c1cc82761a68ae413c

commit fa0653e0db756778511985c1cc82761a68ae413c
Author: Joe Gregorio <jcgre...@google.com>
Date: Mon Jul 18 20:48:15 2022

Add Prometheus Managed Operator to all clusters.

The *-setup.yml and *-operator.yml files were just downloaded allowed_from
https://raw.githubusercontent.com/GoogleCloudPlatform/prometheus-engine/v0.4.1/

Also add a few more "name: prom" to applications.

Bug: skia:13542
Change-Id: I62ad63e3cad6932f537e415c233441992755f56b
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/559407
Reviewed-by: Eric Boren <bor...@google.com>

[modify] https://crrev.com/fa0653e0db756778511985c1cc82761a68ae413c/skia-public/skia-perf-compui.yaml
[add] https://crrev.com/fa0653e0db756778511985c1cc82761a68ae413c/skia-infra-corp/managed-prometheus-setup.yml
[modify] https://crrev.com/fa0653e0db756778511985c1cc82761a68ae413c/skia-public/grafana.yaml
[add] https://crrev.com/fa0653e0db756778511985c1cc82761a68ae413c/skia-infra-public/managed-prometheus-setup.yml
[add] https://crrev.com/fa0653e0db756778511985c1cc82761a68ae413c/skia-infra-corp/managed-prometheus-operator.yml
[modify] https://crrev.com/fa0653e0db756778511985c1cc82761a68ae413c/skia-public/collectd-exporter.yaml
[add] https://crrev.com/fa0653e0db756778511985c1cc82761a68ae413c/skia-infra-public-dev/managed-prometheus-setup.yml
[add] https://crrev.com/fa0653e0db756778511985c1cc82761a68ae413c/skia-public/managed-prometheus-operator.yml
[add] https://crrev.com/fa0653e0db756778511985c1cc82761a68ae413c/skia-public/managed-prometheus-setup.yml
[add] https://crrev.com/fa0653e0db756778511985c1cc82761a68ae413c/skia-corp/managed-prometheus-operator.yml
[modify] https://crrev.com/fa0653e0db756778511985c1cc82761a68ae413c/skia-public/skia-perf-angle.yaml
[modify] https://crrev.com/fa0653e0db756778511985c1cc82761a68ae413c/skia-public/pushgateway.yaml
[modify] https://crrev.com/fa0653e0db756778511985c1cc82761a68ae413c/skia-public/prom.yaml
[add] https://crrev.com/fa0653e0db756778511985c1cc82761a68ae413c/skia-corp/managed-prometheus-setup.yml
[add] https://crrev.com/fa0653e0db756778511985c1cc82761a68ae413c/skia-infra-public-dev/managed-prometheus-operator.yml
[add] https://crrev.com/fa0653e0db756778511985c1cc82761a68ae413c/skia-infra-public/managed-prometheus-operator.yml
[modify] https://crrev.com/fa0653e0db756778511985c1cc82761a68ae413c/skia-public/skia-perf-v8.yaml

Git Watcher via monorail

unread,
Jul 19, 2022, 9:30:06 AM7/19/22
to bu...@skia.org

Comment #5 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c5


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/1d9af000b5ab6c2fca6cba9f1a06414c4e3b4678

commit 1d9af000b5ab6c2fca6cba9f1a06414c4e3b4678
Author: Joe Gregorio <jcgre...@google.com>
Date: Tue Jul 19 12:44:57 2022

Add alerts for Perf.

The alerts were just copied verbatim from //promk/prometheus/alerts_public.yml and added
to a Rules file.

Bug: skia:13542
Change-Id: Iff07a20761e2d9d277236c430259786516b36c1c
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/559836
Reviewed-by: Eric Boren <bor...@google.com>

[add] https://crrev.com/1d9af000b5ab6c2fca6cba9f1a06414c4e3b4678/skia-public/perf-alerts.yml
[modify] https://crrev.com/1d9af000b5ab6c2fca6cba9f1a06414c4e3b4678/skia-public/managed-prometheus-operator.yml

Git Watcher via monorail

unread,
Jul 19, 2022, 9:45:05 AM7/19/22
to bu...@skia.org

Comment #6 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c6


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/66af958a6cb9feba7418a4de07d1d764524c176c

commit 66af958a6cb9feba7418a4de07d1d764524c176c
Author: Joe Gregorio <jcgre...@google.com>
Date: Tue Jul 19 13:23:20 2022

Add rotate-skia-corp-atp-service-account-key Makefile target.

Bug: skia:13542
Change-Id: I5fc2538c75ef3381bdce33a8c9cd01b743087782
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/559838
Commit-Queue: Joe Gregorio <jcgre...@google.com>
Commit-Queue: Eric Boren <bor...@google.com>
Auto-Submit: Joe Gregorio <jcgre...@google.com>
Reviewed-by: Eric Boren <bor...@google.com>

[modify] https://crrev.com/66af958a6cb9feba7418a4de07d1d764524c176c/am/Makefile

Git Watcher via monorail

unread,
Jul 19, 2022, 1:31:06 PM7/19/22
to bu...@skia.org

Git Watcher via monorail

unread,
Jul 19, 2022, 3:58:05 PM7/19/22
to bu...@skia.org

Comment #8 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c8


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/2c2d1a0b32befbd31794750d8c1088b2d1909882

commit 2c2d1a0b32befbd31794750d8c1088b2d1909882
Author: Joe Gregorio <jcgre...@google.com>
Date: Tue Jul 19 13:24:16 2022

Get alert-to-pubsub running in skia-corp.

Bug: skia:13542
Change-Id: I8101ad3aae5bf7618b998474da96558595c8de56
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/559839
Reviewed-by: Eric Boren <bor...@google.com>
Commit-Queue: Joe Gregorio <jcgre...@google.com>

[add] https://crrev.com/2c2d1a0b32befbd31794750d8c1088b2d1909882/skia-corp/alert-to-pubsub.yaml
[modify] https://crrev.com/2c2d1a0b32befbd31794750d8c1088b2d1909882/skia-corp/managed-prometheus-pod-monitoring-default-namespace.yaml
[modify] https://crrev.com/2c2d1a0b32befbd31794750d8c1088b2d1909882/skia-public/managed-prometheus-pod-monitoring-default-namespace.yaml

Git Watcher via monorail

unread,
Jul 20, 2022, 10:32:04 AM7/20/22
to bu...@skia.org

Comment #9 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c9


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/a815bed2020e288488648b15951b8652b13744bb

commit a815bed2020e288488648b15951b8652b13744bb
Author: Joe Gregorio <jcgre...@google.com>
Date: Wed Jul 20 14:13:48 2022

Testing Global rules from Managed Prometheus.

Bug: skia:13542
Change-Id: Ifde2aa655a2393b3ebb76aa7df9fc06b607266e8
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/560796
Reviewed-by: Ravi Mistry <rmi...@google.com>

[add] https://crrev.com/a815bed2020e288488648b15951b8652b13744bb/skia-public/general-alerts.yml

Git Watcher via monorail

unread,
Jul 21, 2022, 9:40:14 AM7/21/22
to bu...@skia.org

Comment #10 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c10


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/78d6ab06f384b8efce44b079442ae6dca7a3ffe8

commit 78d6ab06f384b8efce44b079442ae6dca7a3ffe8
Author: Joe Gregorio <jcgre...@google.com>
Date: Thu Jul 21 13:37:11 2022

Copy over labels from the pod into the metric.

Bug: skia:13542
Change-Id: I1221f926ed64c99ae28644397d4eaef6f9fcaa89
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/561196
Reviewed-by: Ravi Mistry <rmi...@google.com>

[modify] https://crrev.com/78d6ab06f384b8efce44b079442ae6dca7a3ffe8/skia-public/managed-prometheus-pod-monitoring-default-namespace.yaml

Git Watcher via monorail

unread,
Jul 22, 2022, 9:44:06 AM7/22/22
to bu...@skia.org

Comment #11 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c11


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/f5f165a639445dd4fae93b6fd5b11ea44f58fd0a

commit f5f165a639445dd4fae93b6fd5b11ea44f58fd0a
Author: Joe Gregorio <jcgre...@google.com>
Date: Thu Jul 21 21:10:35 2022

Build Ansible package for Managed Prometheus.

Bug: skia:13542
Change-Id: If76c52be349fe0ab93daeb1c0a00b6a6ce4c71ba
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/561318
Commit-Queue: Joe Gregorio <jcgre...@google.com>
Reviewed-by: Ravi Mistry <rmi...@google.com>

[add] https://crrev.com/f5f165a639445dd4fae93b6fd5b11ea44f58fd0a/skolo/managed_prometheus_ansible_cipd.yml
[add] https://crrev.com/f5f165a639445dd4fae93b6fd5b11ea44f58fd0a/skolo/ansible/switchboard/roles/install_managed_prometheus/templates/prometheus.yml
[add] https://crrev.com/f5f165a639445dd4fae93b6fd5b11ea44f58fd0a/skolo/ansible/switchboard/roles/install_managed_prometheus/meta/argument_specs.yml
[add] https://crrev.com/f5f165a639445dd4fae93b6fd5b11ea44f58fd0a/skolo/ansible/switchboard/roles/install_managed_prometheus/tasks/main.yml
[modify] https://crrev.com/f5f165a639445dd4fae93b6fd5b11ea44f58fd0a/skolo/ansible/hosts.yml
[modify] https://crrev.com/f5f165a639445dd4fae93b6fd5b11ea44f58fd0a/skolo/Makefile
[add] https://crrev.com/f5f165a639445dd4fae93b6fd5b11ea44f58fd0a/skolo/ansible/switchboard/roles/install_managed_prometheus/templates/managed_prometheus_ansible.service
[modify] https://crrev.com/f5f165a639445dd4fae93b6fd5b11ea44f58fd0a/skolo/.gitignore
[add] https://crrev.com/f5f165a639445dd4fae93b6fd5b11ea44f58fd0a/skolo/ansible/switchboard/roles/install_managed_prometheus/README.md
[add] https://crrev.com/f5f165a639445dd4fae93b6fd5b11ea44f58fd0a/skolo/ansible/switchboard/roles/install_managed_prometheus/meta/main.yml
[add] https://crrev.com/f5f165a639445dd4fae93b6fd5b11ea44f58fd0a/skolo/ansible/switchboard/roles/install_managed_prometheus/files/alerts.yml
[modify] https://crrev.com/f5f165a639445dd4fae93b6fd5b11ea44f58fd0a/skolo/ansible/switchboard/jumphosts.yml

Git Watcher via monorail

unread,
Jul 22, 2022, 8:32:07 PM7/22/22
to bu...@skia.org

Comment #12 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c12


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/05740dcdf174ccf5edfa6942cb332df228d396f9

commit 05740dcdf174ccf5edfa6942cb332df228d396f9
Author: Joe Gregorio <jcgre...@google.com>
Date: Fri Jul 22 20:32:04 2022

Remove old jumphost prometheus installation.

This changes the role

install_prometheus_and_alert_to_pubsub

to

install_alert_to_pubsub

and drops all the Prometheus related files and tasks, which
are now covered in the

install_managed_prometheus

role.

Bug: skia:13542
Change-Id: I5dad5f0541243dd4013d0f3d5245e4e0ecb172e2
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/561418
Reviewed-by: Ravi Mistry <rmi...@google.com>
Commit-Queue: Joe Gregorio <jcgre...@google.com>

[delete] https://crrev.com/9fc74bd3a23c41a8b057ef0161172a2f93f3fcc4/skolo/ansible/switchboard/roles/install_prometheus_and_alert_to_pubsub/tasks/main.yml
[delete] https://crrev.com/9fc74bd3a23c41a8b057ef0161172a2f93f3fcc4/skolo/ansible/switchboard/roles/install_prometheus_and_alert_to_pubsub/templates/prometheus.yml
[delete] https://crrev.com/9fc74bd3a23c41a8b057ef0161172a2f93f3fcc4/skolo/ansible/switchboard/roles/install_prometheus_and_alert_to_pubsub/files/alerts.yml
[add] https://crrev.com/05740dcdf174ccf5edfa6942cb332df228d396f9/skolo/ansible/switchboard/roles/install_alert_to_pubsub/tasks/main.yml
[rename] https://crrev.com/05740dcdf174ccf5edfa6942cb332df228d396f9/skolo/ansible/switchboard/roles/install_alert_to_pubsub/meta/argument_specs.yml
[modify] https://crrev.com/05740dcdf174ccf5edfa6942cb332df228d396f9/skolo/ansible/switchboard/prom.yml
[rename] https://crrev.com/05740dcdf174ccf5edfa6942cb332df228d396f9/skolo/ansible/switchboard/roles/install_alert_to_pubsub/README.md
[delete] https://crrev.com/9fc74bd3a23c41a8b057ef0161172a2f93f3fcc4/skolo/ansible/switchboard/roles/install_prometheus_and_alert_to_pubsub/templates/prometheus.service
[modify] https://crrev.com/05740dcdf174ccf5edfa6942cb332df228d396f9/skolo/ansible/switchboard/jumphosts.yml
[rename] https://crrev.com/05740dcdf174ccf5edfa6942cb332df228d396f9/skolo/ansible/switchboard/roles/install_alert_to_pubsub/templates/alert_to_pubsub.service

Git Watcher via monorail

unread,
Jul 28, 2022, 4:37:08 PM7/28/22
to bu...@skia.org

Comment #13 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c13


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/1c21344331d1d42fbdaddf8237501a46727007ab

commit 1c21344331d1d42fbdaddf8237501a46727007ab
Author: Joe Gregorio <jcgre...@google.com>
Date: Thu Jul 28 19:34:36 2022

Add genpromcrd.

A command-line application for producing CRDs for Managed Prometheus.

$ go run ./promk/go/genpromcrd --help
usage: genpromcrd --directory=[k8s-config checkout dir] [options]
options:
-directory string
The directory that contains a checkout of k8s-config.
-dryrun
If true then just print the names of the files that would be written.
-logtostdout
If true then write logging on stdout.

The genpromcrd cmd runs over all Deployments and StatefulSets and
writes out Managed Prometheus CRDs for both scraping and alerting.
For example, given the following file in the git repo that contains
all the cluster config:

k8s-config/
├── monitoring
│ └── appgroups
│ └── perf.yml
└── skia-infra-public
└── perf.yml

All the Rules files for alerts to run for all Deployments and
StatefulSets are held under /monitoring/appgroups and the name
of the file before the '.yml' corresponds to an appgroup label.

Since perf.yaml resides inside a directory associated with a
cluster, the Deployment there runs in the namespace 'somenamespace',
and has .template.label.appgroup=perf, a new file will be written to:

skia-infra-public/perf_somenamespace_appgroup_alerts.yml

which is a modified version of /monitoring/appgroups/perf.yaml, updated
to scrape the deployment in the correct namespace, and it will also
contain 'absent()' alerts for all the alerts defined in 'perf.yml'.

The list of directories processed are defined in:

//kube/clusters/config.json



Bug: skia:13542
Change-Id: If4c1f6b281a236a3613ca4b65c6279d0be90e3d8
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/561420

Reviewed-by: Ravi Mistry <rmi...@google.com>
Commit-Queue: Joe Gregorio <jcgre...@google.com>

[add] https://crrev.com/1c21344331d1d42fbdaddf8237501a46727007ab/promk/go/genpromcrd/genpromcrd/genpromcrd.go
[add] https://crrev.com/1c21344331d1d42fbdaddf8237501a46727007ab/promk/go/genpromcrd/genpromcrd/testdata/deployment.yaml
[add] https://crrev.com/1c21344331d1d42fbdaddf8237501a46727007ab/promk/go/genpromcrd/genpromcrd/testdata/fake-checkout/this-deployment-is-ignored.yaml
[modify] https://crrev.com/1c21344331d1d42fbdaddf8237501a46727007ab/go/kube/clusterconfig/clusterconfig.go
[add] https://crrev.com/1c21344331d1d42fbdaddf8237501a46727007ab/promk/go/genpromcrd/genpromcrd/testdata/fake-checkout/monitoring/appgroups/perf.yml
[add] https://crrev.com/1c21344331d1d42fbdaddf8237501a46727007ab/kube/clusters/embed.go
[add] https://crrev.com/1c21344331d1d42fbdaddf8237501a46727007ab/go/prom/crd/crd_test.go
[add] https://crrev.com/1c21344331d1d42fbdaddf8237501a46727007ab/go/prom/crd/BUILD.bazel
[add] https://crrev.com/1c21344331d1d42fbdaddf8237501a46727007ab/go/kube/clusterconfig/clusterconfig_test.go
[modify] https://crrev.com/1c21344331d1d42fbdaddf8237501a46727007ab/kube/clusters/BUILD.bazel
[add] https://crrev.com/1c21344331d1d42fbdaddf8237501a46727007ab/promk/go/genpromcrd/genpromcrd/testdata/fake-checkout/skia-infra-public/deployment.yml
[add] https://crrev.com/1c21344331d1d42fbdaddf8237501a46727007ab/promk/go/genpromcrd/genpromcrd/testdata/fake-checkout/templates/this-deployment-is-ignored.yml
[add] https://crrev.com/1c21344331d1d42fbdaddf8237501a46727007ab/promk/go/genpromcrd/main.go
[add] https://crrev.com/1c21344331d1d42fbdaddf8237501a46727007ab/go/prom/prom_test.go
[add] https://crrev.com/1c21344331d1d42fbdaddf8237501a46727007ab/go/prom/crd/crd.go
[add] https://crrev.com/1c21344331d1d42fbdaddf8237501a46727007ab/promk/go/genpromcrd/genpromcrd/genpromcrd_test.go
[add] https://crrev.com/1c21344331d1d42fbdaddf8237501a46727007ab/promk/go/genpromcrd/genpromcrd/testdata/statefulset.yml
[add] https://crrev.com/1c21344331d1d42fbdaddf8237501a46727007ab/promk/go/genpromcrd/BUILD.bazel
[add] https://crrev.com/1c21344331d1d42fbdaddf8237501a46727007ab/promk/go/genpromcrd/genpromcrd/BUILD.bazel
[modify] https://crrev.com/1c21344331d1d42fbdaddf8237501a46727007ab/go/kube/clusterconfig/BUILD.bazel
[add] https://crrev.com/1c21344331d1d42fbdaddf8237501a46727007ab/go/prom/prom.go
[add] https://crrev.com/1c21344331d1d42fbdaddf8237501a46727007ab/go/prom/BUILD.bazel

Git Watcher via monorail

unread,
Jul 29, 2022, 8:51:22 AM7/29/22
to bu...@skia.org

Comment #14 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c14


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/bf728ff33655a0815b70ef66c523e55a5858cc81

commit bf728ff33655a0815b70ef66c523e55a5858cc81
Author: Joe Gregorio <jcgre...@google.com>
Date: Thu Jul 28 20:52:10 2022

Start moving metrics to Managed Prometheus.

Adds generate.sh and a Rules file for Perf.

Also adds skia-public/perf_default_appgroup_alerts.yml
which is what gets written when generate.sh is run.

Bug: skia:13542
Change-Id: Ife3e6079853fb2ddc8d1bd170bac04cfdb1d5150
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/561680
Reviewed-by: Ravi Mistry <rmi...@google.com>

[add] https://crrev.com/bf728ff33655a0815b70ef66c523e55a5858cc81/monitoring/appgroups/perf.yml
[add] https://crrev.com/bf728ff33655a0815b70ef66c523e55a5858cc81/skia-public/perf_default_appgroup_alerts.yml
[add] https://crrev.com/bf728ff33655a0815b70ef66c523e55a5858cc81/monitoring/generate.sh
[add] https://crrev.com/bf728ff33655a0815b70ef66c523e55a5858cc81/monitoring/README.md

Git Watcher via monorail

unread,
Jul 29, 2022, 8:59:04 AM7/29/22
to bu...@skia.org

Comment #15 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c15


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/67314acac70c93b75b992c9db1079e939f323633

commit 67314acac70c93b75b992c9db1079e939f323633
Author: Joe Gregorio <jcgre...@google.com>
Date: Fri Jul 29 02:21:49 2022

[collectd] Move to Managed Prometheus.

Bug: skia:13542
Change-Id: I362e4ae5e259a497517a1eb7f8c3619ca5cd419d
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/562942

Reviewed-by: Ravi Mistry <rmi...@google.com>
Commit-Queue: Joe Gregorio <jcgre...@google.com>

Git Watcher via monorail

unread,
Jul 29, 2022, 9:01:08 AM7/29/22
to bu...@skia.org

Comment #16 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c16


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/0ff8791e90522f5416b7dae0e08e557b6e42cfb1

commit 0ff8791e90522f5416b7dae0e08e557b6e42cfb1
Author: Joe Gregorio <jcgre...@google.com>
Date: Fri Jul 29 12:49:01 2022

[genpromcmd] Add DO NOT EDIT to generated files.

Also increase code coverage to 85.5% with additional tests.
Finally, do not sklog.Fatal on an unknown flag.

Bug: skia:13542
Change-Id: Ieceb00582f39e9d453df50777caf426ede9a18d5
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/563277

Reviewed-by: Ravi Mistry <rmi...@google.com>
Commit-Queue: Joe Gregorio <jcgre...@google.com>

Git Watcher via monorail

unread,
Jul 29, 2022, 9:10:08 AM7/29/22
to bu...@skia.org

Comment #17 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c17


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/d6d319a6a8e285dd24c67eb6e3423456b1ef4557

commit d6d319a6a8e285dd24c67eb6e3423456b1ef4557
Author: Joe Gregorio <jcgre...@google.com>
Date: Thu Jul 28 20:46:17 2022

Add the equation to absent() alerts.

Bug: skia:13542
Change-Id: I80ee086c240fcb1ba7e4dc207e6dcbf45e53dd46
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/562949

Reviewed-by: Ravi Mistry <rmi...@google.com>
Commit-Queue: Joe Gregorio <jcgre...@google.com>

Git Watcher via monorail

unread,
Jul 29, 2022, 9:57:06 AM7/29/22
to bu...@skia.org

Comment #18 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c18


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/233e481fc2e522f156fc47a710fdfd07623fdc30

commit 233e481fc2e522f156fc47a710fdfd07623fdc30
Author: Joe Gregorio <jcgre...@google.com>
Date: Mon Jul 25 12:51:09 2022

Move labels that were not on the template.

They were on the Deployment, which won't show up on the pods.

Bug: skia:13542
Change-Id: Ic981ebf260d4dc7ac19f81e35a53ad1cdbc94514
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/561862
Reviewed-by: Eric Boren <bor...@google.com>

[modify] https://crrev.com/233e481fc2e522f156fc47a710fdfd07623fdc30/skia-public/status-staging.yaml
[modify] https://crrev.com/233e481fc2e522f156fc47a710fdfd07623fdc30/skia-corp/status-internal.yaml
[modify] https://crrev.com/233e481fc2e522f156fc47a710fdfd07623fdc30/skia-public/status.yaml
[modify] https://crrev.com/233e481fc2e522f156fc47a710fdfd07623fdc30/skia-public/gitsync2.yaml
[modify] https://crrev.com/233e481fc2e522f156fc47a710fdfd07623fdc30/skia-public/gitsync2-staging.yaml

Git Watcher via monorail

unread,
Jul 29, 2022, 10:13:08 AM7/29/22
to bu...@skia.org

Comment #19 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c19


The following revision refers to this bug:

Git Watcher via monorail

unread,
Jul 29, 2022, 11:57:06 AM7/29/22
to bu...@skia.org

Comment #20 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c20


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/aa9a7b59e80e2036140f1f73e9d61b630204ef77

commit aa9a7b59e80e2036140f1f73e9d61b630204ef77
Author: Joe Gregorio <jcgre...@google.com>
Date: Fri Jul 29 15:08:46 2022

[perf] Alerts now handled by Managed Prometheus.

Bug: skia:13542
Change-Id: I277a7e0549fb33103acb7ab80314a0bc77f951a0
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/563356
Reviewed-by: Ravi Mistry <rmi...@google.com>

[modify] https://crrev.com/aa9a7b59e80e2036140f1f73e9d61b630204ef77/promk/prometheus/alerts_public.yml

Git Watcher via monorail

unread,
Jul 29, 2022, 11:57:07 AM7/29/22
to bu...@skia.org

Comment #21 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c21


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/8ca7e7499eded57c5ee145ebbeeb02ac094e7b92

commit 8ca7e7499eded57c5ee145ebbeeb02ac094e7b92
Author: Joe Gregorio <jcgre...@google.com>
Date: Fri Jul 29 15:18:54 2022

Add name: prom to more containerPorts.

Bug: skia:13542
Change-Id: I326fd19f834504e8dcc9e209b7b1089106432899
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/563281
Reviewed-by: Ravi Mistry <rmi...@google.com>

[modify] https://crrev.com/8ca7e7499eded57c5ee145ebbeeb02ac094e7b92/skia-public/pushgateway.yaml
[modify] https://crrev.com/8ca7e7499eded57c5ee145ebbeeb02ac094e7b92/skia-corp/kube-state-metrics.yml
[modify] https://crrev.com/8ca7e7499eded57c5ee145ebbeeb02ac094e7b92/skia-public/kube-state-metrics.yml
[modify] https://crrev.com/8ca7e7499eded57c5ee145ebbeeb02ac094e7b92/skia-public/envoy-skia-org.yaml

Git Watcher via monorail

unread,
Jul 29, 2022, 11:57:07 AM7/29/22
to bu...@skia.org

Comment #22 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c22


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/2707b2b4b20ddc7dacd2ff520b07546ff3fee438

commit 2707b2b4b20ddc7dacd2ff520b07546ff3fee438
Author: Joe Gregorio <jcgre...@google.com>
Date: Fri Jul 29 15:20:31 2022

Remove Velero alerts.

We stopped running Velero.

Bug: skia:13542
Change-Id: If6ced254d2be428f4ee601c6303c5e62f7d969ed
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/563282
Reviewed-by: Ravi Mistry <rmi...@google.com>

[modify] https://crrev.com/2707b2b4b20ddc7dacd2ff520b07546ff3fee438/promk/prometheus/alerts_general.yml

Git Watcher via monorail

unread,
Jul 30, 2022, 5:05:37 PM7/30/22
to bu...@skia.org

Comment #23 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c23


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/8f0860fee69c988730d98ca65a97eef31489f02f

commit 8f0860fee69c988730d98ca65a97eef31489f02f
Author: Joe Gregorio <jcgre...@google.com>
Date: Sat Jul 30 21:03:22 2022

Move fiddle to Managed Prometheus.

R=rubber-...@appspot.gserviceaccount.com

Bug: skia:13542
Change-Id: I6f34e76fb0525259fd937ddda7a28e568b6893b9
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/563676
Auto-Submit: Joe Gregorio <jcgre...@google.com>
Commit-Queue: Rubber Stamper <rubber-...@appspot.gserviceaccount.com>
Bot-Commit: Rubber Stamper <rubber-...@appspot.gserviceaccount.com>

[add] https://crrev.com/8f0860fee69c988730d98ca65a97eef31489f02f/monitoring/appgroups/fiddle.yml
[add] https://crrev.com/8f0860fee69c988730d98ca65a97eef31489f02f/skia-public/fiddle_default_appgroup_alerts.yml

Git Watcher via monorail

unread,
Aug 1, 2022, 9:08:18 AM8/1/22
to bu...@skia.org

Comment #24 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c24


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/f56912bf6891679651b384a16e3134a81c00a0e1

commit f56912bf6891679651b384a16e3134a81c00a0e1
Author: Joe Gregorio <jcgre...@google.com>
Date: Sat Jul 30 21:01:57 2022

Remove fiddle alerts.

They have moved to Managed Prometheus:

https://skia.googlesource.com/k8s-config/+/refs/heads/main/skia-public/fiddle_default_appgroup_alerts.yml

Bug: skia:13542
Change-Id: I3f87483bffb207e5d4e1c87d3147b8e1d80bb411
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/563677
Reviewed-by: Ravi Mistry <rmi...@google.com>

[modify] https://crrev.com/f56912bf6891679651b384a16e3134a81c00a0e1/promk/prometheus/alerts_public.yml

Git Watcher via monorail

unread,
Aug 1, 2022, 9:19:08 AM8/1/22
to bu...@skia.org

Comment #25 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c25


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/f8f55522907bb0a36ea03e3d63d3448e85bcb7d7

commit f8f55522907bb0a36ea03e3d63d3448e85bcb7d7
Author: Joe Gregorio <jcgre...@google.com>
Date: Sun Jul 31 17:42:22 2022

[alert-manager] Fix metric name and recording.

First noticed the issue that alert-manager uses 'location' as a label, which conflicts with Managed Prometheus, which automatically adds 'location' to every metric and populates it with the
zone, e.g.: "us-central1-a".

Also:
- We were only getting liveness metrics for "skia-public", all other
clusters were being reported as errors.
- Fixed Makefile to push using Bazel skia_app_container.

Bug: skia:13542
Change-Id: I41f6ca3263c31255a9d355f772d65820eea03975

Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/563678
Reviewed-by: Ravi Mistry <rmi...@google.com>
Commit-Queue: Joe Gregorio <jcgre...@google.com>

Git Watcher via monorail

unread,
Aug 1, 2022, 10:00:22 AM8/1/22
to bu...@skia.org

Comment #26 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c26


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/8fe98b211c863b63b795d5c7487c08e35cc5f08c

commit 8fe98b211c863b63b795d5c7487c08e35cc5f08c
Author: Joe Gregorio <jcgre...@google.com>
Date: Mon Aug 01 13:11:30 2022

Remove namespace and scrape support from genpromcrd.

ClusterPodMonitoring can be used to scrap all pods regardless of namespace.

ClusterRules can generate alerts regardless of namespace.

A follow-up CL will move all the existing alerts from Rules to ClusterRules.

Bug: skia:13542
Change-Id: I95135558701765ca8c38600ffa5e205e695fe391
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/563738

Reviewed-by: Ravi Mistry <rmi...@google.com>
Commit-Queue: Joe Gregorio <jcgre...@google.com>

Git Watcher via monorail

unread,
Aug 1, 2022, 11:14:17 AM8/1/22
to bu...@skia.org

Comment #27 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c27


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/2b5fb3464b0555fde0fb5339161d0c3462b356f5

commit 2b5fb3464b0555fde0fb5339161d0c3462b356f5
Author: Joe Gregorio <jcgre...@google.com>
Date: Mon Aug 01 14:59:10 2022

Transition to using ClusterRules and re-run genpromcrd.

This is the follow-up CL that moves all PodMonitorings and Rules to be Cluster
level, and avoid needing to care about namespaces.

Bug: skia:13542
Change-Id: I79ff1119540f70b6b5b602b2a559275466a82b54
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/564040
Reviewed-by: Ravi Mistry <rmi...@google.com>

[rename] https://crrev.com/2b5fb3464b0555fde0fb5339161d0c3462b356f5/skia-public/perf_appgroup_alerts.yml
[modify] https://crrev.com/2b5fb3464b0555fde0fb5339161d0c3462b356f5/monitoring/appgroups/collectd.yml
[modify] https://crrev.com/2b5fb3464b0555fde0fb5339161d0c3462b356f5/monitoring/appgroups/fiddle.yml
[modify] https://crrev.com/2b5fb3464b0555fde0fb5339161d0c3462b356f5/monitoring/appgroups/perf.yml
[delete] https://crrev.com/d1b6746c59c22231877f018cf7194fc78f7e5286/skia-corp/managed-prometheus-pod-monitoring-default-namespace.yaml
[copy] https://crrev.com/2b5fb3464b0555fde0fb5339161d0c3462b356f5/skia-corp/managed-prometheus-pod-monitoring.yaml
[rename] https://crrev.com/2b5fb3464b0555fde0fb5339161d0c3462b356f5/skia-public/collectd_appgroup_alerts.yml
[rename] https://crrev.com/2b5fb3464b0555fde0fb5339161d0c3462b356f5/skia-public/fiddle_appgroup_alerts.yml
[rename] https://crrev.com/2b5fb3464b0555fde0fb5339161d0c3462b356f5/skia-public/managed-prometheus-pod-monitoring.yaml

Git Watcher via monorail

unread,
Aug 1, 2022, 1:45:08 PM8/1/22
to bu...@skia.org

Git Watcher via monorail

unread,
Aug 3, 2022, 10:22:04 AM8/3/22
to bu...@skia.org

Comment #29 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c29


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/c999211ac55ffe3434b6f6f43a633d0e876de6a5

commit c999211ac55ffe3434b6f6f43a633d0e876de6a5
Author: Joe Gregorio <jcgre...@google.com>
Date: Wed Aug 03 13:30:25 2022

[ansible] Fix the port for Prometheus in skolo.

Bug: skia:13542
Change-Id: I1d3679b062759a0b340772c9d81f5e7c9c250648
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/564871
Reviewed-by: Eric Boren <bor...@google.com>
Commit-Queue: Joe Gregorio <jcgre...@google.com>

[modify] https://crrev.com/c999211ac55ffe3434b6f6f43a633d0e876de6a5/skolo/ansible/switchboard/roles/install_managed_prometheus/templates/prometheus.yml

Git Watcher via monorail

unread,
Aug 3, 2022, 11:48:08 AM8/3/22
to bu...@skia.org

Git Watcher via monorail

unread,
Aug 3, 2022, 11:58:06 AM8/3/22
to bu...@skia.org

Comment #31 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c31


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/381472904184f8718edaac1949fbd943e0bb0df6

commit 381472904184f8718edaac1949fbd943e0bb0df6
Author: Joe Gregorio <jcgre...@google.com>
Date: Wed Aug 03 14:32:40 2022

Remove sa-keys-checker alerts from Thanos.

Bug: skia:13542
Change-Id: I13cff3d406c4e4eb051048cab3a0d7244683f3d6
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/565180
Reviewed-by: Ravi Mistry <rmi...@google.com>
Auto-Submit: Joe Gregorio <jcgre...@google.com>
Commit-Queue: Joe Gregorio <jcgre...@google.com>
Commit-Queue: Ravi Mistry <rmi...@google.com>

[modify] https://crrev.com/381472904184f8718edaac1949fbd943e0bb0df6/promk/prometheus/alerts_corp.yml

Git Watcher via monorail

unread,
Aug 3, 2022, 12:36:12 PM8/3/22
to bu...@skia.org

Comment #32 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c32


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/281a7d9cdde1cc95926f6fb361856dd6d4e7684d

commit 281a7d9cdde1cc95926f6fb361856dd6d4e7684d
Author: Joe Gregorio <jcgre...@google.com>
Date: Wed Aug 03 16:22:05 2022

Migrate louhi CD alerts to Managed Prometheus.

Also add appgroup to all datahopper pods.

Both pods in skia-public are in the appgroup=datahopper
and the pods in skia-corp are in appgroup=datahopper-internal.

Bug: skia:13542
Change-Id: I742aa4381d8f8c4630cb314f1c84d83906bbdb60
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/565236
Reviewed-by: Eric Boren <bor...@google.com>

[modify] https://crrev.com/281a7d9cdde1cc95926f6fb361856dd6d4e7684d/skia-public/datahopper-staging.yaml
[add] https://crrev.com/281a7d9cdde1cc95926f6fb361856dd6d4e7684d/skia-corp/datahopper-internal_appgroup_alerts.yml
[modify] https://crrev.com/281a7d9cdde1cc95926f6fb361856dd6d4e7684d/skia-corp/datahopper-internal.yaml
[modify] https://crrev.com/281a7d9cdde1cc95926f6fb361856dd6d4e7684d/skia-public/datahopper.yaml
[add] https://crrev.com/281a7d9cdde1cc95926f6fb361856dd6d4e7684d/monitoring/appgroups/datahopper-internal.yml

Git Watcher via monorail

unread,
Aug 4, 2022, 10:52:03 AM8/4/22
to bu...@skia.org

Comment #33 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c33


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/1ac64f62a5533f700998f754aee27fdb1589f191

commit 1ac64f62a5533f700998f754aee27fdb1589f191
Author: Joe Gregorio <jcgre...@google.com>
Date: Thu Aug 04 14:40:12 2022

[skcq] Alerts have move to Managed Prometheus.

Bug: skia:13542
Change-Id: I9d4dc92b55d0f6d66695e51a46a324f677d490f3
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/565599
Commit-Queue: Joe Gregorio <jcgre...@google.com>
Auto-Submit: Joe Gregorio <jcgre...@google.com>
Reviewed-by: Ravi Mistry <rmi...@google.com>
Commit-Queue: Ravi Mistry <rmi...@google.com>

[modify] https://crrev.com/1ac64f62a5533f700998f754aee27fdb1589f191/promk/prometheus/alerts_corp.yml

Git Watcher via monorail

unread,
Aug 4, 2022, 10:57:06 AM8/4/22
to bu...@skia.org

Git Watcher via monorail

unread,
Aug 4, 2022, 4:17:05 PM8/4/22
to bu...@skia.org

Comment #35 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c35


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/51bed25131db45ff4a2e0b2a8cf7c17b4b2d1b04

commit 51bed25131db45ff4a2e0b2a8cf7c17b4b2d1b04
Author: Joe Gregorio <jcgre...@google.com>
Date: Thu Aug 04 16:02:48 2022

Move general alerts to Managed Prometheus.

Bug: skia:13542
Change-Id: I5c978bdbc92bb9372916db90a2ef03b3705d2ebb
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/565676
Reviewed-by: Ravi Mistry <rmi...@google.com>

[modify] https://crrev.com/51bed25131db45ff4a2e0b2a8cf7c17b4b2d1b04/promk/prometheus/alerts_general.yml

Git Watcher via monorail

unread,
Aug 4, 2022, 4:17:05 PM8/4/22
to bu...@skia.org

Comment #36 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c36


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/766514f00bd86927298c6ed700b9d2a653e01f5e

commit 766514f00bd86927298c6ed700b9d2a653e01f5e
Author: Joe Gregorio <jcgre...@google.com>
Date: Thu Aug 04 16:23:16 2022


Move general alerts to Managed Prometheus.

Bug: skia:13542

jcgre… via monorail

unread,
Aug 8, 2022, 9:59:45 AM8/8/22
to bu...@skia.org
Issue 13542: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542

This issue is now blocking issue 13538.
See https://bugs.chromium.org/p/skia/issues/detail?id=13538

Git Watcher via monorail

unread,
Aug 8, 2022, 10:00:08 AM8/8/22
to bu...@skia.org

Comment #38 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c38


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/237c3d72aa503d367b25b8a982d8a0741ba77403

commit 237c3d72aa503d367b25b8a982d8a0741ba77403
Author: Joe Gregorio <jcgre...@google.com>
Date: Mon Aug 08 13:58:48 2022

Setup a PSP for Google Managed Prometheus.

R=rubber-...@appspot.gserviceaccount.com

Bug: skia:13542
Change-Id: I0e68aa6092b1f4ceba021b885983097ec19d9d8d
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/566376
Auto-Submit: Joe Gregorio <jcgre...@google.com>
Bot-Commit: Rubber Stamper <rubber-...@appspot.gserviceaccount.com>
Commit-Queue: Rubber Stamper <rubber-...@appspot.gserviceaccount.com>

[add] https://crrev.com/237c3d72aa503d367b25b8a982d8a0741ba77403/skia-infra-public-dev/google-managed-prometheus.yml

Git Watcher via monorail

unread,
Aug 8, 2022, 11:09:08 AM8/8/22
to bu...@skia.org

Comment #39 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c39


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/2b9bdef6b8cc9ece9452328ca45de07c42419189

commit 2b9bdef6b8cc9ece9452328ca45de07c42419189
Author: Joe Gregorio <jcgre...@google.com>
Date: Mon Aug 08 14:22:10 2022

Add PSP to the Google Managed Prometheus namespace.

This is already working on skia-infra-public-dev.

Bug: skia:13542
Change-Id: I05231bef591bc0af82f7e1987895b33d3b128f40
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/566377
Reviewed-by: Eric Boren <bor...@google.com>

[add] https://crrev.com/2b9bdef6b8cc9ece9452328ca45de07c42419189/skia-infra-corp/google-managed-prometheus.yml
[add] https://crrev.com/2b9bdef6b8cc9ece9452328ca45de07c42419189/skia-infra-public/google-managed-prometheus.yml

Git Watcher via monorail

unread,
Aug 8, 2022, 2:44:05 PM8/8/22
to bu...@skia.org

Comment #40 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c40


The following revision refers to this bug:

Git Watcher via monorail

unread,
Aug 10, 2022, 10:18:08 AM8/10/22
to bu...@skia.org

Comment #41 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c41


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/abc355d7865be731e69939399ab9941af0c22f02

commit abc355d7865be731e69939399ab9941af0c22f02
Author: Joe Gregorio <jcgre...@google.com>
Date: Wed Aug 10 13:56:31 2022

Use official builds for kube-state-metrics.

Bug: skia:13542
Change-Id: I323225ad0ff90887c2da4595c90bd2381e86afc7
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/567416
Reviewed-by: Eric Boren <bor...@google.com>

[modify] https://crrev.com/abc355d7865be731e69939399ab9941af0c22f02/promk/README.md
[modify] https://crrev.com/abc355d7865be731e69939399ab9941af0c22f02/promk/Makefile

Git Watcher via monorail

unread,
Aug 10, 2022, 10:54:04 AM8/10/22
to bu...@skia.org

Git Watcher via monorail

unread,
Aug 10, 2022, 11:16:08 AM8/10/22
to bu...@skia.org

Git Watcher via monorail

unread,
Aug 10, 2022, 11:18:05 AM8/10/22
to bu...@skia.org

Comment #44 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c44


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/03b03e5821e8e637ad899a4164ecb88ab777088f

commit 03b03e5821e8e637ad899a4164ecb88ab777088f
Author: Joe Gregorio <jcgre...@google.com>
Date: Wed Aug 10 15:13:04 2022

Entry controller still complaining about registry, so I found that
it is still backed by gcr.io, so hopefully this will make it happy.

Bug: skia:13542
Change-Id: I60ad0363c214dc0559d5874c5d4d329f297c7f39
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/567261
Reviewed-by: Eric Boren <bor...@google.com>

[modify] https://crrev.com/03b03e5821e8e637ad899a4164ecb88ab777088f/skia-infra-public-dev/kube-state-metrics.yml
[modify] https://crrev.com/03b03e5821e8e637ad899a4164ecb88ab777088f/skia-corp/kube-state-metrics.yml
[modify] https://crrev.com/03b03e5821e8e637ad899a4164ecb88ab777088f/skia-infra-public/kube-state-metrics.yml
[modify] https://crrev.com/03b03e5821e8e637ad899a4164ecb88ab777088f/skia-infra-corp/kube-state-metrics.yml
[modify] https://crrev.com/03b03e5821e8e637ad899a4164ecb88ab777088f/skia-public/kube-state-metrics.yml

Git Watcher via monorail

unread,
Aug 11, 2022, 9:09:05 AM8/11/22
to bu...@skia.org

Git Watcher via monorail

unread,
Aug 11, 2022, 12:32:04 PM8/11/22
to bu...@skia.org

Comment #46 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c46


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/182468fe81e5a0f8fe95c3c9ccb99ec8d67c04e6

commit 182468fe81e5a0f8fe95c3c9ccb99ec8d67c04e6
Author: Joe Gregorio <jcgre...@google.com>
Date: Thu Aug 11 15:18:43 2022

[k8s-checker] Do not use comma as flag separator.

common.NewMultiStringFlag automatically splits the flag value on commas.

Instead use | to separate deployment names.

Bug: skia:13542
Change-Id: I95313ab7313084f30006e4e3ec1c494e4799d7c8
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/568157
Commit-Queue: Eric Boren <bor...@google.com>
Auto-Submit: Joe Gregorio <jcgre...@google.com>
Reviewed-by: Eric Boren <bor...@google.com>

[modify] https://crrev.com/182468fe81e5a0f8fe95c3c9ccb99ec8d67c04e6/k8s-checker/go/k8s-checker/main_test.go
[modify] https://crrev.com/182468fe81e5a0f8fe95c3c9ccb99ec8d67c04e6/k8s-checker/go/k8s-checker/main.go

Git Watcher via monorail

unread,
Aug 11, 2022, 1:26:04 PM8/11/22
to bu...@skia.org

Git Watcher via monorail

unread,
Aug 11, 2022, 2:02:06 PM8/11/22
to bu...@skia.org

Comment #48 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c48


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/0e1809f61b6628b87d32089b903f6735647e7fd0

commit 0e1809f61b6628b87d32089b903f6735647e7fd0
Author: Joe Gregorio <jcgre...@google.com>
Date: Thu Aug 11 17:00:13 2022

Update scrape rules, as envoy has a different scrape path.

Bug: skia:13542
Change-Id: I9c5549d8ed2435a09eff20899eebe41274f4b70d
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/568159
Reviewed-by: Eric Boren <bor...@google.com>

[modify] https://crrev.com/0e1809f61b6628b87d32089b903f6735647e7fd0/skia-public/managed-prometheus-pod-monitoring.yaml

Git Watcher via monorail

unread,
Aug 11, 2022, 2:48:10 PM8/11/22
to bu...@skia.org

Git Watcher via monorail

unread,
Aug 11, 2022, 3:04:07 PM8/11/22
to bu...@skia.org

Comment #50 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c50


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/64378c29f3dd12304d3bf3c3c292dec48029b083

commit 64378c29f3dd12304d3bf3c3c292dec48029b083
Author: Joe Gregorio <jcgre...@google.com>
Date: Thu Aug 11 18:32:17 2022

k8s-deployer alerts have moved to Managed Prometheus.

Bug: skia:13542
Change-Id: I09ad91ef899743d367bcb3ed3635192694ebcfc3
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/568162
Reviewed-by: Eric Boren <bor...@google.com>

[modify] https://crrev.com/64378c29f3dd12304d3bf3c3c292dec48029b083/promk/prometheus/alerts_general.yml

Git Watcher via monorail

unread,
Aug 11, 2022, 3:44:08 PM8/11/22
to bu...@skia.org

Comment #51 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c51


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/db465aba96ae0393242614657660825abc9cdcce

commit db465aba96ae0393242614657660825abc9cdcce
Author: Joe Gregorio <jcgre...@google.com>
Date: Thu Aug 11 19:31:45 2022

Move k8s-checker alerts to Managed Prometheus.

Bug: skia:13542
Change-Id: I8c1f0fe9b0426ba1d2157f9aa7db6fd670f3c5c5
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/568164
Reviewed-by: Eric Boren <bor...@google.com>

[modify] https://crrev.com/db465aba96ae0393242614657660825abc9cdcce/skia-infra-public/k8s-checker.yaml
[modify] https://crrev.com/db465aba96ae0393242614657660825abc9cdcce/skia-infra-public-dev/k8s-checker.yaml
[add] https://crrev.com/db465aba96ae0393242614657660825abc9cdcce/skia-corp/k8s-checker_appgroup_alerts.yml
[add] https://crrev.com/db465aba96ae0393242614657660825abc9cdcce/skia-infra-public-dev/k8s-checker_appgroup_alerts.yml
[add] https://crrev.com/db465aba96ae0393242614657660825abc9cdcce/monitoring/appgroups/k8s-checker.yml
[add] https://crrev.com/db465aba96ae0393242614657660825abc9cdcce/skia-infra-public/k8s-checker_appgroup_alerts.yml
[add] https://crrev.com/db465aba96ae0393242614657660825abc9cdcce/skia-public/k8s-checker_appgroup_alerts.yml
[modify] https://crrev.com/db465aba96ae0393242614657660825abc9cdcce/templates/k8s-checker.yaml
[modify] https://crrev.com/db465aba96ae0393242614657660825abc9cdcce/skia-corp/k8s-checker.yaml
[modify] https://crrev.com/db465aba96ae0393242614657660825abc9cdcce/skia-infra-corp/k8s-checker.yaml
[modify] https://crrev.com/db465aba96ae0393242614657660825abc9cdcce/skia-public/k8s-checker.yaml
[add] https://crrev.com/db465aba96ae0393242614657660825abc9cdcce/skia-infra-corp/k8s-checker_appgroup_alerts.yml

Git Watcher via monorail

unread,
Aug 11, 2022, 3:56:12 PM8/11/22
to bu...@skia.org

Comment #52 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c52


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/4d3e060f8619b7b2a187af67e7b081fe29154f70

commit 4d3e060f8619b7b2a187af67e7b081fe29154f70
Author: Joe Gregorio <jcgre...@google.com>
Date: Thu Aug 11 19:03:30 2022

k8s-checker alerts have moved to Managed Prometheus.

Bug: skia:13542
Change-Id: I877d46454dc2d9a15465405887e0d8d3a5ccf514
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/568165

Reviewed-by: Eric Boren <bor...@google.com>
Commit-Queue: Joe Gregorio <jcgre...@google.com>

Git Watcher via monorail

unread,
Aug 15, 2022, 1:00:26 PM8/15/22
to bu...@skia.org

Comment #53 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c53


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/2d2edc45428f20350e0f7a90ef4ca64d9d875e77

commit 2d2edc45428f20350e0f7a90ef4ca64d9d875e77
Author: Joe Gregorio <jcgre...@google.com>
Date: Mon Aug 15 16:11:00 2022

Remove status alerts moved to GMP.

Bug: skia:13542
Change-Id: I3366c4c8226045690e5e2d078174985f1e1974e9
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/569058
Commit-Queue: Joe Gregorio <jcgre...@google.com>
Reviewed-by: Eric Boren <bor...@google.com>

[modify] https://crrev.com/2d2edc45428f20350e0f7a90ef4ca64d9d875e77/promk/prometheus/alerts_general.yml

Git Watcher via monorail

unread,
Aug 15, 2022, 1:00:30 PM8/15/22
to bu...@skia.org

Comment #54 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c54


The following revision refers to this bug:

Git Watcher via monorail

unread,
Aug 15, 2022, 1:27:04 PM8/15/22
to bu...@skia.org

Comment #56 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c56


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/3e56bf94bdac85c89932e545458eb4fda4414ba0

commit 3e56bf94bdac85c89932e545458eb4fda4414ba0
Author: Joe Gregorio <jcgre...@google.com>
Date: Mon Aug 15 16:54:11 2022

Move datahopper alerts to GMP.

Bug: skia:13542
Change-Id: I0b148b82f88bd988ea869a36e5c64d3d375a5691
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/569059
Reviewed-by: Eric Boren <bor...@google.com>

[add] https://crrev.com/3e56bf94bdac85c89932e545458eb4fda4414ba0/skia-public/datahopper_appgroup_alerts.yml
[add] https://crrev.com/3e56bf94bdac85c89932e545458eb4fda4414ba0/monitoring/appgroups/datahopper.yml

Git Watcher via monorail

unread,
Aug 15, 2022, 1:27:04 PM8/15/22
to bu...@skia.org

Comment #55 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c55


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/1cac79ee11cb0efaa0e28c1bface8beeb476a14d

commit 1cac79ee11cb0efaa0e28c1bface8beeb476a14d
Author: Joe Gregorio <jcgre...@google.com>
Date: Mon Aug 15 16:57:18 2022

Datahopper alerts moved to GMP.

Bug: skia:13542
Change-Id: I122419c715eb7cc9f1b86e473efcb6776e9fd766
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/569061
Reviewed-by: Eric Boren <bor...@google.com>

[modify] https://crrev.com/1cac79ee11cb0efaa0e28c1bface8beeb476a14d/promk/prometheus/alerts_general.yml

Git Watcher via monorail

unread,
Aug 16, 2022, 9:18:32 AM8/16/22
to bu...@skia.org

Comment #57 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c57


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/c3b292609f8bf1daedb34a4277cc4c97f79b5a78

commit c3b292609f8bf1daedb34a4277cc4c97f79b5a78
Author: Joe Gregorio <jcgre...@google.com>
Date: Mon Aug 15 17:03:40 2022

Gitsync migrated to GMP.

Bug: skia:13542
Change-Id: I2bebcdc118f11d17b9fe1eb4a5b56f21da8b851c
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/569062
Reviewed-by: Eric Boren <bor...@google.com>

[modify] https://crrev.com/c3b292609f8bf1daedb34a4277cc4c97f79b5a78/promk/prometheus/alerts_general.yml

Git Watcher via monorail

unread,
Aug 16, 2022, 10:06:04 AM8/16/22
to bu...@skia.org

Git Watcher via monorail

unread,
Aug 16, 2022, 10:06:05 AM8/16/22
to bu...@skia.org

Comment #59 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c59


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/8a784057f329ce6ca4d03f436e55c419e4deaf1c

commit 8a784057f329ce6ca4d03f436e55c419e4deaf1c
Author: Joe Gregorio <jcgre...@google.com>
Date: Tue Aug 16 02:05:01 2022

CockroachDB alerts migrated to GMP.

Bug: skia:13542
Change-Id: I8e586e5799ee28abf5ef80eb756f8cc48c7f06a6
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/569065
Reviewed-by: Eric Boren <bor...@google.com>

[modify] https://crrev.com/8a784057f329ce6ca4d03f436e55c419e4deaf1c/promk/Makefile
[delete] https://crrev.com/2dc2af79bcb55dbcbc8dd7ea893b6b3b241842b2/promk/prometheus/alerts_perf_cockroachdb.yml

Git Watcher via monorail

unread,
Aug 16, 2022, 11:05:04 AM8/16/22
to bu...@skia.org

Git Watcher via monorail

unread,
Aug 16, 2022, 1:33:05 PM8/16/22
to bu...@skia.org

Comment #62 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c62


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/9078de48ca8544dd73241ee774da2d1d1fd6d629

commit 9078de48ca8544dd73241ee774da2d1d1fd6d629
Author: Joe Gregorio <jcgre...@google.com>
Date: Tue Aug 16 17:25:29 2022

The emailservice and envoy alerts have moved to GMP.

Bug: skia:13542
Change-Id: I5a84db1009eeafa48b09ce636f768957271c76d1
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/569330
Reviewed-by: Eric Boren <bor...@google.com>

[modify] https://crrev.com/9078de48ca8544dd73241ee774da2d1d1fd6d629/promk/prometheus/alerts_public.yml

Git Watcher via monorail

unread,
Aug 16, 2022, 1:33:05 PM8/16/22
to bu...@skia.org

Comment #61 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c61


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/65b11472c3346cf3e47b5a66f0aaf2e51001464b

commit 65b11472c3346cf3e47b5a66f0aaf2e51001464b
Author: Joe Gregorio <jcgre...@google.com>
Date: Tue Aug 16 17:21:43 2022

Move emailservice and envoy alerts to GMP.

Bug: skia:13542
Change-Id: Iba13a397f1d1e1626766c13d1f20afdbeb3cc36e
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/569329
Reviewed-by: Eric Boren <bor...@google.com>

[modify] https://crrev.com/65b11472c3346cf3e47b5a66f0aaf2e51001464b/skia-corp/emailservice.yaml
[modify] https://crrev.com/65b11472c3346cf3e47b5a66f0aaf2e51001464b/skia-infra-public-dev/envoy-skia-org.yaml
[add] https://crrev.com/65b11472c3346cf3e47b5a66f0aaf2e51001464b/skia-infra-public/emailservice_appgroup_alerts.yml
[add] https://crrev.com/65b11472c3346cf3e47b5a66f0aaf2e51001464b/monitoring/appgroups/emailservice.yml
[add] https://crrev.com/65b11472c3346cf3e47b5a66f0aaf2e51001464b/monitoring/appgroups/envoy.yml
[modify] https://crrev.com/65b11472c3346cf3e47b5a66f0aaf2e51001464b/skia-infra-corp/emailservice.yaml
[add] https://crrev.com/65b11472c3346cf3e47b5a66f0aaf2e51001464b/skia-public/emailservice_appgroup_alerts.yml
[modify] https://crrev.com/65b11472c3346cf3e47b5a66f0aaf2e51001464b/skia-infra-public/emailservice.yaml
[modify] https://crrev.com/65b11472c3346cf3e47b5a66f0aaf2e51001464b/skia-public/emailservice.yaml
[add] https://crrev.com/65b11472c3346cf3e47b5a66f0aaf2e51001464b/skia-corp/emailservice_appgroup_alerts.yml
[add] https://crrev.com/65b11472c3346cf3e47b5a66f0aaf2e51001464b/skia-infra-corp/emailservice_appgroup_alerts.yml
[modify] https://crrev.com/65b11472c3346cf3e47b5a66f0aaf2e51001464b/skia-infra-public/managed-prometheus-pod-monitoring.yaml
[add] https://crrev.com/65b11472c3346cf3e47b5a66f0aaf2e51001464b/skia-infra-public-dev/envoy_appgroup_alerts.yml
[add] https://crrev.com/65b11472c3346cf3e47b5a66f0aaf2e51001464b/skia-public/envoy_appgroup_alerts.yml
[modify] https://crrev.com/65b11472c3346cf3e47b5a66f0aaf2e51001464b/skia-public/envoy-skia-org.yaml

Git Watcher via monorail

unread,
Aug 17, 2022, 11:35:04 AM8/17/22
to bu...@skia.org

Comment #63 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c63


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/1cbb40c7361dfbce6036ca64a8e01902d478c844

commit 1cbb40c7361dfbce6036ca64a8e01902d478c844
Author: Joe Gregorio <jcgre...@google.com>
Date: Wed Aug 17 14:52:14 2022

Move more alerts to GMP. (cq-watcher, docsyserver, prober, etc.)

Bug: skia:13542
Change-Id: If255698d7b0e9aea951fc41e4163e3d35fb8a378
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/570016
Reviewed-by: Eric Boren <bor...@google.com>

[modify] https://crrev.com/1cbb40c7361dfbce6036ca64a8e01902d478c844/skia-public/docker-pushes-watcher.yaml
[add] https://crrev.com/1cbb40c7361dfbce6036ca64a8e01902d478c844/monitoring/appgroups/prober.yml
[add] https://crrev.com/1cbb40c7361dfbce6036ca64a8e01902d478c844/monitoring/appgroups/docsyserver.yml
[modify] https://crrev.com/1cbb40c7361dfbce6036ca64a8e01902d478c844/skia-public/prober.yaml
[modify] https://crrev.com/1cbb40c7361dfbce6036ca64a8e01902d478c844/skia-public/cq-watcher.yaml
[add] https://crrev.com/1cbb40c7361dfbce6036ca64a8e01902d478c844/skia-public/docsyserver_appgroup_alerts.yml
[add] https://crrev.com/1cbb40c7361dfbce6036ca64a8e01902d478c844/skia-public/prober_appgroup_alerts.yml
[add] https://crrev.com/1cbb40c7361dfbce6036ca64a8e01902d478c844/monitoring/appgroups/docker-pushes-watcher.yml
[modify] https://crrev.com/1cbb40c7361dfbce6036ca64a8e01902d478c844/skia-public/docsyserver.yaml
[add] https://crrev.com/1cbb40c7361dfbce6036ca64a8e01902d478c844/monitoring/appgroups/cq-watcher.yml
[add] https://crrev.com/1cbb40c7361dfbce6036ca64a8e01902d478c844/skia-public/cq-watcher_appgroup_alerts.yml
[add] https://crrev.com/1cbb40c7361dfbce6036ca64a8e01902d478c844/skia-public/docker-pushes-watcher_appgroup_alerts.yml

Git Watcher via monorail

unread,
Aug 17, 2022, 11:35:06 AM8/17/22
to bu...@skia.org

Comment #64 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c64


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/143edc65ea4c356abcddde08dbddab5d28e10d7a

commit 143edc65ea4c356abcddde08dbddab5d28e10d7a
Author: Joe Gregorio <jcgre...@google.com>
Date: Wed Aug 17 15:10:26 2022

Backups, probers, and cq-watcher have moved to GMP.

Bug: skia:13542
Change-Id: Ia78cb725d252959592ed888adb0df55494ca0dfa
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/569668
Reviewed-by: Eric Boren <bor...@google.com>

[modify] https://crrev.com/143edc65ea4c356abcddde08dbddab5d28e10d7a/promk/prometheus/alerts_public.yml

Git Watcher via monorail

unread,
Aug 17, 2022, 2:17:03 PM8/17/22
to bu...@skia.org

Comment #65 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c65


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/151bdc632937046ebc799f48bbf7c0cd790f7724

commit 151bdc632937046ebc799f48bbf7c0cd790f7724
Author: Joe Gregorio <jcgre...@google.com>
Date: Wed Aug 17 18:09:56 2022

Migrate all alerts_public.yml alerts (except autoroll) to GMP.

Bug: skia:13542
Change-Id: I27cb228fd97df822385235bf9d9005987e609eba
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/570018
Reviewed-by: Eric Boren <bor...@google.com>

[add] https://crrev.com/151bdc632937046ebc799f48bbf7c0cd790f7724/skia-public/ct_appgroup_alerts.yml
[add] https://crrev.com/151bdc632937046ebc799f48bbf7c0cd790f7724/monitoring/appgroups/ct.yml
[modify] https://crrev.com/151bdc632937046ebc799f48bbf7c0cd790f7724/skia-public/ctfe-staging.yaml
[modify] https://crrev.com/151bdc632937046ebc799f48bbf7c0cd790f7724/skia-public/pushgateway.yaml
[modify] https://crrev.com/151bdc632937046ebc799f48bbf7c0cd790f7724/skia-public/ctfe.yaml
[modify] https://crrev.com/151bdc632937046ebc799f48bbf7c0cd790f7724/skia-public/datahopper_appgroup_alerts.yml
[modify] https://crrev.com/151bdc632937046ebc799f48bbf7c0cd790f7724/monitoring/appgroups/datahopper.yml
[add] https://crrev.com/151bdc632937046ebc799f48bbf7c0cd790f7724/monitoring/appgroups/pushgateway.yml
[add] https://crrev.com/151bdc632937046ebc799f48bbf7c0cd790f7724/skia-public/pushgateway_appgroup_alerts.yml

Git Watcher via monorail

unread,
Aug 17, 2022, 2:17:05 PM8/17/22
to bu...@skia.org

Comment #66 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c66


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/c0a79418a84a87da95db76ad2093672e57487242

commit c0a79418a84a87da95db76ad2093672e57487242
Author: Joe Gregorio <jcgre...@google.com>
Date: Wed Aug 17 18:12:29 2022

All alerts_public.yml (except autoroll) have moved to GMP.

Bug: skia:13542
Change-Id: Iff4d5e51b65493a15593ed028712030a94c939a9
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/570019
Reviewed-by: Eric Boren <bor...@google.com>

[modify] https://crrev.com/c0a79418a84a87da95db76ad2093672e57487242/promk/prometheus/alerts_public.yml

Git Watcher via monorail

unread,
Aug 17, 2022, 2:24:04 PM8/17/22
to bu...@skia.org

Comment #67 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c67


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/5ed33a656dea3f1952679cec3a52490dcbbe797c

commit 5ed33a656dea3f1952679cec3a52490dcbbe797c
Author: Joe Gregorio <jcgre...@google.com>
Date: Wed Aug 17 18:21:45 2022

Task scheduler alerts have migrated to GMP.

Bug: skia:13542
Change-Id: I34e6e8e78b0f8a9ad9876ea38af1d5843bc2b30c
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/570021
Reviewed-by: Eric Boren <bor...@google.com>

[modify] https://crrev.com/5ed33a656dea3f1952679cec3a52490dcbbe797c/promk/prometheus/alerts_general.yml

Git Watcher via monorail

unread,
Aug 17, 2022, 2:24:05 PM8/17/22
to bu...@skia.org

Comment #68 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c68


The following revision refers to this bug:

Git Watcher via monorail

unread,
Aug 17, 2022, 2:38:08 PM8/17/22
to bu...@skia.org

Comment #69 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c69


The following revision refers to this bug:

Git Watcher via monorail

unread,
Aug 17, 2022, 2:38:10 PM8/17/22
to bu...@skia.org

Comment #70 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c70


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/3436cef4001c6596ad6a98ac84cb858e3881d21f

commit 3436cef4001c6596ad6a98ac84cb858e3881d21f
Author: Joe Gregorio <jcgre...@google.com>
Date: Wed Aug 17 18:34:09 2022

More last alert-to-pubsub alert.

Bug: skia:13542
Change-Id: I017c464f387b6138a3e752cb9a532b3d8f27961c
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/570024
Reviewed-by: Eric Boren <bor...@google.com>

[modify] https://crrev.com/3436cef4001c6596ad6a98ac84cb858e3881d21f/promk/prometheus/alerts_alert_to_pubsub.yml

Git Watcher via monorail

unread,
Aug 17, 2022, 2:50:08 PM8/17/22
to bu...@skia.org

Comment #71 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c71


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/56b0a6fb4bb3283d3e8829613dfb96a8c4f4124c

commit 56b0a6fb4bb3283d3e8829613dfb96a8c4f4124c
Author: Joe Gregorio <jcgre...@google.com>
Date: Wed Aug 17 18:47:55 2022

Migrate autoroll alerts to GMP.

Bug: skia:13542
Change-Id: Id041af97404c9c9597470f252ea740f3535e1186
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/570022
Reviewed-by: Eric Boren <bor...@google.com>

[modify] https://crrev.com/56b0a6fb4bb3283d3e8829613dfb96a8c4f4124c/skia-corp/trybot-updater-skia.yaml
[add] https://crrev.com/56b0a6fb4bb3283d3e8829613dfb96a8c4f4124c/skia-corp/autoroll_appgroup_alerts.yml
[add] https://crrev.com/56b0a6fb4bb3283d3e8829613dfb96a8c4f4124c/monitoring/appgroups/trybot-updater.yml
[modify] https://crrev.com/56b0a6fb4bb3283d3e8829613dfb96a8c4f4124c/skia-corp/trybot-updater-eskia.yaml
[add] https://crrev.com/56b0a6fb4bb3283d3e8829613dfb96a8c4f4124c/skia-infra-public/autoroll_appgroup_alerts.yml
[add] https://crrev.com/56b0a6fb4bb3283d3e8829613dfb96a8c4f4124c/skia-public/autoroll_appgroup_alerts.yml
[modify] https://crrev.com/56b0a6fb4bb3283d3e8829613dfb96a8c4f4124c/skia-corp/trybot-updater-buildbot.yaml
[add] https://crrev.com/56b0a6fb4bb3283d3e8829613dfb96a8c4f4124c/monitoring/appgroups/autoroll.yml
[add] https://crrev.com/56b0a6fb4bb3283d3e8829613dfb96a8c4f4124c/skia-infra-corp/autoroll_appgroup_alerts.yml
[add] https://crrev.com/56b0a6fb4bb3283d3e8829613dfb96a8c4f4124c/skia-corp/trybot-updater_appgroup_alerts.yml

Git Watcher via monorail

unread,
Aug 17, 2022, 3:01:15 PM8/17/22
to bu...@skia.org

Comment #72 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c72


The following revision refers to this bug:

Git Watcher via monorail

unread,
Aug 17, 2022, 3:25:13 PM8/17/22
to bu...@skia.org

Comment #73 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c73


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/ac76c74a181a5f6b8c63ce833d555f17722e2e51

commit ac76c74a181a5f6b8c63ce833d555f17722e2e51
Author: Joe Gregorio <jcgre...@google.com>
Date: Wed Aug 17 19:07:41 2022

Migrate Gold alerts to Google Managed Prometheus.

Bug: skia:13542
Change-Id: I431ee1e012d6474aef224bf7e427ce50f3eb50da
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/570028
Reviewed-by: Kevin Lubick <kjlu...@google.com>

[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-flutter-gitilesfollower.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-pdfium-diffcalculator.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-chrome-public-frontend.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-battlestar-frontend.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-flutter-baselineserver.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-angle-diffcalculator.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-skia-infra-gitilesfollower.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-pdfium-periodictasks.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-cros-tast-baselineserver.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-battlestar-ingestion.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-flutter-ingestion.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-cros-tast-periodictasks.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-lottie-spec-frontend.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-cros-tast-frontend.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-skia-periodictasks.yaml
[add] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/monitoring/appgroups/gold.yml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-eskia-ingestion.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-chrome-periodictasks.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-skia-ingestion.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-battlestar-baselineserver.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-lottie-spec-periodictasks.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-eskia-diffcalculator.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-cros-tast-gitilesfollower.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-pdfium-frontend.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-lottie-ingestion.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-flutter-engine-baselineserver.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-skia-infra-periodictasks.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-cros-tast-ingestion.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-eskia-gitilesfollower.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-eskia-frontend.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-pdfium-ingestion.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-chrome-frontend.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-flutter-engine-gitilesfollower.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-angle-frontend.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-skia-diffcalculator.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-flutter-engine-frontend.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-skia-frontend.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-skia-infra-ingestion.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-lottie-gitilesfollower.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-chrome-ingestion.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-lottie-spec-gitilesfollower.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-lottie-diffcalculator.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-chrome-baselineserver.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-chrome-gitilesfollower.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-lottie-frontend.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-flutter-engine-periodictasks.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-angle-gitilesfollower.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-skia-infra-baselineserver.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-eskia-baselineserver.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-flutter-engine-ingestion.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-flutter-frontend.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-pdfium-baselineserver.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-flutter-diffcalculator.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-skia-public-frontend.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-lottie-spec-diffcalculator.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-skia-baselineserver.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-skia-infra-frontend.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-cros-tast-diffcalculator.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-chrome-diffcalculator.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-flutter-periodictasks.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-lottie-periodictasks.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-skia-gitilesfollower.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-angle-ingestion.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-battlestar-periodictasks.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-skia-infra-diffcalculator.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-battlestar-diffcalculator.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-flutter-engine-diffcalculator.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-angle-baselineserver.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-pdfium-gitilesfollower.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-lottie-spec-ingestion.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-angle-periodictasks.yaml
[modify] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold-eskia-periodictasks.yaml
[add] https://crrev.com/ac76c74a181a5f6b8c63ce833d555f17722e2e51/skia-public/gold_appgroup_alerts.yml

Git Watcher via monorail

unread,
Aug 17, 2022, 3:44:07 PM8/17/22
to bu...@skia.org

Comment #74 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c74


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/6393dd12900bc427f5df13ccd4f0fcdd98cd566e

commit 6393dd12900bc427f5df13ccd4f0fcdd98cd566e
Author: Joe Gregorio <jcgre...@google.com>
Date: Wed Aug 17 19:10:24 2022


Migrate Gold alerts to Google Managed Prometheus.

Since the genpromcmd tool relies on the 'appgroup' label to
group alerts, I've updated the templates to split
the old appgroup label into 'appgroup', and 'goldgroup'.

The associated CL in k8s-config also makes the same changes
to the existing YAML files: https://skia-review.googlesource.com/c/k8s-config/+/570028

Bug: skia:13542
Change-Id: Ief0736766279696471ffb48c0267e11c61b19ba0
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/570027
Reviewed-by: Kevin Lubick <kjlu...@google.com>
Commit-Queue: Joe Gregorio <jcgre...@google.com>

[modify] https://crrev.com/6393dd12900bc427f5df13ccd4f0fcdd98cd566e/golden/k8s-config-templates/gold-gitilesfollower-template.yaml
[modify] https://crrev.com/6393dd12900bc427f5df13ccd4f0fcdd98cd566e/golden/k8s-config-templates/gold-baselineserver-template.yaml
[modify] https://crrev.com/6393dd12900bc427f5df13ccd4f0fcdd98cd566e/golden/k8s-config-templates/gold-ingestion-template.yaml
[modify] https://crrev.com/6393dd12900bc427f5df13ccd4f0fcdd98cd566e/golden/k8s-config-templates/gold-periodictasks-template.yaml
[modify] https://crrev.com/6393dd12900bc427f5df13ccd4f0fcdd98cd566e/golden/k8s-config-templates/gold-frontend-template.yaml
[modify] https://crrev.com/6393dd12900bc427f5df13ccd4f0fcdd98cd566e/promk/prometheus/alerts_general.yml
[modify] https://crrev.com/6393dd12900bc427f5df13ccd4f0fcdd98cd566e/golden/k8s-config-templates/gold-diffcalculator-template.yaml
[modify] https://crrev.com/6393dd12900bc427f5df13ccd4f0fcdd98cd566e/promk/prometheus/alerts_alert_to_pubsub.yml

Git Watcher via monorail

unread,
Aug 18, 2022, 8:54:06 AM8/18/22
to bu...@skia.org

Comment #75 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c75


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/8403dffea318440296e4b3c9db439b5c7053078a

commit 8403dffea318440296e4b3c9db439b5c7053078a
Author: Joe Gregorio <jcgre...@google.com>
Date: Thu Aug 18 12:27:33 2022

Move prom2.skia.org to use GMP Frontend with data sourced from the skia-monitoring project.

After this grafana will be setup up to point to the interal
port of prom2.skia.org (9090), which will mean we can then
query over all data in skia-monitoring.

Also moves to using workload identity.

Bug: skia:13542
Change-Id: If79c5361d1480a1d0ac472e2018753b5ede661f7
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/570596
Reviewed-by: Eric Boren <bor...@google.com>

[modify] https://crrev.com/8403dffea318440296e4b3c9db439b5c7053078a/skia-public/prom.yaml

Git Watcher via monorail

unread,
Aug 18, 2022, 10:35:06 AM8/18/22
to bu...@skia.org

Comment #76 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c76


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/375e3c13d1b4f15c666a282faa99269a3e77e103

commit 375e3c13d1b4f15c666a282faa99269a3e77e103
Author: Joe Gregorio <jcgre...@google.com>
Date: Thu Aug 18 14:33:54 2022

Fix alerts that used rate() on gauges.

R=rubber-...@appspot.gserviceaccount.com

Bug: skia:13542
Change-Id: I7b79849a7ca86239a07f6ed75211a57eab20eeca
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/570758
Bot-Commit: Rubber Stamper <rubber-...@appspot.gserviceaccount.com>
Commit-Queue: Rubber Stamper <rubber-...@appspot.gserviceaccount.com>
Auto-Submit: Joe Gregorio <jcgre...@google.com>

[modify] https://crrev.com/375e3c13d1b4f15c666a282faa99269a3e77e103/skia-infra-public/autoroll_appgroup_alerts.yml
[modify] https://crrev.com/375e3c13d1b4f15c666a282faa99269a3e77e103/skia-corp/task-scheduler_appgroup_alerts.yml
[modify] https://crrev.com/375e3c13d1b4f15c666a282faa99269a3e77e103/skia-public/task-scheduler_appgroup_alerts.yml
[modify] https://crrev.com/375e3c13d1b4f15c666a282faa99269a3e77e103/monitoring/appgroups/sa-keys-checker.yml
[modify] https://crrev.com/375e3c13d1b4f15c666a282faa99269a3e77e103/monitoring/appgroups/gitsync.yml
[modify] https://crrev.com/375e3c13d1b4f15c666a282faa99269a3e77e103/skia-corp/trybot-updater_appgroup_alerts.yml
[modify] https://crrev.com/375e3c13d1b4f15c666a282faa99269a3e77e103/skia-corp/autoroll_appgroup_alerts.yml
[modify] https://crrev.com/375e3c13d1b4f15c666a282faa99269a3e77e103/monitoring/appgroups/status.yml
[modify] https://crrev.com/375e3c13d1b4f15c666a282faa99269a3e77e103/skia-corp/status_appgroup_alerts.yml
[modify] https://crrev.com/375e3c13d1b4f15c666a282faa99269a3e77e103/skia-corp/skcq-be_appgroup_alerts.yml
[modify] https://crrev.com/375e3c13d1b4f15c666a282faa99269a3e77e103/monitoring/appgroups/skcq-be.yml
[modify] https://crrev.com/375e3c13d1b4f15c666a282faa99269a3e77e103/skia-corp/gitsync_appgroup_alerts.yml
[modify] https://crrev.com/375e3c13d1b4f15c666a282faa99269a3e77e103/monitoring/appgroups/task-scheduler.yml
[modify] https://crrev.com/375e3c13d1b4f15c666a282faa99269a3e77e103/monitoring/appgroups/trybot-updater.yml
[modify] https://crrev.com/375e3c13d1b4f15c666a282faa99269a3e77e103/skia-corp/sa-keys-checker_appgroup_alerts.yml
[modify] https://crrev.com/375e3c13d1b4f15c666a282faa99269a3e77e103/skia-public/autoroll_appgroup_alerts.yml
[modify] https://crrev.com/375e3c13d1b4f15c666a282faa99269a3e77e103/skia-public/status_appgroup_alerts.yml
[modify] https://crrev.com/375e3c13d1b4f15c666a282faa99269a3e77e103/monitoring/appgroups/autoroll.yml
[modify] https://crrev.com/375e3c13d1b4f15c666a282faa99269a3e77e103/skia-public/gitsync_appgroup_alerts.yml
[modify] https://crrev.com/375e3c13d1b4f15c666a282faa99269a3e77e103/skia-infra-corp/autoroll_appgroup_alerts.yml

Git Watcher via monorail

unread,
Aug 18, 2022, 12:48:04 PM8/18/22
to bu...@skia.org

Git Watcher via monorail

unread,
Aug 18, 2022, 2:21:06 PM8/18/22
to bu...@skia.org

Comment #78 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c78


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/7faca63bac3700b749838155995b9ffedd486e8d

commit 7faca63bac3700b749838155995b9ffedd486e8d
Author: Joe Gregorio <jcgre...@google.com>
Date: Thu Aug 18 17:26:31 2022

Tear down Thanos apps.

Bug: skia:13542
Change-Id: I48f6c7c7f3bd2f8612dd50d479756a5d4ba21e6a
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/570984
Reviewed-by: Eric Boren <bor...@google.com>

[delete] https://crrev.com/4cd843a6a7f0b636a3d45b1b9e007f267eac7e0a/skia-infra-public/prom.yaml
[delete] https://crrev.com/4cd843a6a7f0b636a3d45b1b9e007f267eac7e0a/templates/prom.yaml
[delete] https://crrev.com/4cd843a6a7f0b636a3d45b1b9e007f267eac7e0a/skia-corp/prom.yaml
[delete] https://crrev.com/4cd843a6a7f0b636a3d45b1b9e007f267eac7e0a/skia-public/thanos-store.yaml
[delete] https://crrev.com/4cd843a6a7f0b636a3d45b1b9e007f267eac7e0a/skia-public/thanos-query.yaml
[delete] https://crrev.com/4cd843a6a7f0b636a3d45b1b9e007f267eac7e0a/skia-infra-corp/prom.yaml
[modify] https://crrev.com/7faca63bac3700b749838155995b9ffedd486e8d/skia-infra-public.json
[delete] https://crrev.com/4cd843a6a7f0b636a3d45b1b9e007f267eac7e0a/skia-public/thanos-ruler.yaml
[modify] https://crrev.com/7faca63bac3700b749838155995b9ffedd486e8d/skia-infra-corp.json
[delete] https://crrev.com/4cd843a6a7f0b636a3d45b1b9e007f267eac7e0a/skia-public/prom.yaml
[delete] https://crrev.com/4cd843a6a7f0b636a3d45b1b9e007f267eac7e0a/skia-infra-public-dev/prom.yaml
[modify] https://crrev.com/7faca63bac3700b749838155995b9ffedd486e8d/skia-infra-public-dev.json

Git Watcher via monorail

unread,
Aug 18, 2022, 2:36:07 PM8/18/22
to bu...@skia.org

Comment #79 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c79


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/9d7ab01a19d180bf7f960ca8af625e0769f5c744

commit 9d7ab01a19d180bf7f960ca8af625e0769f5c744
Author: Joe Gregorio <jcgre...@google.com>
Date: Thu Aug 18 17:40:21 2022

Remove Thanos and all references to it.

Bug: skia:13542
Change-Id: Iff4fac37c91012054365598d7f9e12191c2b3edf
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/570986
Commit-Queue: Joe Gregorio <jcgre...@google.com>
Reviewed-by: Eric Boren <bor...@google.com>

[modify] https://crrev.com/9d7ab01a19d180bf7f960ca8af625e0769f5c744/golden/docs/PROD.md
[delete] https://crrev.com/93e3038d47d4487ff98d8a8a7d23793bcf617d07/promk/edit-grafana-config.sh
[delete] https://crrev.com/93e3038d47d4487ff98d8a8a7d23793bcf617d07/promk/go/promk-absent/main.go
[delete] https://crrev.com/93e3038d47d4487ff98d8a8a7d23793bcf617d07/promk/prometheus/prometheus-corp.yml
[delete] https://crrev.com/93e3038d47d4487ff98d8a8a7d23793bcf617d07/promk/prometheus/alerts_general.yml
[delete] https://crrev.com/93e3038d47d4487ff98d8a8a7d23793bcf617d07/promk/prometheus/alerts_alert_to_pubsub.yml
[delete] https://crrev.com/93e3038d47d4487ff98d8a8a7d23793bcf617d07/promk/create-pagerduty-secret.sh
[modify] https://crrev.com/9d7ab01a19d180bf7f960ca8af625e0769f5c744/promk/README.md
[delete] https://crrev.com/93e3038d47d4487ff98d8a8a7d23793bcf617d07/promk/prometheus/perf_cockroachdb_aggregation_rules.yml
[delete] https://crrev.com/93e3038d47d4487ff98d8a8a7d23793bcf617d07/promk/images/thanos-bounce/bouncer.sh
[delete] https://crrev.com/93e3038d47d4487ff98d8a8a7d23793bcf617d07/promk/prometheus/alerts_corp.yml
[modify] https://crrev.com/9d7ab01a19d180bf7f960ca8af625e0769f5c744/skfe/computed.json
[modify] https://crrev.com/9d7ab01a19d180bf7f960ca8af625e0769f5c744/promk/Makefile
[delete] https://crrev.com/93e3038d47d4487ff98d8a8a7d23793bcf617d07/promk/images/thanos/Dockerfile
[delete] https://crrev.com/93e3038d47d4487ff98d8a8a7d23793bcf617d07/promk/prometheus/alerts_thanos.yml
[delete] https://crrev.com/93e3038d47d4487ff98d8a8a7d23793bcf617d07/promk/edit-grafana-internal-config.sh
[delete] https://crrev.com/93e3038d47d4487ff98d8a8a7d23793bcf617d07/promk/create-backup-to-gcs-sa.sh
[delete] https://crrev.com/93e3038d47d4487ff98d8a8a7d23793bcf617d07/promk/create-backup-to-gcs-internal-sa.sh
[delete] https://crrev.com/93e3038d47d4487ff98d8a8a7d23793bcf617d07/promk/images/thanos/release
[delete] https://crrev.com/93e3038d47d4487ff98d8a8a7d23793bcf617d07/promk/images/thanos-bounce/README.md
[delete] https://crrev.com/93e3038d47d4487ff98d8a8a7d23793bcf617d07/promk/prometheus/alerts_public.yml
[modify] https://crrev.com/9d7ab01a19d180bf7f960ca8af625e0769f5c744/launch.md
[modify] https://crrev.com/9d7ab01a19d180bf7f960ca8af625e0769f5c744/perf/PROD.md
[delete] https://crrev.com/93e3038d47d4487ff98d8a8a7d23793bcf617d07/promk/prometheus/prometheus-public.yml
[delete] https://crrev.com/93e3038d47d4487ff98d8a8a7d23793bcf617d07/promk/go/promk-absent/BUILD.bazel
[modify] https://crrev.com/9d7ab01a19d180bf7f960ca8af625e0769f5c744/promk/BUILD.bazel
[delete] https://crrev.com/93e3038d47d4487ff98d8a8a7d23793bcf617d07/promk/prometheus/prometheus-skia-infra-public-dev.yml
[delete] https://crrev.com/93e3038d47d4487ff98d8a8a7d23793bcf617d07/promk/go/promk-absent/main_test.go
[delete] https://crrev.com/93e3038d47d4487ff98d8a8a7d23793bcf617d07/promk/images/thanos-bounce/BUILD.bazel
[delete] https://crrev.com/93e3038d47d4487ff98d8a8a7d23793bcf617d07/promk/gen-configmaps.sh

Git Watcher via monorail

unread,
Aug 18, 2022, 3:14:04 PM8/18/22
to bu...@skia.org

Comment #80 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c80


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/2b395388cba913b2d7b91cbed66c7ac2fc2e7baa

commit 2b395388cba913b2d7b91cbed66c7ac2fc2e7baa
Author: Joe Gregorio <jcgre...@google.com>
Date: Thu Aug 18 18:51:41 2022

Fix skfe config for prom2.skia.org.

Bug: skia:13542
Change-Id: Iefa6f63a0e77ab3710e96f192fe9cc77724b0be4
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/571049

Commit-Queue: Joe Gregorio <jcgre...@google.com>
Reviewed-by: Eric Boren <bor...@google.com>

Git Watcher via monorail

unread,
Aug 19, 2022, 1:03:05 PM8/19/22
to bu...@skia.org

Comment #81 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c81


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/405d7e74970d0db7aa9f65b872631c47496caaa0

commit 405d7e74970d0db7aa9f65b872631c47496caaa0
Author: Joe Gregorio <jcgre...@google.com>
Date: Fri Aug 19 16:45:00 2022

Add not-in-clusters annotation support to genpromcmd.

The application recognizes the not-in-clusters annotation, which is a
list of cluster names where this alert is not relevant, and thus no
absent rule will be applied for that cluster. For example, we don't
enforce AppRunningInDefaultNamespace in skia-public and skia-corp, so
this alert will not generate an Absent alert in either of those two
clusters:

- alert: AppRunningInDefaultNamespace
expr:
pod_running{exported_namespace="default",exported_cluster!=""} > 0
labels:
category: infra
severity: critical
annotations:
not-in-clusters: skia-public, skia-corp
abbr: '{{ $labels.exported_app }}'
description:
'App {{ $labels.exported_app }} is running in the default
namespace in cluster {{ $labels.cluster }}.'

Bug: skia:13542
Change-Id: I05af2c87bcd0e2adea1f4937e6ab1f5bcfae6f54
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/571526

Commit-Queue: Joe Gregorio <jcgre...@google.com>
Reviewed-by: Eric Boren <bor...@google.com>

Git Watcher via monorail

unread,
Aug 19, 2022, 2:29:08 PM8/19/22
to bu...@skia.org

Comment #82 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c82


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/eaf81090398427d26d8ce702abd81f30ce12e524

commit eaf81090398427d26d8ce702abd81f30ce12e524
Author: Joe Gregorio <jcgre...@google.com>
Date: Fri Aug 19 17:55:47 2022

Change not-in-clusters to not_in_clusters.

The former is not a valid label or annotation name.

https://prometheus.io/docs/practices/naming/

Bug: skia:13542
Change-Id: Ideff014f6b1ba9c25a95021d4b854f9062b56f44
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/571599
Auto-Submit: Joe Gregorio <jcgre...@google.com>
Reviewed-by: Eric Boren <bor...@google.com>
Commit-Queue: Eric Boren <bor...@google.com>

[modify] https://crrev.com/eaf81090398427d26d8ce702abd81f30ce12e524/go/prom/crd/crd.go

Git Watcher via monorail

unread,
Aug 19, 2022, 3:06:04 PM8/19/22
to bu...@skia.org

Comment #83 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c83


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/615bccd500ee3a3598fc062f72a93c6fb21d3cf7

commit 615bccd500ee3a3598fc062f72a93c6fb21d3cf7
Author: Joe Gregorio <jcgre...@google.com>
Date: Fri Aug 19 17:57:30 2022

Fix more alerts

* Use the new not_in_clusters annotation.
* Also some more rate() -> deriv() fixes.


Bug: skia:13542
Change-Id: I42c354cb877921d8b88f84c83acb9145a95783fc
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/571474
Reviewed-by: Eric Boren <bor...@google.com>

[modify] https://crrev.com/615bccd500ee3a3598fc062f72a93c6fb21d3cf7/skia-infra-corp/cluster-alerts.yml
[modify] https://crrev.com/615bccd500ee3a3598fc062f72a93c6fb21d3cf7/skia-corp/cluster-alerts.yml
[modify] https://crrev.com/615bccd500ee3a3598fc062f72a93c6fb21d3cf7/skia-infra-public/autoroll_appgroup_alerts.yml
[modify] https://crrev.com/615bccd500ee3a3598fc062f72a93c6fb21d3cf7/skia-corp/k8s-checker_appgroup_alerts.yml
[modify] https://crrev.com/615bccd500ee3a3598fc062f72a93c6fb21d3cf7/skia-public/datahopper_appgroup_alerts.yml
[modify] https://crrev.com/615bccd500ee3a3598fc062f72a93c6fb21d3cf7/skia-infra-public-dev/k8s-checker_appgroup_alerts.yml
[modify] https://crrev.com/615bccd500ee3a3598fc062f72a93c6fb21d3cf7/skia-public/k8s-checker_appgroup_alerts.yml
[modify] https://crrev.com/615bccd500ee3a3598fc062f72a93c6fb21d3cf7/skia-public/cluster-alerts.yml
[modify] https://crrev.com/615bccd500ee3a3598fc062f72a93c6fb21d3cf7/skia-corp/autoroll_appgroup_alerts.yml
[modify] https://crrev.com/615bccd500ee3a3598fc062f72a93c6fb21d3cf7/skia-corp/status_appgroup_alerts.yml
[modify] https://crrev.com/615bccd500ee3a3598fc062f72a93c6fb21d3cf7/monitoring/appgroups/task-scheduler.yml
[modify] https://crrev.com/615bccd500ee3a3598fc062f72a93c6fb21d3cf7/skia-infra-public/cluster-alerts.yml
[modify] https://crrev.com/615bccd500ee3a3598fc062f72a93c6fb21d3cf7/monitoring/appgroups/datahopper.yml
[modify] https://crrev.com/615bccd500ee3a3598fc062f72a93c6fb21d3cf7/monitoring/appgroups/autoroll.yml
[modify] https://crrev.com/615bccd500ee3a3598fc062f72a93c6fb21d3cf7/skia-infra-corp/k8s-checker_appgroup_alerts.yml
[modify] https://crrev.com/615bccd500ee3a3598fc062f72a93c6fb21d3cf7/skia-infra-corp/autoroll_appgroup_alerts.yml
[modify] https://crrev.com/615bccd500ee3a3598fc062f72a93c6fb21d3cf7/monitoring/appgroups/prober.yml
[modify] https://crrev.com/615bccd500ee3a3598fc062f72a93c6fb21d3cf7/skia-corp/task-scheduler_appgroup_alerts.yml
[modify] https://crrev.com/615bccd500ee3a3598fc062f72a93c6fb21d3cf7/skia-public/task-scheduler_appgroup_alerts.yml
[modify] https://crrev.com/615bccd500ee3a3598fc062f72a93c6fb21d3cf7/monitoring/appgroups/k8s-checker.yml
[modify] https://crrev.com/615bccd500ee3a3598fc062f72a93c6fb21d3cf7/skia-infra-public/k8s-checker_appgroup_alerts.yml
[modify] https://crrev.com/615bccd500ee3a3598fc062f72a93c6fb21d3cf7/skia-public/prober_appgroup_alerts.yml
[modify] https://crrev.com/615bccd500ee3a3598fc062f72a93c6fb21d3cf7/monitoring/appgroups/status.yml
[modify] https://crrev.com/615bccd500ee3a3598fc062f72a93c6fb21d3cf7/skia-public/autoroll_appgroup_alerts.yml
[modify] https://crrev.com/615bccd500ee3a3598fc062f72a93c6fb21d3cf7/skia-public/status_appgroup_alerts.yml
[modify] https://crrev.com/615bccd500ee3a3598fc062f72a93c6fb21d3cf7/skia-infra-public-dev/cluster-alerts.yml

Git Watcher via monorail

unread,
Aug 19, 2022, 3:36:04 PM8/19/22
to bu...@skia.org

Comment #84 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c84


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/86536c3c858115bb95977be582dc4e4402313285

commit 86536c3c858115bb95977be582dc4e4402313285
Author: Joe Gregorio <jcgre...@google.com>
Date: Fri Aug 19 19:33:31 2022

Remove general-alerts.yml

These are actually all in cluster-alerts.yml.

R=rubber-...@appspot.gserviceaccount.com

Bug: skia:13542
Change-Id: I4f8b96d06710ef391a5753ad7e8b2b808bf39802
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/571656
Auto-Submit: Joe Gregorio <jcgre...@google.com>

Bot-Commit: Rubber Stamper <rubber-...@appspot.gserviceaccount.com>
Commit-Queue: Rubber Stamper <rubber-...@appspot.gserviceaccount.com>

Git Watcher via monorail

unread,
Aug 19, 2022, 5:21:06 PM8/19/22
to bu...@skia.org

Git Watcher via monorail

unread,
Aug 21, 2022, 5:42:05 PM8/21/22
to bu...@skia.org

Comment #86 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c86


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/411342435ba3172532f5f5b2f8b9576bf8eda3d5

commit 411342435ba3172532f5f5b2f8b9576bf8eda3d5
Author: Joe Gregorio <jcgre...@google.com>
Date: Sun Aug 21 21:40:19 2022

Use FQDN for alert-to-pubsub service.

R=rubber-...@appspot.gserviceaccount.com

Bug: skia:13542
Change-Id: Icd137e56c4568fdc21899522a3a2efeee5b5028a
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/571856
Commit-Queue: Rubber Stamper <rubber-...@appspot.gserviceaccount.com>

Bot-Commit: Rubber Stamper <rubber-...@appspot.gserviceaccount.com>
Auto-Submit: Joe Gregorio <jcgre...@google.com>

Git Watcher via monorail

unread,
Aug 22, 2022, 10:32:04 AM8/22/22
to bu...@skia.org

Comment #87 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c87


The following revision refers to this bug:

Git Watcher via monorail

unread,
Aug 22, 2022, 1:20:10 PM8/22/22
to bu...@skia.org

Comment #88 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c88


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/0b9e776a4794edeb68a6a51e6385d28807e86a32

commit 0b9e776a4794edeb68a6a51e6385d28807e86a32
Author: Joe Gregorio <jcgre...@google.com>
Date: Mon Aug 22 17:16:44 2022

Fix alert-to-pubsub flag name.

R=rubber-...@appspot.gserviceaccount.com

Bug: skia:13542
Change-Id: I31e70438dd8b528db053194c76e7d6e53f645bfc
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/572177

Bot-Commit: Rubber Stamper <rubber-...@appspot.gserviceaccount.com>
Auto-Submit: Joe Gregorio <jcgre...@google.com>

Git Watcher via monorail

unread,
Aug 22, 2022, 4:55:08 PM8/22/22
to bu...@skia.org

Comment #89 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c89


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/310d44fa5606aa5b53a2f54485b4a41b9db6169e

commit 310d44fa5606aa5b53a2f54485b4a41b9db6169e
Author: Joe Gregorio <jcgre...@google.com>
Date: Mon Aug 22 20:45:56 2022

RBAC rules to allow GMP to access alert-to-pubsub.

Bug: skia:13542
Change-Id: I9d5b371ad42058ff680658c469e497649114eb4d
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/572287
Reviewed-by: Eric Boren <bor...@google.com>

[modify] https://crrev.com/310d44fa5606aa5b53a2f54485b4a41b9db6169e/skia-infra-public-dev/alert-to-pubsub.yaml

Git Watcher via monorail

unread,
Aug 23, 2022, 2:30:11 PM8/23/22
to bu...@skia.org

Git Watcher via monorail

unread,
Aug 24, 2022, 1:20:04 PM8/24/22
to bu...@skia.org

Comment #91 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c91


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/6d7dd41ff16aa99936e31e7f968cefd3a78d6182

commit 6d7dd41ff16aa99936e31e7f968cefd3a78d6182
Author: Joe Gregorio <jcgre...@google.com>
Date: Wed Aug 24 16:59:42 2022

[genpromcmd] Rename `not_in_clusters` to `no_absent_alerts_in_clusters`.

The old annotation name was confusing.

Bug: skia:13542
Change-Id: If6360507654614591cb909f80ab4b22da813d57b
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/572940
Reviewed-by: Eric Boren <bor...@google.com>
Commit-Queue: Joe Gregorio <jcgre...@google.com>

[modify] https://crrev.com/6d7dd41ff16aa99936e31e7f968cefd3a78d6182/go/prom/crd/crd.go

Git Watcher via monorail

unread,
Aug 24, 2022, 1:41:06 PM8/24/22
to bu...@skia.org

Comment #92 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c92


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/78e3095cb5a7981064d53121742246c76368f375

commit 78e3095cb5a7981064d53121742246c76368f375
Author: Joe Gregorio <jcgre...@google.com>
Date: Wed Aug 24 17:39:19 2022

Rename annotations

R=rubber-...@appspot.gserviceaccount.com

Bug: skia:13542
Change-Id: I29be364beabf101d5dc43586f6526a2ae6ba3c34
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/572955

Auto-Submit: Joe Gregorio <jcgre...@google.com>
Bot-Commit: Rubber Stamper <rubber-...@appspot.gserviceaccount.com>
Commit-Queue: Rubber Stamper <rubber-...@appspot.gserviceaccount.com>

[add] https://crrev.com/78e3095cb5a7981064d53121742246c76368f375/skia-public/k8s-deployer_appgroup_alerts.yml
[modify] https://crrev.com/78e3095cb5a7981064d53121742246c76368f375/skia-infra-public/autoroll_appgroup_alerts.yml
[modify] https://crrev.com/78e3095cb5a7981064d53121742246c76368f375/skia-corp/k8s-checker_appgroup_alerts.yml
[add] https://crrev.com/78e3095cb5a7981064d53121742246c76368f375/skia-infra-public-dev/alert-to-pubsub_appgroup_alerts.yml
[modify] https://crrev.com/78e3095cb5a7981064d53121742246c76368f375/skia-infra-public-dev/k8s-checker_appgroup_alerts.yml
[modify] https://crrev.com/78e3095cb5a7981064d53121742246c76368f375/monitoring/appgroups/k8s-checker.yml
[add] https://crrev.com/78e3095cb5a7981064d53121742246c76368f375/skia-corp/k8s-deployer_appgroup_alerts.yml
[modify] https://crrev.com/78e3095cb5a7981064d53121742246c76368f375/skia-infra-public/k8s-checker_appgroup_alerts.yml
[add] https://crrev.com/78e3095cb5a7981064d53121742246c76368f375/skia-infra-corp/alert-to-pubsub_appgroup_alerts.yml
[modify] https://crrev.com/78e3095cb5a7981064d53121742246c76368f375/skia-public/k8s-checker_appgroup_alerts.yml
[modify] https://crrev.com/78e3095cb5a7981064d53121742246c76368f375/skia-corp/autoroll_appgroup_alerts.yml
[add] https://crrev.com/78e3095cb5a7981064d53121742246c76368f375/skia-infra-public/alert-to-pubsub_appgroup_alerts.yml
[modify] https://crrev.com/78e3095cb5a7981064d53121742246c76368f375/skia-public/autoroll_appgroup_alerts.yml
[modify] https://crrev.com/78e3095cb5a7981064d53121742246c76368f375/monitoring/appgroups/autoroll.yml
[modify] https://crrev.com/78e3095cb5a7981064d53121742246c76368f375/skia-infra-corp/k8s-checker_appgroup_alerts.yml
[modify] https://crrev.com/78e3095cb5a7981064d53121742246c76368f375/skia-infra-corp/autoroll_appgroup_alerts.yml

Git Watcher via monorail

unread,
Aug 24, 2022, 2:56:04 PM8/24/22
to bu...@skia.org

Comment #93 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c93


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/81e9387edc9cea5f99068dbaf1db3cc09309bd2c

commit 81e9387edc9cea5f99068dbaf1db3cc09309bd2c
Author: Joe Gregorio <jcgre...@google.com>
Date: Wed Aug 24 18:15:23 2022

Invert the name and logic of the absent alert annotation.

Bug: skia:13542
Change-Id: If66a04ec471dc5c906ab48f0e8fd763a09b299e3
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/573133
Commit-Queue: Joe Gregorio <jcgre...@google.com>
Reviewed-by: Eric Boren <bor...@google.com>

[modify] https://crrev.com/81e9387edc9cea5f99068dbaf1db3cc09309bd2c/go/prom/crd/crd.go
[modify] https://crrev.com/81e9387edc9cea5f99068dbaf1db3cc09309bd2c/go/prom/crd/crd_test.go

Git Watcher via monorail

unread,
Aug 24, 2022, 3:38:05 PM8/24/22
to bu...@skia.org

Comment #94 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c94


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/8f28b89779801a2b5fb35104b901585188e7cd91

commit 8f28b89779801a2b5fb35104b901585188e7cd91
Author: Joe Gregorio <jcgre...@google.com>
Date: Wed Aug 24 18:56:32 2022

Use new annotation with updated logic.

Bug: skia:13542
Change-Id: I746ef3339aaf7ec89f04154ca4377ae019e92d20
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/573167
Reviewed-by: Eric Boren <bor...@google.com>

[modify] https://crrev.com/8f28b89779801a2b5fb35104b901585188e7cd91/skia-corp/autoroll_appgroup_alerts.yml
[modify] https://crrev.com/8f28b89779801a2b5fb35104b901585188e7cd91/skia-infra-public/autoroll_appgroup_alerts.yml
[modify] https://crrev.com/8f28b89779801a2b5fb35104b901585188e7cd91/skia-corp/k8s-checker_appgroup_alerts.yml
[modify] https://crrev.com/8f28b89779801a2b5fb35104b901585188e7cd91/skia-public/autoroll_appgroup_alerts.yml
[modify] https://crrev.com/8f28b89779801a2b5fb35104b901585188e7cd91/skia-infra-public-dev/k8s-checker_appgroup_alerts.yml
[modify] https://crrev.com/8f28b89779801a2b5fb35104b901585188e7cd91/monitoring/appgroups/autoroll.yml
[modify] https://crrev.com/8f28b89779801a2b5fb35104b901585188e7cd91/monitoring/appgroups/k8s-checker.yml
[modify] https://crrev.com/8f28b89779801a2b5fb35104b901585188e7cd91/skia-infra-corp/k8s-checker_appgroup_alerts.yml
[modify] https://crrev.com/8f28b89779801a2b5fb35104b901585188e7cd91/skia-infra-public/k8s-checker_appgroup_alerts.yml
[modify] https://crrev.com/8f28b89779801a2b5fb35104b901585188e7cd91/skia-infra-corp/autoroll_appgroup_alerts.yml
[modify] https://crrev.com/8f28b89779801a2b5fb35104b901585188e7cd91/skia-public/k8s-checker_appgroup_alerts.yml

Git Watcher via monorail

unread,
Aug 24, 2022, 4:03:08 PM8/24/22
to bu...@skia.org

Git Watcher via monorail

unread,
Aug 25, 2022, 10:46:05 AM8/25/22
to bu...@skia.org

Comment #96 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c96


The following revision refers to this bug:

Git Watcher via monorail

unread,
Aug 25, 2022, 12:11:09 PM8/25/22
to bu...@skia.org

Comment #97 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c97


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/980021bda709f5a77bd3347010952de9860b7b83

commit 980021bda709f5a77bd3347010952de9860b7b83
Author: Joe Gregorio <jcgre...@google.com>
Date: Thu Aug 25 15:39:11 2022

[genpromcmd] Add strict yaml parsing.

Also make For: serialize as omitempty.

Bug: skia:13542
Change-Id: I103cbd048e199a68f10352937342c07bcde468b7
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/573545
Commit-Queue: Joe Gregorio <jcgre...@google.com>
Reviewed-by: Eric Boren <bor...@google.com>

[modify] https://crrev.com/980021bda709f5a77bd3347010952de9860b7b83/promk/go/genpromcrd/genpromcrd/genpromcrd.go
[modify] https://crrev.com/980021bda709f5a77bd3347010952de9860b7b83/go/prom/crd/crd.go
[modify] https://crrev.com/980021bda709f5a77bd3347010952de9860b7b83/promk/go/genpromcrd/genpromcrd/genpromcrd_test.go
[modify] https://crrev.com/980021bda709f5a77bd3347010952de9860b7b83/go/prom/crd/crd_test.go

Git Watcher via monorail

unread,
Aug 29, 2022, 1:59:05 PM8/29/22
to bu...@skia.org

Comment #98 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c98


The following revision refers to this bug:
https://skia.googlesource.com/k8s-config/+/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d

commit c4f28d9a3f27f07b8707168c9f974cd1fd3c641d
Author: Joe Gregorio <jcgre...@google.com>
Date: Mon Aug 29 17:17:14 2022

Fix Absent alerts for EvictedPod alert.

Bug: skia:13542
Change-Id: I7353d23688dd87873c2f28b3f8f9273841474374
Reviewed-on: https://skia-review.googlesource.com/c/k8s-config/+/574740
Reviewed-by: Eric Boren <bor...@google.com>

[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-google3-libs-clank-internal-apps.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-infra-public/autoroll-be-v8-chromium-release-4.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-webrtc-chromium-lts.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-lint-clank-internal-apps.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-infra-public/autoroll-be-vulkan-deps-skia.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-angle-dawn.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-pgo-win64-chromium-beta.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-pdfium-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-manifest-merger-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-fakecas-luci-py.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-vulkan-deps-dawn.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-dart-protobuf-dart-sdk.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-pgo-mac-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-boringssl-goma-client.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-infra-infra-internal.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-jinja2-pdfium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-googletest-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-libunwind-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-flutter-stable-packages.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-edo-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-flutter-engine-flutter.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-chromium-rts-mac-amd64.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-afdo-chromium-beta.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-vk-gl-cts-angle.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-perfetto-trace-processor-mac-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-luci-go-infra.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/monitoring/appgroups/k8s-checker-legacy.yml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-infra-public/autoroll-be-skcms-skia.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-infra-public/autoroll-be-skia-flutter.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-vulkan-validation-layers-vulkan-deps.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-turbine-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-bundletool-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-infra-public/skia-autoroll-ns.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-devtools-internal-src-internal.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-pgo-win32-chromium-beta.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-infra-public/autoroll-be-v8-chromium-release-1.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-cros-orderfile-chromium-beta.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-eche-app-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-pgo-win32-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-chromite-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-flutter-plugins.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-llvm-project-emscripten-releases.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/k8s-checker-legacy_appgroup_alerts.yml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-chromium-rts-windows-amd64.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-emscripten-emscripten-releases.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-devtools-internal-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-freetype-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-earlgrey2-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-androidx-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-infra-public/autoroll-be-v8-chromium-release-2.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-fuchsia-linux-sdk-flutter-engine.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-afdo-chromium-stable.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-foil-src-internal-stable.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-angle-android-master.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-foil-src-internal-beta.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-devtools-frontend-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-libcxxabi-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-lottie-web-lottie-ci.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-infra-public/chromium-release-autoroll-ns.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-clang-flutter-engine.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-infra-corp/autoroll-be-skia-internal.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-pgo-linux-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-infra-public/autoroll-be-skia-skiabot-test-autoroll.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-glslang-vulkan-deps.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/k8s-checker-legacy_appgroup_alerts.yml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-goldctl-win-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-projector-app-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-chromium-angle.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-fuchsia-mac-sdk-flutter-engine.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-cast-web-runtime-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-v8-emscripten-releases.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-infra-corp/autoroll-be-validate-autoroll-config.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-skia-android-next.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-flutter-packages.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-nacl-infra-internal.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-depot-tools-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-swiftshader-android-master.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-website-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-swiftshader-dawn.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-dart-doc-dart-sdk.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-eskia-wear-release-android-rvc-wear-jr2-d.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-re2-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-infra-public/autoroll-be-skia-lottie-ci.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-infra-public/chromium-autoroll-ns.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-cros-afdo-bigcore-chromium-stable.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-clang-goma-client.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-src-internal-chromium-beta.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-infra-public/autoroll-be-swiftshader-skia.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-vulkan-tools-vulkan-deps.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-lint-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-binaryen-emscripten-releases.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-spirv-tools-vulkan-deps.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-pgo-mac-chromium-beta.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-infra-public/autoroll-be-angle-skia.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-cast-core-binaries-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-dart-sdk-flutter-engine.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-markupsafe-pdfium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-swiftshader-angle.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-spirv-headers-vulkan-deps.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-pgo-win64-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-nacl-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-vulkan-deps-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-media-app-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-fuchsia-build-src-internal.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-swarming-luci-py.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-libcxx-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-foil-src-internal.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-infra-public/autoroll-be-dawn-skia.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-dawn-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-swiftshader-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-cros-proto-infra.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-cros-afdo-atom-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-flutter-plugins-flutter.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-ios-internal-src-internal.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-afdo-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-code-coverage-pdfium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-vulkan-loader-vulkan-deps.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-perfetto-trace-processor-win-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-cas-recipes-py.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-infra-corp/skia-internal-autoroll-ns.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-r8-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-webgpu-cts-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-cas-luci-py.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-lottie-android-lottie-ci.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-cros-orderfile-chromium-stable.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-engagement-internal-src-internal.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-cros-afdo-bigcore-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-src-internal-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-gn-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-skia-android-master.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-fuchsia-internal-images-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-isolate-luci-py.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-optimization-guide-src-internal.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-nearby-connections-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-eskia-main-android-rvc-wear-dev.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-help-app-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-fe.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-cmdline-tools-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-perfetto-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-cros-afdo-atom-chromium-stable.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-aapt2-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-goldctl-linux-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-infra-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-spirv-cross-vulkan-deps.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-cros-afdo-atom-chromium-beta.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-flutter-stable-plugins.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-rubidium-x64-clank-internal-apps.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-fuchsia-sdk-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-src-internal-chromium-stable.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-goldctl-mac-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-infra-public/flutter-engine-autoroll-ns.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-openscreen-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-luci-py-infra.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-ios-provisioning-profiles-ios-internal.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-catapult-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-cros-orderfile-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-chromium-rts-linux-amd64.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-infra-public/autoroll-be-skia-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-goldctl-mac-arm64-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-vulkan-deps-angle.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-clank-apps-src-internal.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-vulkan-headers-vulkan-deps.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-perfetto-trace-processor-linux-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-infra-public/autoroll-be-skia-chromium-lts.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-instrumented-libraries-pdfium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-fuchsia-sdk-fandroid.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-angle-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-pgo-mac-arm-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-pgo-linux-chromium-beta.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-webrtc-chromium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-chromiumos-config-infra.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-infra-public/autoroll-be-v8-chromium-release-0.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-corp/autoroll-be-rubidium-clank-internal-apps.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-catapult-pdfium.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-infra-public/autoroll-be-v8-chromium-release-3.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-infra-public/autoroll-be-sk-skia.yaml
[modify] https://crrev.com/c4f28d9a3f27f07b8707168c9f974cd1fd3c641d/skia-public/autoroll-be-cros-afdo-bigcore-chromium-beta.yaml

Git Watcher via monorail

unread,
Aug 31, 2022, 11:42:07 AM8/31/22
to bu...@skia.org

Comment #99 on issue 13542 by Git Watcher: Migrate from Prometheus/Thanos to Managed Prometheus
https://bugs.chromium.org/p/skia/issues/detail?id=13542#c99


The following revision refers to this bug:
https://skia.googlesource.com/buildbot/+/7a82def72cc809f62088ba6aa169e3646e450355

commit 7a82def72cc809f62088ba6aa169e3646e450355
Author: Joe Gregorio <jcgre...@google.com>
Date: Wed Aug 31 15:04:58 2022

Remove all Prometheus scrape annotations from templates.

Bug: skia:13542
Change-Id: Ibfbd2edec1e339a9fbfa103f05912ea7e6bfb862
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/575660

Reviewed-by: Eric Boren <bor...@google.com>
Commit-Queue: Joe Gregorio <jcgre...@google.com>

[modify] https://crrev.com/7a82def72cc809f62088ba6aa169e3646e450355/golden/k8s-config-templates/gold-gitilesfollower-template.yaml
[modify] https://crrev.com/7a82def72cc809f62088ba6aa169e3646e450355/golden/k8s-config-templates/gold-baselineserver-template.yaml
[modify] https://crrev.com/7a82def72cc809f62088ba6aa169e3646e450355/promk/go/genpromcrd/genpromcrd/testdata/deployment.yaml
[modify] https://crrev.com/7a82def72cc809f62088ba6aa169e3646e450355/golden/k8s-config-templates/gold-ingestion-template.yaml
[modify] https://crrev.com/7a82def72cc809f62088ba6aa169e3646e450355/golden/k8s-config-templates/gold-periodictasks-template.yaml
[modify] https://crrev.com/7a82def72cc809f62088ba6aa169e3646e450355/autoroll/go/autoroll-fe/autoroll-fe.yaml.template
[modify] https://crrev.com/7a82def72cc809f62088ba6aa169e3646e450355/golden/k8s-config-templates/gold-diffcalculator-template.yaml
[modify] https://crrev.com/7a82def72cc809f62088ba6aa169e3646e450355/k8s-checker/go/k8s_config/k8s_config_test.go
[modify] https://crrev.com/7a82def72cc809f62088ba6aa169e3646e450355/promk/go/genpromcrd/genpromcrd/testdata/fake-checkout/skia-infra-public/deployment.yml
[modify] https://crrev.com/7a82def72cc809f62088ba6aa169e3646e450355/autoroll/go/autoroll-config-converter/autoroll-be.yaml.template
[modify] https://crrev.com/7a82def72cc809f62088ba6aa169e3646e450355/promk/go/genpromcrd/genpromcrd/testdata/statefulset.yml
[modify] https://crrev.com/7a82def72cc809f62088ba6aa169e3646e450355/promk/go/genpromcrd/genpromcrd/testdata/fake-checkout/skia-infra-public/this-deployment-is-ignored.yml
[modify] https://crrev.com/7a82def72cc809f62088ba6aa169e3646e450355/golden/k8s-config-templates/gold-frontend-template.yaml
It is loading more messages.
0 new messages