gnocchi-metricd fails to start
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Gnocchi |
Fix Released
|
Critical
|
Julien Danjou |
Bug Description
ceilometer compute agent is posting metric to gnocchi api (every 10 secs) , all rest requests requests ending with success, i have added some printing to the log (in _carbonara.py) I can the values coming through to gnocchi
2015-07-02 09:02:03.387083 for metric 646b678f-
2015-07-02 09:02:13.411970 for metric 646b678f-
2015-07-02 09:02:23.614727 for metric 646b678f-
.....
when i am fetching the measures I get an empty list
GET /v1/resource/
Host: 135.248.18.191:8041
X-Auth-Token: d41c666abf9c48b
Cache-Control: no-cache
[]
or by metric
GET /v1/metric/
Host: 135.248.18.191:8041
X-Auth-Token: d41c666abf9c48b
Cache-Control: no-cache
[]
i have also used the carbonara dump to dump the metric calculated
root@tshtilma-
Aggregation method: count
Number of aggregated timeseries: 3
Back window: 0 × 86400s = 0s
Number of full resolution measures: 0
+------
| Timestamp | Value |
+------
+------
Aggregated timeserie #1: 300s × 12 = 1:00:00
Number of measures: 0
+------
| Timestamp | Value |
+------
+------
Aggregated timeserie #2: 3600s × 24 = 1 day, 0:00:00
Number of measures: 0
+------
| Timestamp | Value |
+------
+------
Aggregated timeserie #3: 86400s × 30 = 30 days, 0:00:00
Number of measures: 0
+------
| Timestamp | Value |
+------
+------
root@tshtilma-
Aggregation method: max
Number of aggregated timeseries: 3
Back window: 0 × 86400s = 0s
Number of full resolution measures: 0
+------
| Timestamp | Value |
+------
+------
Aggregated timeserie #1: 300s × 12 = 1:00:00
Number of measures: 0
+------
| Timestamp | Value |
+------
+------
Aggregated timeserie #2: 3600s × 24 = 1 day, 0:00:00
Number of measures: 0
+------
| Timestamp | Value |
+------
+------
Aggregated timeserie #3: 86400s × 30 = 30 days, 0:00:00
Number of measures: 0
+------
| Timestamp | Value |
+------
+------
I have tried both in swift and a file, got the same result
tried to fix the bug ,its look a bit too complicated for me
my local.conf
[[local|localrc]]
ADMIN_PASSWORD=
MYSQL_PASSWORD=
RABBIT_
SERVICE_
SERVICE_
enable_plugin gnocchi https:/
enable_service q-lbaas
enable_service ceilometer-
enable_service ceilometer-acompute
enable_service ceilometer-
disable_service n-net
enable_service q-svc
enable_service q-agt
enable_service q-dhcp
enable_service q-l3
enable_service q-meta
#enable_service heat,h-
enable_service gnocchi-api
IMAGE_URLS="http://
#GNOCCHI_
#Enable an eager processing of the ceilometer pipeline (every 10sec):
CEILOMETER_
[[post-
[archive_policy]
default_
summary: |
- measures in gnocchi are empty + gnocchi-metricd fails to start |
Changed in gnocchi: | |
status: | Triaged → In Progress |
Changed in gnocchi: | |
status: | In Progress → Fix Committed |
Changed in gnocchi: | |
milestone: | none → 1.1.0rc1 |
Changed in gnocchi: | |
status: | Fix Committed → Fix Released |
Is the problem happening without Ceilometer involved?