Hyunsun Moon | b4b4d2f | 2019-12-08 19:23:10 -0800 | [diff] [blame] | 1 | kpi_exporter: |
| 2 | enabled: false |
| 3 | |
| 4 | prometheus: |
| 5 | alertmanager: |
| 6 | enabled: false |
| 7 | kubeStateMetrics: |
| 8 | enabled: false |
| 9 | nodeExporter: |
| 10 | enabled: false |
| 11 | pushgateway: |
| 12 | enabled: false |
| 13 | server: |
| 14 | enabled: true |
| 15 | fullnameOverride: "nem-monitoring-prometheus-server" |
Hyunsun Moon | cc6b14d | 2020-04-20 23:36:19 -0700 | [diff] [blame^] | 16 | extraArgs: |
| 17 | web.route-prefix: "/prometheus" |
| 18 | web.external-url: "https://aether.onlab.us/prometheus" |
| 19 | prefixURL: "/prometheus" |
| 20 | ingress: |
| 21 | enabled: true |
| 22 | hosts: |
| 23 | - aether.onlab.us/prometheus |
Hyunsun Moon | b4b4d2f | 2019-12-08 19:23:10 -0800 | [diff] [blame] | 24 | serverFiles: |
| 25 | prometheus.yml: |
| 26 | scrape_configs: |
| 27 | - job_name: prometheus-aggregator |
| 28 | scrape_interval: 15s |
| 29 | honor_labels: true |
| 30 | metrics_path: /federate |
| 31 | params: |
| 32 | match[]: |
| 33 | - '{job="kubernetes-nodes-cadvisor"}' |
| 34 | - '{job="kubernetes-service-endpoints"}' |
| 35 | static_configs: |
| 36 | - targets: |
Hyunsun Moon | cc6b14d | 2020-04-20 23:36:19 -0700 | [diff] [blame^] | 37 | - nem-monitoring-prometheus-server.nem-monitoring-p-74nmx.svc.product.central:80 |
| 38 | - nem-monitoring-prometheus-server.nem-monitoring-p-whlwm.svc.azure.central:80 |
| 39 | - nem-monitoring-prometheus-server.nem-monitoring-p-9ljjp.svc.menlo.edge:80 |
| 40 | - nem-monitoring-prometheus-server.nem-monitoring-p-7jkzz.svc.intel.edge:80 |
| 41 | - nem-monitoring-prometheus-server.nem-monitoring-p-h27t2.svc.tucson.edge:80 |
| 42 | - nem-monitoring-prometheus-server.nem-monitoring-p-5lgn2.svc.ntt.edge:80 |
Woojoong Kim | 9227d46 | 2020-01-30 19:39:08 -0800 | [diff] [blame] | 43 | - job_name: 'mme-exporter-production' |
| 44 | metrics_path: /metrics |
| 45 | scrape_interval: 15s |
| 46 | static_configs: |
| 47 | - targets: |
| 48 | - mme.omec.svc.product.central:3081 |
| 49 | - job_name: 'mme-exporter-azure' |
| 50 | metrics_path: /metrics |
| 51 | scrape_interval: 15s |
| 52 | static_configs: |
| 53 | - targets: |
| 54 | - mme.omec.svc.azure.central:3081 |
Hyunsun Moon | b4b4d2f | 2019-12-08 19:23:10 -0800 | [diff] [blame] | 55 | extraScrapeConfigs: "" |
| 56 | |
| 57 | grafana: |
| 58 | fullnameOverride: "nem-monitoring-grafana" |
Hyunsun Moon | cc6b14d | 2020-04-20 23:36:19 -0700 | [diff] [blame^] | 59 | ingress: |
| 60 | enabled: true |
| 61 | hosts: |
| 62 | - aether.onlab.us |
| 63 | path: "/grafana" |
| 64 | grafana.ini: |
| 65 | server: |
| 66 | domain: aether.onlab.us |
| 67 | root_url: https://aether.onlab.us/grafana |
| 68 | serve_from_sub_path: true |
| 69 | paths: |
| 70 | data: /var/lib/grafana/data |
| 71 | logs: /var/log/grafana |
| 72 | plugins: /var/lib/grafana/plugins |
| 73 | provisioning: /etc/grafana/provisioning |
| 74 | analytics: |
| 75 | check_for_updates: true |
| 76 | log: |
| 77 | mode: console |
| 78 | grafana_net: |
| 79 | url: https://grafana.net |
| 80 | datasources: |
| 81 | datasources.yaml: |
| 82 | apiVersion: 1 |
| 83 | datasources: |
| 84 | - name: Prometheus |
| 85 | type: prometheus |
| 86 | url: http://nem-monitoring-prometheus-server/prometheus |
| 87 | access: proxy |
| 88 | isDefault: true |
Hyunsun Moon | b4b4d2f | 2019-12-08 19:23:10 -0800 | [diff] [blame] | 89 | |
| 90 | dashboards: |
| 91 | k8s: false |
| 92 | nodeExporter: false |
| 93 | xos: true |
| 94 | onos: false |
| 95 | aaa: false |
| 96 | voltha: false |
| 97 | omec: false |
Hyunsun Moon | e19d8a8 | 2020-02-07 13:46:03 -0800 | [diff] [blame] | 98 | aether: true |