Skip to content

Releases: strimzi/metrics-reporter

0.1.0

23 Oct 06:37
Compare
Choose a tag to compare

Main changes

  • Initial release

All changes can be found under the 0.1.0 milestone.

Use it with Maven

Define the Strimzi Metrics Reporter as a dependency

<dependency>
    <groupId>io.strimzi</groupId>
    <artifactId>metrics-reporter</artifactId>
    <version>0.1.0</version>
</dependency>

Download the archives

You can also download the ZIP / TAG.GZ archives and add the libraries to your Apache Kafka classpath.

New Contributors

0.1.0-rc3

17 Oct 19:52
Compare
Choose a tag to compare
0.1.0-rc3 Pre-release
Pre-release

Main changes since RC2

  • Remove duplicate kafka_server_ prefix (#51)
  • Separate logic for Kafka and Yammer metrics (#49)

All changes can be found under the 0.1.0 milestone.

Use it with Maven

To use this release directly from your Java build, add the staging repository:

  <repositories>
    <repository>
      <id>staging</id>
      <url>https://oss.sonatype.org/content/repositories/iostrimzi-1231/</url>
    </repository>
  </repositories>

And define the Strimzi Metrics Reporter as a dependency

<dependency>
    <groupId>io.strimzi</groupId>
    <artifactId>metrics-reporter</artifactId>
    <version>0.1.0</version>
</dependency>

Download the archives

You can also download the ZIP / TAG.GZ archives and add the libraries to your Apache Kafka classpath.

0.1.0-rc2

30 Sep 14:10
Compare
Choose a tag to compare
0.1.0-rc2 Pre-release
Pre-release

Main changes since RC1

  • Correctly handle KafkaMetric metrics (#45)
  • Use global Collector to handle multiple reporters in the JVM (#46)

All changes can be found under the 0.1.0 milestone.

Use it with Maven

To use this release directly from your Java build, add the staging repository:

  <repositories>
    <repository>
      <id>staging</id>
      <url>https://oss.sonatype.org/content/repositories/iostrimzi-1228/</url>
    </repository>
  </repositories>

And define the Strimzi Metrics Reporter as a dependency

<dependency>
    <groupId>io.strimzi</groupId>
    <artifactId>metrics-reporter</artifactId>
    <version>0.1.0</version>
</dependency>

Download the archives

You can also download the ZIP / TAG.GZ archives and add the libraries to your Apache Kafka classpath.

New Contributors

What's Changed

0.1.0-rc1

02 Sep 18:47
Compare
Choose a tag to compare
0.1.0-rc1 Pre-release
Pre-release

Main changes

  • Initial release

All changes can be found under the 0.1.0 milestone.

Use it with Maven

To use this release directly from your Java build, add the staging repository:

  <repositories>
    <repository>
      <id>staging</id>
      <url>https://oss.sonatype.org/content/repositories/iostrimzi-1227/</url>
    </repository>
  </repositories>

And define the Strimzi Metrics Reporter as a dependency

<dependency>
    <groupId>io.strimzi</groupId>
    <artifactId>metrics-reporter</artifactId>
    <version>0.1.0</version>
</dependency>

Download the archives

You can also download the ZIP / TAG.GZ archives and add the libraries to your Apache Kafka classpath.

New Contributors

What's Changed