积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部系统运维(16)Zabbix(13)Prometheus(3)

语言

全部英语(13)中文(简体)(3)

格式

全部PDF文档 PDF(16)
 
本次搜索耗时 0.405 秒,为您找到相关结果约 16 个.
  • 全部
  • 系统运维
  • Zabbix
  • Prometheus
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 PromQL 从入门到精通

    PromQL 从⼊⻔到精通 对于 Prometheus 生态的监控系统,PromQL 是必备技能,本文着重点讲解这个查询语言,掺 杂一些生产实践场景,希望对你有所帮助。 ? 本文作者:秦晓辉,Open-Falcon、Nightingale 等开源项目创始人之一,极客时间《运 维监控系统实战笔记》作者;当前在创业(快猫星云联创),为客户提供监控/可观测性产品 方案,有需求的朋友欢迎联系我的微信 不动上报给监控服务端,那计算增量、计算速率这个需求,就要放到服务端来实现了,所以服务 端必须要能对这种类型的数据建模抽象,也就是所谓的 Counter 类型。 时序数据 PromQL 就是查询时序数据的一种 Query Language,要想对 PromQL 有了解,得先搞清楚时 序数据。 认识时序数据 我们先来看一张图,图上是 5 台机器的内存可用率: 每个机器的内存可用率数据,体现为图上的一条线,我们称为 文档中有一个章节专门介绍函数,各个函数的介绍中,都会写明是用于 instant- vector,还是用于 range-vector,如果不理解查询类型,就无法很好的应用这些函数。 查询选择器 PromQL大括号里的部分是 selector,查询选择器,用于从一大堆监控数据中,过滤出真正关心 的数据,在 Prometheus 生态里,时序数据的标识,就是一堆标签集合,所以这里的过滤,就 是针对标签做过滤,支持四类操作符:
    0 码力 | 16 页 | 2.77 MB | 1 年前
    3
  • pdf文档 Prometheus Deep Dive - Monitoring. At scale.

    points Highly dynamic, built-in service discovery No hierarchical model, n-dimensional label set PromQL: for processing, graphing, alerting, and export Simple operation Highly efficient Richard Hartmann Prometheus Deep Dive Introduction Intro 2.0 to 2.2.1 2.4 - 2.6 Beyond Outro PromQL Quick is not quick enough Brian Brazil optimized PromQL 5x faster for time vector functions 100x reduction in garbage to collect
    0 码力 | 34 页 | 370.20 KB | 1 年前
    3
  • pdf文档 Intro to Prometheus - With a dash of operations & observability

    points Highly dynamic, built-in service discovery No hierarchical model, n-dimensional label set PromQL: for processing, graphing, alerting, and export Simple operation Highly efficient Richard Hartmann @TwitchiH & @fredbrancz Intro to Prometheus Introduction Background Operations & observability Outro PromQL vs SQL avg by(city) (temperature_celsius{country=" germany" }) SELECT city, AVG(value) FROM temperature_celsius
    0 码力 | 19 页 | 63.73 KB | 1 年前
    3
  • pdf文档 Zabbix 6.0 Manual

    in the new version, rate() and histogram_quantile() functions, producing the same result as their PromQL counterparts, have been added. Other new additions to complement this functionality are the bucket_rate_foreach() differences and similarities between PromQL and Zabbix Prometheus preprocessing query language. PromQL instant vector selector Zabbix Prometheus preprocessing Differences 354 PromQL instant vector selector Zabbix Supported foreach functions: bucket_rate_foreach Functionally corresponds to ’histogram_quantile’ of PromQL. Returns -1 if values of the last ’Infinity’ bucket (”+inf”) are equal to 0. Examples: => his-
    0 码力 | 1681 页 | 23.19 MB | 1 年前
    3
  • pdf文档 Zabbix 4.2 Manual

    comparison The following table lists differences and similarities between PromQL and Zabbix Prometheus preprocessing query language. PromQL instant vector selector Zabbix Prometheus preprocessing Differences value (Prometheus pattern) Array of metrics for single value in JSON (Prometheus to JSON) 291 PromQL instant vector selector Zabbix Prometheus preprocessing Label match- ing op- er- a- tors that equals string {
    0 码力 | 1270 页 | 15.64 MB | 1 年前
    3
  • pdf文档 Zabbix 4.4 Manual

    comparison The following table lists differences and similarities between PromQL and Zabbix Prometheus preprocessing query language. PromQL instant vector selector Zabbix Prometheus preprocessing Differences value (Prometheus pattern) Array of metrics for single value in JSON (Prometheus to JSON) 308 PromQL instant vector selector Zabbix Prometheus preprocessing Label match- ing op- er- a- tors that equals string {
    0 码力 | 1393 页 | 16.55 MB | 1 年前
    3
  • pdf文档 Zabbix 6.2 Manual

    differences and similarities between PromQL and Zabbix Prometheus preprocessing query language. PromQL instant vector selector Zabbix Prometheus preprocessing Differences 316 PromQL instant vector selector Zabbix bucket_rate_foreach Supported only in calculated items. Functionally corresponds to ’histogram_quantile’ of PromQL. Returns -1 if values of the last ’Infinity’ bucket (”+inf”) are equal to 0. Example: => his- See common parameters. Supported value types: float, int Functionally corresponds to ’rate’ of PromQL. Example: => rate(/host/key,30s) → If the monotonic increase over 30 seconds is 20, this function
    0 码力 | 1689 页 | 22.82 MB | 1 年前
    3
  • pdf文档 Zabbix 5.2 Manual

    and similarities between PromQL and Zabbix Prometheus preprocessing query language. PromQL instant vector selector Zabbix Prometheus preprocessing Differences 357 PromQL instant vector selector that matches reg- u- lar ex- pres- sion {__name__=~””} {__name__=~””} 358 PromQL instant vector selector Zabbix Prometheus preprocessing Selecting by value
    0 码力 | 1738 页 | 18.98 MB | 1 年前
    3
  • pdf文档 Zabbix 5.0 Manual

    and similarities between PromQL and Zabbix Prometheus preprocessing query language. PromQL instant vector selector Zabbix Prometheus preprocessing Differences 395 PromQL instant vector selector that matches reg- u- lar ex- pres- sion {__name__=~””} {__name__=~””} 396 PromQL instant vector selector Zabbix Prometheus preprocessing Selecting by value
    0 码力 | 1561 页 | 28.27 MB | 1 年前
    3
  • pdf文档 Zabbix 5.4 Manual

    and similarities between PromQL and Zabbix Prometheus preprocessing query language. PromQL instant vector selector Zabbix Prometheus preprocessing Differences 384 PromQL instant vector selector that matches reg- u- lar ex- pres- sion {__name__=~””} {__name__=~””} 385 PromQL instant vector selector Zabbix Prometheus preprocessing Selecting by value
    0 码力 | 1825 页 | 20.03 MB | 1 年前
    3
共 16 条
  • 1
  • 2
前往
页
相关搜索词
PromQLPrometheusDeepDiveMonitoringAtscaleIntrotoWithdashofoperationsobservabilityZabbix6.0Manual4.24.46.25.25.05.4
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩