How to setup a Java Application to push Metrics to OpenTSDB and Plot Graphs using Grafana

Опубликовано: 11 Декабрь 2022
на канале: Kishan Kumar
1,019
17

In this video, we'll create a java application that will push the metrics to a time series database OpenTSDB. We'll further plot those metrics on Grafana to get a better understanding and to get the trend of our data.
We'll explore a way to expose our localhost to the public internet. We'll learn how to spin up a local database using docker and how to configure the grafana to gather all the data.

Link to the resources:
How to Install IntelliJ IDEA:    • How to Download and Install IntelliJ ...  
Install Docker: https://docs.docker.com/desktop/insta...
OpenTSDB Docker: https://hub.docker.com/r/petergrace/o...
OpenTSDB Maven Repository: https://mvnrepository.com/artifact/io...

If you like this video, do consider subscribing and leaving a like.
#grafana #java #opentsdb #application #macos