Replies: 2 comments 2 replies
-
hi @JaskaJ78 looks like this has been requested of Prometheus in the past prometheus/prometheus#6690 Would something like this work for your usecase? hat-tip to @rahulguptajss for the syntax
|
Beta Was this translation helpful? Give feedback.
-
Hi @cgrinds This solution doesn't seem to fully replace the maxSeries() function. #2 First function returns 'No data' and the second function the volume size since it is greater than the LUN size. |
Beta Was this translation helpful? Give feedback.
-
Hello,
Does anyone know how I could replace the Graphite's maxSeries() function in Prometheus?
For example, for billing purposes we pick up the highest number between LUN size and actual volume used:
maxSeries(netapp.capacity.{zone}.{cluster}.svm.{svm}.vol.{vol}.actual_volume_size, netapp.capacity.{zone}.{cluster}.svm.{svm}.vol.{vol}.lun.{lun}.lun_size)
To clarify, just need to replace the maxSeries() function itself. The other parameters I have.
Beta Was this translation helpful? Give feedback.
All reactions