InfluxDB 2.x, Send annotations fix: missed 'slug' key (#4240)
This commit is contained in:
parent
611d8e2935
commit
aef87e19b3
|
|
@ -44,7 +44,7 @@ export function sendV2(
|
|||
];
|
||||
|
||||
if (options.slug) {
|
||||
tags.push(options.slug);
|
||||
tags.push(`slug=${options.slug}`);
|
||||
}
|
||||
|
||||
const message = getAnnotationMessage(
|
||||
|
|
|
|||
Loading…
Reference in New Issue