This repository was archived by the owner on Aug 13, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 21
21
author: "Rémi REY (@rrey)"
22
22
description:
23
23
- This callback will report start, failed and stats events to Grafana as annotations (https://grafana.com)
24
- version_added: "2.5 "
24
+ version_added: "2.6 "
25
25
requirements:
26
26
- whitelisting in configuration
27
27
options:
34
34
- section: callback_grafana_annotations
35
35
key: grafana_url
36
36
validate_grafana_certs:
37
- description: (bool) validate the SSL certificate of the Grafana server. (For HTTPS url)
37
+ description: validate the SSL certificate of the Grafana server. (For HTTPS url)
38
38
env:
39
39
- name: GRAFANA_VALIDATE_CERT
40
40
ini:
41
41
- section: callback_grafana_annotations
42
42
key: validate_grafana_certs
43
43
default: True
44
+ type: bool
44
45
http_agent:
45
46
description: The HTTP 'User-agent' value to set in HTTP requets.
46
47
env:
@@ -135,7 +136,7 @@ class CallbackModule(CallbackBase):
135
136
and put the plugin in <path_to_callback_plugins_folder>
136
137
"""
137
138
138
- CALLBACK_VERSION = 1 .0
139
+ CALLBACK_VERSION = 2 .0
139
140
CALLBACK_TYPE = 'aggregate'
140
141
CALLBACK_NAME = 'grafana_annotations'
141
142
CALLBACK_NEEDS_WHITELIST = True
You can’t perform that action at this time.
0 commit comments