Skip to content

Commit

Permalink
InfluxDB 2.x, Send annotations fix: missed 'slug' key (#4240)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amerousful committed Jul 26, 2024
1 parent 611d8e2 commit aef87e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/influxdb/send-annotationV2.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function sendV2(
];

if (options.slug) {
tags.push(options.slug);
tags.push(`slug=${options.slug}`);
}

const message = getAnnotationMessage(
Expand Down

0 comments on commit aef87e1

Please sign in to comment.