1. 程式人生 > 其它 >|NO.Z.00313|——————————|CloudNative|——|KuberNetes&運維.V33|-----------------------------------------------------------|監控.v10|PromQL去除_小數點|

|NO.Z.00313|——————————|CloudNative|——|KuberNetes&運維.V33|-----------------------------------------------------------|監控.v10|PromQL去除_小數點|



[CloudNative:KuberNetes&運維.V33]                                                                      [Applications.KuberNetes] [|PromQL常用函式|查詢|增長率|預測性告警|判斷監控指標是否正確|去除小數點|差值|排序|處理label|]








一、去除小數點
### --- 函式:

~~~     Ceil():四捨五入,向上取最接近的整數;比如2.79,向上取就是3
~~~     floor():四捨五入:向下取最接近的整數,比如2.79,向下取就是2
二、去除小數點,向上取四捨五入
### --- 函式:Ceil()

~~~     表示式:ceil(predict_linear(node_filesystem_files_free{mountpoint="/"}[1h],4*3600))
~~~     輸出結果:49551911
三、去除小數點:向下取四捨五入
### --- 函式:floor:

~~~     表示式:floor(predict_linear(node_filesystem_files_free{mountpoint="/"}[1h],4*3600))
~~~     輸出結果:49551909








===============================END===============================



Walter Savage Landor:strove with none,for none was worth my strife.Nature I loved and, next to Nature, Art:I warm'd both hands before the fire of life.It sinks, and I am ready to depart                                                                                                                                                    ——W.S.Landor



來自為知筆記(Wiz)