Releases: Aiven-Open/prometheus-exporter-plugin-for-opensearch
Releases · Aiven-Open/prometheus-exporter-plugin-for-opensearch
Release 2.8.0.0
Release 1.3.10.0
Release notes 1.3.10.0
Improvements & Maintenance:
- Upgrade to OpenSearch 1.3.10 [#180]
New Features:
- [Back-port] Introduce a new indices filter for index level metrics [#167]
- This feature enables filtering index level metrics for specific indices only (based on flexible and updatable index name patterns)
Release 2.7.0.0
Release 1.3.9.0
Release 2.6.0.0
Release 1.3.8.0
Release 2.5.0.0
Release 2.4.1.0
Release 1.3.7.0
Release Mixin 1.0.0-rc.1
New Features:
-
Initial Grafana Dashboard that included sections for:
- Cluster high-level status: Cluster health charts and basic node counts
- Cluster shards: Number of cluster shards in individual states (active, initializing, relocating and unassigned)
- Thread Pools: Internal Thread Pools stats
- System: Basic Host system metrics provided as by OpenSearch
- Document and Latencies: Document indexing, deleting and searching stats
- Caches: Field data and Query caches stats
- Throttling: Indexing and merging throttling
- JVM: Basic metrics of cluster nodes JVM (Heap and GC)
-
Initial Prometheus Alerts:
- OpenSearchClusterNotHealthy: Cluster health status alert
- OpenSearchBulkRequestsRejectionJumps: High increase in the node bulk request rejections count
- OpenSearchNodeDiskWatermarkReached: High/Low disk watermark threshold has been reached on the node
- OpenSearchJVMHeapUseHigh: High JVM Heap use on the node
- OpenSearchHostSystemCPUHigh: Host system CPU load is high
- OpenSearchProcessCPUHigh: OpenSearch process CPU load is high
Known issues:
- Cluster status chart does not correctly display the cluster health (ie: Green, Yellow, Red).
- Node DiskWatermark alerts use static thresholds value while they should be using node settings value exposed in metric (see relevant issue).