Fix grafana CALLBACK_VERSION
This commit is contained in:
parent
0bd2cd4394
commit
92bb3c2788
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue