summaryrefslogtreecommitdiff
path: root/contrib/k8s-emc/graphite-cm-carbon.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-07-31 21:28:59 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-07-31 21:28:59 +0200
commit813386dee2e0bad176a55ef8a6a62e172373bb5d (patch)
treed2c8d90c2703b2b5ef1122ebd64d15c1dcb7aafb /contrib/k8s-emc/graphite-cm-carbon.yml
parentk8s-emc: matomo is no part of new cdn repo (diff)
move graphite to new cdn repo
Diffstat (limited to 'contrib/k8s-emc/graphite-cm-carbon.yml')
-rw-r--r--contrib/k8s-emc/graphite-cm-carbon.yml55
1 files changed, 0 insertions, 55 deletions
diff --git a/contrib/k8s-emc/graphite-cm-carbon.yml b/contrib/k8s-emc/graphite-cm-carbon.yml
deleted file mode 100644
index de5419c..0000000
--- a/contrib/k8s-emc/graphite-cm-carbon.yml
+++ /dev/null
@@ -1,55 +0,0 @@
-kind: ConfigMap
-apiVersion: v1
-metadata:
- namespace: emc
- name: stats-graphite-carbon
- labels:
- app: graphite
- tier: stats
-data:
- carbon.conf: |
- [cache]
-
- STORAGE_DIR = /srv/data/
- LOCAL_DATA_DIR = /srv/data/whisper/
- CONF_DIR = /srv/config/
-
- MAX_CACHE_SIZE = inf
- MAX_UPDATES_PER_SECOND = 1000
- # MAX_UPDATES_PER_SECOND_ON_SHUTDOWN = 5000
-
- MAX_CREATES_PER_MINUTE = 50
-
- LINE_RECEIVER_INTERFACE = 0.0.0.0
- LINE_RECEIVER_PORT = 2003
-
- ENABLE_UDP_LISTENER = False
- PICKLE_RECEIVER_PORT = 0
-
- LOG_LISTENER_CONNECTIONS = True
-
- CACHE_QUERY_INTERFACE = 127.0.0.1
- CACHE_QUERY_PORT = 7002
-
- USE_FLOW_CONTROL = True
-
- LOG_UPDATES = False
- LOG_CACHE_HITS = False
- LOG_CACHE_QUEUE_SORTS = True
-
- CACHE_WRITE_STRATEGY = sorted
- WHISPER_AUTOFLUSH = False
-
- WHISPER_FALLOCATE_CREATE = True
- storage-schemas.conf: |
- [carbon]
- pattern = ^carbon\.
- retentions = 60:90d
-
- [sfive]
- pattern = ^sfive\.
- retentions = 20s:10d,1m:21d,15m:5y
-
- [default_1min_for_1day]
- pattern = .*
- retentions = 60s:1d