Ipfs cluseter使用分布式追踪系统jaeper tracing

依赖环境

  • Kubernetes 1.19+

  • Helm 3

  • cert-manager 1.6.1+

安装jaeper operator

下载chart

helm repo add jaegertracing https://jaegertracing.github.io/helm-charts
helm repo update
helm pull jaegertracing/jaeger-operator

创建 values.yaml

image:
  repository: registry.solarfs.io/jaegertracing/jaeger-operator

安装 jaeger-operator

helm upgrade --install jaeger-operator jaeger-operator-2.37.0.tgz -f values.yaml -n jaeger-system --create-namespace

安装jaeper

下载chart

创建 jaeger-es-elastic-user secret

创建values.yaml

安装 jaeper

故障排查

Monitor 数据为空

参考

https://github.com/jaegertracing/jaeger

https://github.com/xjjdog/example-jaeger-tracing

https://pjw.io/articles/2018/05/18/jaeger-tutorial/

https://github.com/jaegertracing/helm-charts

https://www.jaegertracing.io/docs/1.39/operator/

https://github.com/jaegertracing/helm-charts/tree/main/charts/jaeger-operator

https://github.com/jaegertracing/helm-charts/tree/main/charts/jaeger

https://www.jaegertracing.io/docs/1.39/spm/

https://www.jaegertracing.io/docs/1.39/spm/#query-prometheus

Last updated