janritter / kvb-api-caller

This is a small application calling the kvb-api to demonstrate distributed tracing with OpenTelemetry and Jaeger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KVB API caller

This is a small application calling the KVB API to demonstrate distributed tracing with OpenTelemetry and Jaeger

Setup

Create venv

python3 -m venv env

Activate venv

source ./env/bin/activate

Install requirements

pip3 install -r requirements.txt

Usage

  1. Start the KVB API on localhost:8080
  2. Start a locally running Jaeger or adapt Jager configuration in app.py
  3. Start the kvb-api-caller via python3 app.py

About

This is a small application calling the kvb-api to demonstrate distributed tracing with OpenTelemetry and Jaeger


Languages

Language:Python 100.0%