Skip to content

Update to Grafana 10.3.3 #70

Update to Grafana 10.3.3

Update to Grafana 10.3.3 #70

Triggered via pull request February 21, 2024 12:01
Status Success
Total duration 1m 43s
Artifacts

e2e.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
tests: src/utils/frame.ts#L14
'MutableDataFrame' is deprecated. use standard DataFrame, or create one with PartialDataFrame
tests: src/utils/variable.ts#L15
'ArrayVector' is deprecated. use a simple Array<T>
tests: src/utils/variable.ts#L16
'toArray' is deprecated. this is not necessary. This only exists to help migrate Vector to Array