fix(monitor): support influxql derivative and difference function translation (#24749)

This commit is contained in:
Zexi Li
2026-04-30 13:11:58 +08:00
committed by GitHub
parent b46f53a033
commit 71dd2068c4
4 changed files with 61 additions and 6 deletions

2
go.mod
View File

@@ -83,7 +83,7 @@ require (
github.com/vmihailenco/msgpack v4.0.4+incompatible
github.com/xuri/excelize/v2 v2.7.1
github.com/zeebo/xxh3 v1.0.2
github.com/zexi/influxql-to-metricsql v0.1.2
github.com/zexi/influxql-to-metricsql v0.1.3
go.etcd.io/etcd/api/v3 v3.5.7
go.etcd.io/etcd/client/v3 v3.5.7
golang.org/x/crypto v0.41.0