16.2. 配置 Prometheus 服务器以从 Apache Karaf 容器中提取公开的指标


要让 Prometheus 服务器从 Apache Karaf 容器中提取指标,必须将公开指标的端点添加到 Prometheus 配置文件的 targets 属性中。

步骤

  1. 进入 Prometheus 安装目录中的 /prometheus.yml 配置文件。
  2. 添加 Apache Karaf 端点以提取:

    scrape_configs:
      - job_name: 'prometheus'
    
        # metrics_path defaults to '/metrics'
        # scheme defaults to 'http'.
        static_configs:
        - targets: ['localhost:9779']
Red Hat logoGithubRedditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

© 2024 Red Hat, Inc.