• nginx根据客户端系统访问不同页面

    nginx根据客户端系统访问不同页面

    今天有朋友问了我一个问题,能不能PC用户访问的是根目录下的index.html文件,而手机用户访问的是mobile.html文件,之前我看到过nginx有一个模块HttpBrowserModule来实现根据浏览器选择主页,我朋友问我的问题和这...

    kavinkavin 2023.01.29 875浏览 0
  • Prometheus内置函数分类

    Prometheus内置函数分类

    Prometheus 基于当前 的 2.30.0 版本共计有 42 个内置函数,按照字母排序分别是: abs() absent() absent_over_time() ceil() changes() clamp() clamp_max()...

    kavinkavin 2023.01.29 585浏览 0
  • Prometheus安装与配置

    Prometheus安装与配置

    简介 Prometheus基于Golang编写,编译后的软件包,不依赖于任何的第三方依赖。只需要下载对应平台的二进制包,解压并且添加基本的配置即可正常启动Prometheus Server Prometheus安装 Prometheus官网下...

    MoletMolet 2023.01.29 580浏览 0
  • Prometheus内置函数介绍

    Prometheus内置函数介绍

    Prometheus 当前有 42 个内置函数。分别如下: abs() absent() absent_over_time() ceil() changes() clamp() clamp_max() clamp_min() day_of_m...

    kavinkavin 2023.01.29 588浏览 0
  • Prometheus监控elasticsearch集群

    Prometheus监控elasticsearch集群

    一、部署elasticsearch集群,配置文件可“浓缩”为以下: cluster.name: es_cluster node.name: node1 path.data: /app/data/elasticsearch path.logs...

    MoletMolet 2023.01.29 665浏览 0