Make use of grafana annotation API #121
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/xk6-frostfs#121
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://grafana.com/docs/grafana/latest/dashboards/build-dashboards/annotate-visualizations/
Imagine doing
k6 run
and seing clear delimiters between different runs with human-readable text but without human intervention.Maybe default output extension for grafana may already know how to do this?
cc @a.bogatyrev
Actually it doesn't look like it is
k6
task to create Grafana annotations.Annotations can be created with a simple curl query. Example:
Agree, there is no reason to put this in the scenario, the amount of external parameters is high.
Does it make sense to store this script in a separate file in this repo?
At least in the documentation