ricsanfre / pi-cluster

Pi Kubernetes Cluster. Homelab kubernetes cluster automated with Ansible and ArgoCD
https://picluster.ricsanfre.com
MIT License
348 stars 56 forks source link

Replace distributed tracing testing application #390

Open ricsanfre opened 2 months ago

ricsanfre commented 2 months ago

Issue description

For testing distributed tracing solution in picluster, linkerd's emojivoto application is used.

This application is not using OpenTelemetry, but Opentracing. Traces context propagation is not working anymore since NGINX ingress controller v1.10 has deprecated of OpenTracing. See #329.

A new testing application using OpenTelemtry is needed, so e2e traces context propagation can be tested.

ricsanfre commented 2 months ago

Is https://github.com/esigo/nginx-example a feasible option?