Panel
Using annotatin can add marks to your Graph panel chart, like this:
The line and range with sky blue color are our annotations. Let’s create an annotation first.
Annotation is only support in Graph panel
Grapn
visualization for it, apply and return back to dashboard page.Add annotation
button, you will see a annotation editor popup:Duration
field is the time range of annotation, if you want the annotation to be a vertical line, set it to 0s
, otherwise set to the real timerange ,
let’s set it to 2m
hereFill in other fields and click Submit
button, you will see the annotation in the chart.
In above image, we can see an arrow points to a marker, if you hover on the marker, you will see the annotation details popup like the image above.
Click the edit icon
in the top right corner of the popup annotation detail card, you will see the annotation editor appeared.
We can edit annotation infos and timerange here, let’s change the Duration
to 1m
now, and see what will happen.
Click the trash icon
in the top right corner of the popup annotation detail card to delete the annotation.
Manage annotation through chart is not convenient, so xObserve provides a panel annotation manager to manage all annotations.
Panel Debug
menu itemPanel Annotations
tabNow you will see all the annotations in this panel and current selected time range
Open dashboard settings modal, select Annotation
tab, you will see the annotation settings.
You can try:
tags filter setting
to only show the annotations which matched the tagsIn previous tutorial, we have learned how to create an alert to Graph
panel, these alerts are shown as annotations, but you can’t edit them,
because they are automatically created by xObserve, not by user.