Skip to content

Releases: Aiven-Open/prometheus-exporter-plugin-for-opensearch

Release 2.8.0.0

13 Jun 13:09
2.8.0.0
Compare
Choose a tag to compare

Release notes 2.8.0.0

Improvements & Maintenance:

  • Upgrade to gradle 8.1.1 [#186]
  • Upgrade to OpenSearch 2.8.0 [#184]

Release 1.3.10.0

23 May 14:45
1.3.10.0
Compare
Choose a tag to compare

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

10 May 17:47
2.7.0.0
Compare
Choose a tag to compare

Release notes 2.7.0.0

Improvements & Maintenance:

  • Upgrade to OpenSearch 2.7.0 [#169]

New Features:

  • 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 1.3.9.0

20 Mar 15:33
1.3.9.0
Compare
Choose a tag to compare

Release notes 1.3.9.0

Improvements & Maintenance:

Release 2.6.0.0

03 Mar 13:17
2.6.0.0
Compare
Choose a tag to compare

Release notes 2.6.0.0

Improvements & Maintenance:

  • Upgrade to OpenSearch 2.6.0 [#143]

Release 1.3.8.0

03 Mar 14:20
1.3.8.0
Compare
Choose a tag to compare

Release notes 1.3.8.0

Improvements & Maintenance:

  • Upgrade to OpenSearch 1.3.8 [#146]

Release 2.5.0.0

30 Jan 19:21
2.5.0.0
Compare
Choose a tag to compare

Release notes 2.5.0.0

Improvements & Maintenance:

  • Upgrade to OpenSearch 2.5.0 [#132]
  • Upgrade Prometheus Java client to 0.16.0 [#135]
  • Remove all grants from plugin-security.policy [#131]
  • Specify REST API specs for yamlRestTest [#139]
  • Remove leftover from plugin template [#9]

Release 2.4.1.0

19 Dec 16:02
2.4.1.0
Compare
Choose a tag to compare

Release notes 2.4.1.0

Improvements & Maintenance:

  • Upgrade to OpenSearch 2.4.1 [#126]

Release 1.3.7.0

19 Dec 14:28
1.3.7.0
Compare
Choose a tag to compare

Release notes 1.3.7.0

Improvements & Maintenance:

  • Upgrade to OpenSearch 1.3.7 [#125]

Release Mixin 1.0.0-rc.1

06 Dec 15:02
mixin-1.0.0-rc.1
Compare
Choose a tag to compare

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).