Fix grafana CALLBACK_VERSION

pull/38311/head
Martin Krizek 6 years ago committed by Brian Coca
parent 0bd2cd4394
commit 92bb3c2788

@ -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

Loading…
Cancel
Save