Fix grafana CALLBACK_VERSION

This commit is contained in:
Martin Krizek 2018-04-04 12:19:24 +02:00 committed by Brian Coca
parent 0bd2cd4394
commit 92bb3c2788

View file

@ -149,7 +149,7 @@ class CallbackModule(CallbackBase):
and put the plugin in <path_to_callback_plugins_folder>
"""
CALLBACK_VERSION = 1.0
CALLBACK_VERSION = 2.0
CALLBACK_TYPE = 'aggregate'
CALLBACK_NAME = 'grafana_annotations'
CALLBACK_NEEDS_WHITELIST = True