首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏运维之美

    一文读懂如何在 Kubernetes 上轻松实现自动化部署 Prometheus

    install --name=prometheus --namespace=monitoring -f prometheus.yam stable/prometheus-operator 如果需要 Prometheus-Pushgateway Prometheus 中添加 target serviceMonitor: enabled: true namespace: monitoring selector: app: prometheus-pushgateway traefik # ingress class hosts: - "pushgateway.mydomain.io" # 设置域名 同样的方式部署 helm install --name=prometheus-pushgateway --namespace=monitoring -f prometheus-pushgateway.yaml stable/prometheus-pushgateway 这样 Prometheus 的核心组件都部署完成了 参考 Prometheus 官网 Prometheus 与其他监控系统对比 Kubernetes Operator Prometheus Operator Prometheus-Pushgateway

    1.9K20发布于 2019-08-28
  • 来自专栏kubernetes中文社区

    一文读懂如何在 Kubernetes 上轻松实现自动化部署 Prometheus

    install --name=prometheus --namespace=monitoring -f prometheus.yam stable/prometheus-operator 如果需要 Prometheus-Pushgateway Prometheus 中添加 target serviceMonitor: enabled: true namespace: monitoring selector: app: prometheus-pushgateway traefik # ingress class hosts: - "pushgateway.mydomain.io" # 设置域名 同样的方式部署 helm install --name=prometheus-pushgateway --namespace=monitoring -f prometheus-pushgateway.yaml stable/prometheus-pushgateway 这样 Prometheus 的核心组件都部署完成了 参考 Prometheus 官网 Prometheus 与其他监控系统对比 Kubernetes Operator Prometheus Operator Prometheus-Pushgateway

    1.2K10发布于 2019-10-14
  • 来自专栏Prometheus专栏

    Prometheus监控Docker-Swarm集群(一)

    Engine >= 1.13 Docker Compose >= 1.11 Containers: Prometheus (metrics database) http://<host-ip>:9090 Prometheus-Pushgateway

    1.5K20发布于 2020-07-02
  • 来自专栏AI+运维:智能化运维的未来

    多云运维这么复杂?别硬扛,智能化才是解药!

    v in labels.items()]) data = f'{metric_name}{{{labels_str}}} {value}\n' requests.post("http://prometheus-pushgateway

    31310编辑于 2025-08-11
  • 来自专栏jeremy的技术点滴

    使用prometheus监控多k8s集群

    prometheus_io_scrape: pushgateway annotation的service,从匹配到的service列表中每个service抓取该service暴露的监控指标 - job_name: prometheus-pushgateway

    10.3K82发布于 2019-03-13
  • 来自专栏panzhixiang

    在K8S中使用helm chart部署Prometheus

    meta_kubernetes_pod_node_name] action: replace target_label: kubernetes_node - job_name: 'prometheus-pushgateway

    54810编辑于 2024-10-30
  • 来自专栏k8s技术圈

    Istio 可观测性之指标

    : node scrape_interval: 5m scrape_timeout: 30s - honor_labels: true job_name: prometheus-pushgateway

    1.1K10编辑于 2023-12-04
领券