我在Prometheus QL中有一个查询,该查询在Grafana中将值显示为表格。我的问题是,值updated
处于纪元时间,为了显示可读的日期,我需要乘以1000。有一种方法可以将值乘以然后显示?不知道是否可以通过调整以下查询来实现某种可能性,或者根本不支持此功能。我已经做了一些尝试,但是我没有运气。
这是我的查询
min(helm_chart_info{chart=~"$chart", exported_namespace=~"$namespace", release=~"$release"}) by (chart, release, exported_namespace, updated, version) != 2