问题标签 [prometheus-node-exporter]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
prometheus - 我们可以在不同的机器上使用 prometheus 和 node_exporter
我们可以在一台机器上使用 prometheus 并在不同节点上使用 node_exporter 并将收集到的所有指标收集到存在 prometheus 的单台机器上吗?
docker - node-exporter 应该从主机还是容器运行?
有一个非常简单的问题:从哪里运行最好的地方是什么node-exporter
?直接在主机内部还是从容器中?
两种解决方案的优缺点是什么?开发人员的最佳实践是什么?从使用指南对我来说还不清楚!
systemd - 我在哪里可以找到 systemd 节点导出器指标的列表?
我四处寻找和搜索,无法找到节点导出器公开的 systemd 指标列表?
prometheus - 普罗米修斯上的多个目标
我已经在 Centos 上配置了 prometheus,版本详情如下。
我在 prometheus.yml 配置文件中添加了两个目标,所有服务器节点导出器都在运行。配置如下,
但是在普罗米修斯 UI Tragets 中只显示单个节点,其他没有显示。如果我删除一个节点,则显示现有节点。如何监控多个节点。但在 Grafana Dashboard 中显示Multiple Series Error。
prometheus - 过滤启用的收集器
Prometheus节点导出器没有简单的方法来禁用所有默认指标,而无需向进程传递 20 个标志。在文档中,看起来可能有一种更简单的方法来仅获取相关指标:
过滤启用的收集器
...
对于高级使用,可以向 node_exporter 传递一个可选的收集器列表来过滤指标。collect[] 参数可以多次使用。在 Prometheus 配置中,您可以在 scrape 配置下使用此语法。
这对于让不同的 Prometheus 服务器从节点收集特定指标很有用。
我的假设是您将参数直接放在您的scrape_config下,因为有一个匹配的参数字段。但是,究竟应该在collect[]下做什么?示例foo和bar的描述性再好不过了。是命令行参数(例如,“--collector.cpu”)、收集器名称(例如,“cpu”)、收集器指标名称(例如,“node_cpu”)、实际指标(例如,“node_cpu_seconds_total” “), 或者是其他东西?
kubernetes - 使用 Prometheus 监控自定义 kubernetes pod 指标
我正在使用 Prometheus 来监控我的 Kubernetes 集群。我已经在一个单独的命名空间中设置了 Prometheus。我有多个命名空间,并且多个 pod 正在运行。每个 pod 容器在此端点公开一个自定义指标,:80/data/metrics
. 我正在获取 Pods CPU、内存指标等,但是如何配置 Prometheus 以从:80/data/metrics
每个可用 pod 中提取数据?我已经使用本教程设置了 Prometheus,链接
prometheus - 在禁用特定收集器时启动 node_exporter - collector.diskstats
由于我的服务器托管在 VPS 中,因此我没有可以为 node_exporter(版本 0.17.0)提供磁盘统计信息的 /proc/diskstats。所以我最终得到了重复的错误消息:
错误 [0037] 错误:diskstats 收集器在 0.000034 秒后失败:无法获取 diskstats:打开 /proc/diskstats:没有这样的文件或目录 source="collector.go:132"
我想告诉出口商忽略 diskstats 收集器,但无法做到。因为只是放置标志 --collector.diskstats 什么都不做,因为它默认启用。
如何在告诉它忽略collector.diskstats(或任何其他收集器)的同时启动导出器?
太感谢了 !
docker - Provide deeper swarm nodes-related metrics
I would like to be able to be able to monitor more accurately the manager nodes within a swarm cluster. I expect (eg) such a metrics :
... if it could also provide the labels of the nodes, these would be the icing on the cake! ...
But for now, I didn't manage to provide such with node_exporter (or cAdvisor)... I may have missed some clue, but they don't sound like they provided such hints.
Do you have any idea on how I could provided such metrics?
I am quite sure I could code them from scratch (or submit a feature request), but I don't want to reinvent the Wheel if it already exists!
prometheus - prometheus source_labels 只能是“__”开头的标签吗?
是否可以使用不以 开头的标签创建标签__
?
背景:
我正在使用prometheus,我正在尝试使用监控lvs服务node_exporter
,所以我需要一个名为vrrp_vs
(vrrp virtualserver)的标签,它应该包含一个vip和一个端口,例如172.16.10.10:80
,我试图自己制作一个leble使用两个标签local_address
和local_port
metric node_ipvs_backend_connections_active
,但它一无所获。
prometheus - 安装 Styx 以提取 Prometheus 数据
有人安装 Styx 来提取 Prometheus 数据吗?我可以访问 Gihib 上的 Styx 链接,但我没有看到如何安装它?
任何建议都可以接受。