keystone errors are not correctly collected

Bug #1883241 reported by Giuseppe Petralia
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
prometheus-grok-exporter-charm
Fix Released
Undecided
Unassigned

Bug Description

Keystone errors are not collected because metrics mapping is showing:

  keystone_errors:
    type: counter
    path: /var/log/nova/keystone.log #### Wrong path
    help: Total number of keystone errors
    match: '%{OPENSTACK_ERROR}'
  keystone_manage_errors:
    type: counter
    path: /var/log/nova/keystone-manage.log #### Wrong path
    help: Total number of keystone manage errors
    match: '%{OPENSTACK_ERROR}'

while should be

  keystone_errors:
    type: counter
    path: /var/log/keystone/keystone.log #### Wrong path
    help: Total number of keystone errors
    match: '%{OPENSTACK_ERROR}'
  keystone_manage_errors:
    type: counter
    path: /var/log/keystone/keystone-manage.log #### Wrong path
    help: Total number of keystone manage errors
    match: '%{OPENSTACK_ERROR}'

Revision history for this message
Giuseppe Petralia (peppepetra) wrote :
Xav Paice (xavpaice)
Changed in charm-prometheus-grok-exporter:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.