夜莺-Nightingale
夜莺V6
项目介绍 架构介绍
快速开始
黄埔营
安装部署
升级
采集器
使用手册
API
数据库表结构
FAQ
开源生态
Prometheus
版权声明
第1章:天降奇兵
第2章:探索PromQL
第3章:Prometheus告警处理
第4章:Exporter详解
第5章:数据与可视化
第6章:集群与高可用
第7章:Prometheus服务发现
第8章:监控Kubernetes
第9章:Prometheus Operator
参考资料

Deploying Jaeger

To demonstrate the integration with the Jaeger data source, we will use the Docker Compose deployment method recommended by the Jaeger official documentation. This method includes both Jaeger and a demo application, making it easier for us to learn and understand. This deployment method is not recommended for production environments.

Download and Start the Service

#Please ensure that `git` and `docker-compose` services are installed in advance, and test the network communication for pulling images.

git clone git@github.com:jaegertracing/jaeger.git jaeger && cd jaeger/examples/hotrod && docker compose up

After the deployment is complete, you can view the corresponding UI interface.

  • Jaeger UI: Access the service on port 16686.

    Jaeger UI

  • Demo: Access the service on port 8080. For more demo configurations, you can refer to the documentation.

    Demo

Integrating Jaeger Data Source

Fill in the Jaeger service address and port.

Jaeger Data Source

Querying Jaeger

  • TraceSelect Jaeger Data Source

  • Query by Condition

    Query by Condition

  • Trace ID Query

    Trace ID Query

  • Topology Analysis

    Trace → Topology Analysis

    Similarly, select the Jaeger data source, and observe the interactions between services to automatically build a topology analysis chart. The service elements in the chart can be freely dragged and displayed.

    Topology Analysis

开源版
Flashcat
Flashduty