Skip to content

Quality Trace is a framework for end-to-end testing based on OpenTelemetry tracing.

License

Notifications You must be signed in to change notification settings

kube-tarian/quality-trace

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Repository files navigation

quality-trace

Quality Trace is a framework for end-to-end testing based on OpenTelemetry tracing.

How to install and run quality-trace:

Prerequisites

  • A Kubernetes cluster
  • Helm binary

Prepare Namespace

kubectl create namespace quality-trace

Installation

helm repo add quality-trace https://kube-tarian.github.io/quality-trace
helm repo update

helm upgrade -i quality-trace quality-trace/quality-trace -n quality-trace