上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 55 下一页

2022年12月26日

Prometheus prometheus.yml配置文件介绍 2

该文被密码保护。 阅读全文

posted @ 2022-12-26 12:38 花阴偷移 阅读(3) 评论(0) 推荐(0)

Prometheus node_exporter 主机监控

该文被密码保护。 阅读全文

posted @ 2022-12-26 12:37 花阴偷移 阅读(1) 评论(0) 推荐(0)

Prometheus Exporter 5

摘要: 一.概述 上一篇中了解了Exporter的基本用途,本章将对Exporter的类型以及文本数据格式进行说明,讨论如何从官方的Exporter列表获取常用的Exporter,比如用于监控基础设施中服务器性能的node_exporter、wmi_exporter,并对这些获取特定目标监控样本数据的Exp 阅读全文

posted @ 2022-12-26 12:37 花阴偷移 阅读(59) 评论(0) 推荐(0)

Prometheus 相关概念(数据模型、指标,job, instance等) 4

该文被密码保护。 阅读全文

posted @ 2022-12-26 12:37 花阴偷移 阅读(0) 评论(0) 推荐(0)

Prometheus Web UI 3(不能外发布)

该文被密码保护。 阅读全文

posted @ 2022-12-26 12:36 花阴偷移 阅读(3) 评论(0) 推荐(0)

elasticsearch 索引mapping汇总

摘要: 查看索引字段的映射类型 GET studenttest/_mapping 创建一个新的索引结构 PUT /crawl_sensorexpert_sku_content { "settings": { "number_of_shards" : 3, "number_of_replicas" : 1 } 阅读全文

posted @ 2022-12-26 12:30 花阴偷移 阅读(13) 评论(0) 推荐(0)

elasticsearch 索引增删改示例

摘要: 1.索引条件更新 update collect_material_page_address set IsCollectUri=true where IsCollectUri=false and CollectUri like 'https://www.futureelectronics.cn/sea 阅读全文

posted @ 2022-12-26 12:30 花阴偷移 阅读(21) 评论(0) 推荐(0)

pip 安装包查看

摘要: 一.centos平台 寻找pip安装包的目录方法 [root@iZwz927xptl8kw8zqrmwvcZ bin]# whereis python python: /usr/bin/python3.6 /usr/bin/python3.6m /usr/bin/python3.6-config / 阅读全文

posted @ 2022-12-26 12:28 花阴偷移 阅读(684) 评论(0) 推荐(0)

python 多版本查看与命令用法

摘要: 1.windows查看电脑上是否有多个版本 如果python2能查到,那么用命令时 1、pip是python的包管理工具,pip和pip3版本不同,都位于Scripts\目录下: 2、如果系统中只安装了Python2,那么就只能使用pip。 3、如果系统中只安装了Python3,那么既可以使用pip 阅读全文

posted @ 2022-12-26 12:27 花阴偷移 阅读(703) 评论(0) 推荐(0)

python 异常处理 12

摘要: 当python程序在执行期间发生错误时,如果编写了处理该异常的代码,程序将继续运行;如果未对异常进行处理,程序将停止并显示traceback,其中包含有关异常的报告。异常是使用try- except代码块处理的。告诉python发生异常进怎么办,在try-except代码块中出现异常,程序也将继续运 阅读全文

posted @ 2022-12-26 12:26 花阴偷移 阅读(49) 评论(0) 推荐(0)

上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 55 下一页

导航