mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
* docs(deployment): Explain how to setup metrics close #2411 close #2777 * Update docs with some info I found useful Co-authored-by: mattwr18 <mattwr18@gmail.com>
17 lines
350 B
YAML
17 lines
350 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: prometheus-grafana-datasource
|
|
namespace: monitoring
|
|
labels:
|
|
grafana_datasource: '1'
|
|
data:
|
|
datasource.yaml: |-
|
|
apiVersion: 1
|
|
datasources:
|
|
- name: Prometheus
|
|
type: prometheus
|
|
access: proxy
|
|
orgId: 1
|
|
url: http://prometheus-server.monitoring.svc.cluster.local
|