InfluxDB 2.x, Send annotations fix: missed 'slug' key (#4240)

This commit is contained in:
pavel bairov 2024-07-26 22:01:59 +03:00 committed by GitHub
parent 611d8e2935
commit aef87e19b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ export function sendV2(
];
if (options.slug) {
tags.push(options.slug);
tags.push(`slug=${options.slug}`);
}
const message = getAnnotationMessage(