Skip to content

stazdx/otel-springboot-grafana-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Telemetry - Spring Boot - Prometheus - Exemplar - Loki - Tempo - Grafana

You can find a complete tutorial in my blog -> https://k8staz.com/setting-up-open-source-observability-stack-on-kubernetes-from-scratch

Demo

Download Multipass here

Create Ubuntu instance on local environment:

$ multipass launch --name demo --mem 4G --disk 10G

Log in into the server:

$ multipass shell demo
$ sudo su

Clone the repo:

$ git clone https://github.com/stazdx/otel-springboot-grafana-tools.git
$ cd otel-springboot-grafana-tools

Running demo:

$ chmod +x run.sh
$ ./run.sh

Get IP and ports for Spring Boot App and Grafana

Service URL
Spring Boot 192.168.64.5:8080
Grafana 192.168.64.5:32656

Kubernetes Services

Go to the browser for testing:

For /success endpoint:

Success endpoint

For /fail endpoint:

Failed endpoint

Testing Grafana:

















About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published