Pages

Showing posts with label visualize. Show all posts
Showing posts with label visualize. Show all posts

Thursday, 1 August 2019

Zipkin


Zipkin is a distributed tracing system. It helps gather timing data needed to troubleshoot latency problems in microservice architectures. It manages both the collection and lookup of this data. Zipkin’s design is based on the Google Dapper paper.

Kibana



Kibana lets you visualize your Elasticsearch data and navigate the Elastic Stack

Sonarqube



SonarQube Continous code quality checks tool
SonarQube is an open-source platform developed by SonarSource for continuous inspection of code quality to perform automatic reviews with static analysis of code to detect bugs, code smells, and security vulnerabilities on 20+ programming languages.