Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mindw/elasticsearch-prometheus-exporter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: vvanholl/elasticsearch-prometheus-exporter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 20 commits
  • 3 files changed
  • 3 contributors

Commits on Jan 21, 2022

  1. Prepare next release

    vvanholl committed Jan 21, 2022
    Copy the full SHA
    87cb593 View commit details

Commits on Feb 2, 2022

  1. Copy the full SHA
    50394e9 View commit details

Commits on Feb 4, 2022

  1. Merge pull request vvanholl#336 from TheRealDwright/elasticsearch-v7.…

    …17.0
    
    Update to elasticsearch version 7.17.0
    vvanholl authored Feb 4, 2022
    Copy the full SHA
    75ea396 View commit details
  2. Prepare next release

    vvanholl committed Feb 4, 2022
    Copy the full SHA
    b3f4736 View commit details

Commits on Mar 11, 2022

  1. Copy the full SHA
    9b5eeb0 View commit details
  2. Copy the full SHA
    0a25fef View commit details
  3. Prepare next release

    vvanholl committed Mar 11, 2022
    Copy the full SHA
    c25c1a0 View commit details

Commits on Apr 8, 2022

  1. Copy the full SHA
    466c6f7 View commit details
  2. Prepare next release

    vvanholl committed Apr 8, 2022
    Copy the full SHA
    ccd45da View commit details

Commits on Apr 22, 2022

  1. Copy the full SHA
    e2650bb View commit details
  2. Prepare next release

    vvanholl committed Apr 22, 2022
    Copy the full SHA
    a18031b View commit details

Commits on May 24, 2022

  1. 7.17.4 was released

    benlangfeld authored May 24, 2022
    Copy the full SHA
    440d354 View commit details

Commits on May 25, 2022

  1. Merge pull request vvanholl#345 from powerhome/7.17.4-release

    7.17.4 was released
    vvanholl authored May 25, 2022
    Copy the full SHA
    03530b6 View commit details
  2. Prepare next release

    vvanholl committed May 25, 2022
    Copy the full SHA
    5afc7e1 View commit details

Commits on Jul 6, 2022

  1. Copy the full SHA
    a31d335 View commit details
  2. Prepare next release

    vvanholl committed Jul 6, 2022
    Copy the full SHA
    9b9f148 View commit details

Commits on Aug 31, 2022

  1. Copy the full SHA
    bb5b6de View commit details
  2. Prepare next release

    vvanholl committed Aug 31, 2022
    Copy the full SHA
    1aa69ff View commit details

Commits on Oct 26, 2022

  1. Copy the full SHA
    e8b822b View commit details
  2. Prepare next release

    vvanholl committed Oct 26, 2022
    Copy the full SHA
    d5f30ca View commit details
Showing with 12 additions and 4 deletions.
  1. +2 −2 .github/workflows/ci.yml
  2. +9 −1 README.md
  3. +1 −1 gradle.properties
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -13,8 +13,8 @@ on:
- "6.x"

env:
gradle-version: "7.1.1"
java-version: "16"
gradle-version: "7.4.1"
java-version: "17"

jobs:
build:
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -27,6 +27,14 @@ It collects all relevant metrics and makes them available to Prometheus via the

| Elasticsearch | Plugin | Release date |
| -------------- | -------------- | ------------ |
| 7.17.7 | 7.17.7.0 | Oct 26, 2022 |
| 7.17.6 | 7.17.6.0 | Aug 31, 2022 |
| 7.17.5 | 7.17.5.0 | Jul 06, 2022 |
| 7.17.4 | 7.17.4.0 | May 24, 2022 |
| 7.17.3 | 7.17.3.0 | Apr 22, 2022 |
| 7.17.2 | 7.17.2.0 | Apr 08, 2022 |
| 7.17.1 | 7.17.1.0 | Mar 11, 2022 |
| 7.17.0 | 7.17.0.0 | Feb 01, 2022 |
| 7.16.3 | 7.16.3.0 | Jan 14, 2022 |
| 7.16.2 | 7.16.2.0 | Dec 20, 2021 |
| 7.16.1 | 7.16.1.0 | Dec 13, 2021 |
@@ -77,7 +85,7 @@ It collects all relevant metrics and makes them available to Prometheus via the

## Install

`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.16.3.0/prometheus-exporter-7.16.3.0.zip`
`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.17.7.0/prometheus-exporter-7.17.7.0.zip`

**Do not forget to restart the node after the installation!**

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
group = org.elasticsearch.plugin.prometheus

version = 7.16.3.0
version = 7.17.7.1-SNAPSHOT

pluginName = prometheus-exporter
pluginClassname = org.elasticsearch.plugin.prometheus.PrometheusExporterPlugin