Observability Glossary

Metrics

Linkedin icon
Reddit icon

Metrics are essential for understanding how a system is performing. For example, in a web application, you might use metrics to track the average response time for different API endpoints. This can help you identify slow or underperforming parts of your application and optimize them for better user experience.

Projects such as Prometheus can be used to collect and store metrics from your application. You could measure the memory utilization of your Node.js server and create alerts based on certain thresholds to ensure it's always running optimally.

However, metrics are "just" aggregated numbers; they don't capture the full story of your application. Modern applications use distributed tracing solutions such as OpenTelemetry to get deeper insights into their application performance.

Explore related concepts
Start resolving issues today.
Without the hassle.