Where does gnocchi store the metric data in local system?
I went through my gnocchi conf file:
[DEFAULT] debug = True
[indexer]
url = mysql+pymysql://root:stackdb@127.0.0.1/gnocchi?charset=utf8
[storage] coordination_url = redis://localhost:6379 redis_url = redis://localhost:6379 driver = redis
[metricd] metric_processing_delay = 5
[api] auth_mode = keystone
I needed to understand where does the metric data generated from Ceilometer get stored in the local system.