prometheus中的relabel
ipcpu 2年前 (2020-07-27) 2123浏览 0评论
prometheus中的relabel.md relabel顾名思义,就是标签重写,可以允许用户重写标签或者针对标签做一些过滤操作,Prometheus中的relabel有三种,应用范围和工作时段不一样,一定要区分 relabel_config...
ipcpu 2年前 (2020-07-27) 2123浏览 0评论
prometheus中的relabel.md relabel顾名思义,就是标签重写,可以允许用户重写标签或者针对标签做一些过滤操作,Prometheus中的relabel有三种,应用范围和工作时段不一样,一定要区分 relabel_config...
ipcpu 2年前 (2020-07-26) 825浏览
prometheus中的record规则.md Prometheus支持两种规则(rules),分别是record(记录)和alert(报警)。 alert报警我们就不多说了,是最常用的。比如内存报警 ((node_memory_MemFree_...
ipcpu 2年前 (2020-07-02) 3421浏览
ffmpeg使用GPU加速.md 根据nvidia给出的文档,建议使用如下命令 ffmpeg -y -vsync 0 -hwaccel cuvid -c:v h264_cuvid -i input.mp4 -c:a copy -vf scale...