Merge "Update the cloudkitty detection plugin search pattern"

This commit is contained in:
Zuul 2019-04-08 13:08:15 +00:00 committed by Gerrit Code Review
commit a32a564a58
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class Cloudkitty(monasca_setup.detection.ServicePlugin):
'process_names': ['cloudkitty-processor',
'cloudkitty-api'],
'service_api_url': 'http://localhost:8889',
'search_pattern': '.*EXPERIMENTAL.*',
'search_pattern': '.*CURRENT.*',
}
super(Cloudkitty, self).__init__(service_params)