Helidon Microprofile Metrics SE

Metrics APIs and implementation necessary for Java SE using Helidon Web Server

License

License

Categories

Categories

Helidon Container Microservices Metrics Application Testing & Monitoring Monitoring
GroupId

GroupId

io.helidon.microprofile.metrics
ArtifactId

ArtifactId

helidon-metrics-se
Last Version

Last Version

0.10.6
Release Date

Release Date

Type

Type

jar
Description

Description

Helidon Microprofile Metrics SE
Metrics APIs and implementation necessary for Java SE using Helidon Web Server
Project URL

Project URL

https://helidon.io/helidon-metrics-se
Project Organization

Project Organization

Oracle Corporation

Download helidon-metrics-se

How to add to project

<!-- https://jarcasting.com/artifacts/io.helidon.microprofile.metrics/helidon-metrics-se/ -->
<dependency>
    <groupId>io.helidon.microprofile.metrics</groupId>
    <artifactId>helidon-metrics-se</artifactId>
    <version>0.10.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.microprofile.metrics/helidon-metrics-se/
implementation 'io.helidon.microprofile.metrics:helidon-metrics-se:0.10.6'
// https://jarcasting.com/artifacts/io.helidon.microprofile.metrics/helidon-metrics-se/
implementation ("io.helidon.microprofile.metrics:helidon-metrics-se:0.10.6")
'io.helidon.microprofile.metrics:helidon-metrics-se:jar:0.10.6'
<dependency org="io.helidon.microprofile.metrics" name="helidon-metrics-se" rev="0.10.6">
  <artifact name="helidon-metrics-se" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.microprofile.metrics', module='helidon-metrics-se', version='0.10.6')
)
libraryDependencies += "io.helidon.microprofile.metrics" % "helidon-metrics-se" % "0.10.6"
[io.helidon.microprofile.metrics/helidon-metrics-se "0.10.6"]

Dependencies

compile (4)

Group / Artifact Type Version
org.eclipse.microprofile.metrics : microprofile-metrics-api jar 1.1
io.helidon.common : helidon-common jar 0.10.6
io.helidon.webserver : helidon-webserver jar 0.10.6
io.helidon.webserver : helidon-webserver-json jar 0.10.6

test (2)

Group / Artifact Type Version
io.helidon.webserver : helidon-webserver-netty jar 0.10.6
io.helidon.microprofile.bundles : internal-test-libs jar 0.10.6

Project Modules

There are no modules declared in this project.

latest version latest version follow on Twitter

Helidon: Java Libraries for Microservices

Project Helidon is a set of Java Libraries for writing microservices. Helidon supports two programming models:

  • Helidon MP: MicroProfile 3.2
  • Helidon SE: a small, functional style API

In either case your application is just a Java SE program.

License

Helidon is available under Apache License 2.0.

Documentation

Latest documentation and javadocs are available at https://helidon.io/docs/latest.

Get Started

See Getting Started at https://helidon.io.

Downloads / Accessing Binaries

There are no Helidon downloads. Just use our Maven releases (GroupID io.helidon). See Getting Started at https://helidon.io.

Helidon CLI

MacOS:

curl -O https://helidon.io/cli/latest/darwin/helidon
chmod +x ./helidon
sudo mv ./helidon /usr/local/bin/

Linux:

curl -O https://helidon.io/cli/latest/linux/helidon
chmod +x ./helidon
sudo mv ./helidon /usr/local/bin/

See this document for more info.

Build

You need JDK 11+ to build Helidon.

You also need Maven. We recommend 3.5 or newer.

Building the documentation requires the dot utility from Graphviz. This is included in many Linux distributions. For other platforms see https://www.graphviz.org/.

Full build

$ mvn install

Checkstyle

# Cd to the component you want to check
$ mvn validate  -Pcheckstyle

Copyright

# Cd to the component you want to check
$ mvn validate  -Pcopyright

Spotbugs

# Cd to the component you want to check
$ mvn verify  -Pspotbugs

Build Scripts

Build scripts are located in etc/scripts. These are primarily used by our pipeline, but a couple are handy to use on your desktop to verify your changes.

  • copyright.sh: Run a full copyright check
  • checkstyle.sh: Run a full style check

Get Help

Get Involved

Stay Informed

io.helidon.microprofile.metrics

Oracle

Open Source at Oracle

Versions

Version
0.10.6
0.10.5
0.10.4
0.10.3
0.10.2
0.10.1
0.10.0
0.9.1
0.9.0