Please enable JavaScript.
Coggle requires JavaScript to display documents.
Glossary - Coggle Diagram
Glossary
ZIPKin
Zipkin is a distributed tracing system. It helps gather timing data needed to troubleshoot latency problems in service architectures. Features include both the collection and lookup of this data.
The most popular ways to report data to Zipkin are via HTTP or Kafka, though many other options exist, such as Apache ActiveMQ, gRPC and RabbitMQ.
The data served to the UI are stored in-memory, or persistently with a supported backend such as Apache Cassandra or Elasticsearch.
The Zipkin UI also presents a Dependency diagram showing how many traced requests went through each application. This can be helpful for identifying aggregate behavior including error paths or calls to deprecated services.
Zipkin and Jaeger are both systems that collect metrics exported from Prometheus. They let you offload data store maintenance to Elasticsearch or Cassandra and run the datastore yourself.
Zipkin provides a limited query language for retrieving trace data, suitable for basic analysis and troubleshooting. Jaeger introduces Jaeger Query Language (JQL), offering more advanced querying capabilities for trace data, enabling users to perform detailed analysis and custom queries
: Kibana is part of the ELK stack (Elasticsearch, Logstash, Kibana) and is typically used for analyzing and visualizing log data, whereas Zipkin is a standalone distributed tracing system that integrates with various frameworks and platforms.
Prometheus uses a pull-based model, periodically gathering metrics directly from target endpoints. In contrast, Zipkin prioritizes distributed tracing and utilizes a push-based model by leveraging instrumentation within the application code to gather tracing data
If you are looking for a tool to monitor and analyze time-series data, then Grafana may be a good option. If you are working with data that is stored in Elasticsearch and you want to use powerful search and visualization capabilities, then Kibana may be a better fit.
Jaeger, OpenTracing, New Relic, AppDynamics, and Prometheus are the most popular alternatives and competitors to Zipkin.
CSS
Cascading Style Sheets is a style sheet language used for specifying the presentation and styling of a document written in a markup language such as HTML or XML.
It si Programming Lang
Bootstrap
Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first front-end web development. It contains HTML, CSS and JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components.
NBFC
A non-banking financial institution or non-bank financial company is a financial institution that is not legally a bank; it does not have a full banking license or is not supervised by a national or international banking regulatory agency
mobile first front end web development
A “mobile-first” approach involves designing a desktop site starting with the mobile version, which is then adapted to larger screens (contrary to the traditional approach of starting with a desktop site and then adapting it to smaller screens).
CSV file : Comma-separated values is a text file format that uses commas to separate values, and newlines to separate records. A CSV file stores tabular data in plain text, where each line of the file typically represents one data record
svelte