Cheewai
Cheewai
Another different query path `/metrics/find/?query=application.*&format=treejson&path=application&node=application` ## carbonapi ```json [ { "allowChildren": 1, "expandable": 1, "leaf": 0, "id": "app-1", "text": "app-1", "context": {} }, { "allowChildren": 1, "expandable": 1, "leaf": 0,...
## /opt/graphite/webapp/graphite/local_settings.py ``` TIME_ZONE = 'UTC' DEBUG = True DEFAULT_XFILES_FACTOR = 0 WHISPER_DIR = '/opt/graphite/storage/whisper' DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', ... 'PORT': '3306' } } CLUSTER_SERVERS = ["127.0.0.1:8081"]...
> I think carbonapi doesn't support `node` parameter as it's relatively new. I'll need to have a look at that though. Thanks, thought I was losing my mind. I am...