Gold: Start ingestion Prom metrics.

BUG=skia:
NOTRY=true

Change-Id: Iec8e8455b6cc72d6b731aec8f8a413f0d78ab591
Reviewed-on: https://skia-review.googlesource.com/8664
Commit-Queue: Joe Gregorio <jcgregorio@google.com>
Reviewed-by: Joe Gregorio <jcgregorio@google.com>
diff --git a/prometheus/sys/prometheus.yml b/prometheus/sys/prometheus.yml
index 77931d0..1ebf0b9 100644
--- a/prometheus/sys/prometheus.yml
+++ b/prometheus/sys/prometheus.yml
@@ -62,6 +62,12 @@
     static_configs:
       - targets: ['skia-fuzzer-fe:20000']
 
+  - job_name: 'gold'
+    static_configs:
+      - targets: ['skia-gold-pdfium:20001']
+      - targets: ['skia-gold-prod:20001']
+      - targets: ['skia-gold-stage:20001']
+
   - job_name: 'ingestion'
     static_configs:
       - targets: ['skia-tracedb:20000']