|
| 1 | +# Metrics |
| 2 | + |
| 3 | +OpenObserve provides comprehensive metrics collection, storage, and visualization capabilities for monitoring your applications and infrastructure performance in real-time. |
| 4 | + |
| 5 | +## Overview |
| 6 | + |
| 7 | +Metrics in OpenObserve enable you to track key performance indicators, monitor system health, and gain insights into your application's behavior over time. Designed for high-throughput environments, OpenObserve efficiently handles metrics ingestion, storage, and querying at scale while maintaining cost-effectiveness. |
| 8 | + |
| 9 | + |
| 10 | +*Metrics Page view* |
| 11 | + |
| 12 | +## Key Features |
| 13 | + |
| 14 | +### Metrics Ingestion |
| 15 | +- **Multiple Formats**: Support for multiple formats including Prometheus remote-write and structured JSON metrics via HTTP ingestion. |
| 16 | +- **Push & Pull Models**: Supports push-based ingestion and integration with systems like Prometheus for pull-based scraping. |
| 17 | +- **High Throughput**: Handle millions of metrics per second with minimal latency |
| 18 | +- **Optimized Processing**: Optimized ingestion pipelines for high-throughput environments. |
| 19 | + |
| 20 | +### Data Types & Structure |
| 21 | +- **Time Series Data**: Native support for time-series metrics with timestamp precision |
| 22 | +- **Multi-dimensional**: Handle metrics with multiple labels and dimensions for detailed analysis |
| 23 | +- **Aggregation Functions**: Built-in support for common aggregation functions (sum, avg, min, max, count) |
| 24 | +- **Custom Metrics**: Flexible schema for application-specific metrics and KPIs |
| 25 | + |
| 26 | +### Query & Analysis |
| 27 | + |
| 28 | +- **PromQL Support**: Full compatibility with Prometheus Query Language for familiar querying |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | +- **SQL Interface**: Use SQL syntax for complex metrics analysis and reporting |
| 33 | + |
| 34 | +- **Time Range Selection**: Flexible time range queries with support for relative and absolute time periods |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | +- **Mathematical Operations**: Perform calculations and transformations on metrics data |
| 39 | + |
| 40 | +### Visualization & Dashboards |
| 41 | + |
| 42 | +- **Real-time Charts**: Interactive time-series visualizations with multiple chart types |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | +- **Custom Dashboards**: Create comprehensive dashboards with multiple metrics panels |
| 47 | + |
| 48 | +- **Alerting Integration**: Set up alerts based on metrics thresholds and conditions |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | +### Storage & Performance |
| 53 | + |
| 54 | +- **Optimized Compression**: Advanced compression algorithms reduce storage costs. |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | +- **Efficient Indexing**: High-performance indexing for fast query execution across large datasets |
| 59 | + |
| 60 | +- **Downsampling**: Automatic data [downsampling](../user-guide/metrics/downsampling-metrics.md) for long-term storage optimization |
| 61 | + |
| 62 | +- **Retention Policies**: [Configurable retention settings](../user-guide/streams/extended-retention.md) to balance storage costs and data availability |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | +### Integration & Compatibility |
| 67 | +- **Prometheus Compatible**: Full compatibility with Prometheus ecosystem and exporters |
| 68 | +- **OpenTelemetry Ecosystem**: Full compatibility with OpenTelemetry collectors and instrumentation libraries |
| 69 | +- **API Access**: RESTful APIs for programmatic access to metrics data |
| 70 | +- **Standard Exporters**: Support for popular metrics exporters (Node Exporter, cAdvisor, etc.) |
0 commit comments