Helidon WebServer Zipkin

The Open Tracing support based on Brave that is a Java implementation of the Zipkin integration.

Лицензия

Лицензия

Категории

Категории

Helidon Контейнер Микросервисы Zipkin Тестирование приложения и мониторинг Application Performance Monitoring (APM)
Группа

Группа

io.helidon.webserver
Идентификатор

Идентификатор

helidon-webserver-zipkin
Последняя версия

Последняя версия

0.10.6
Дата

Дата

Тип

Тип

jar
Описание

Описание

Helidon WebServer Zipkin
The Open Tracing support based on Brave that is a Java implementation of the Zipkin integration.
Ссылка на сайт

Ссылка на сайт

https://helidon.io/helidon-webserver-zipkin
Организация-разработчик

Организация-разработчик

Oracle Corporation

Скачать helidon-webserver-zipkin

Как подключить последнюю версию

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

Зависимости

compile (9)

Идентификатор библиотеки Тип Версия
io.helidon.webserver : helidon-webserver jar 0.10.6
io.helidon.common : helidon-common jar 0.10.6
io.opentracing : opentracing-util jar 0.31.0
javax.annotation : javax.annotation-api jar 1.3.1
io.zipkin.reporter2 : zipkin-sender-urlconnection jar 2.6.0
io.opentracing.brave : brave-opentracing jar 0.31.0
org.glassfish.jersey.core : jersey-client Необязательный jar
org.glassfish.jersey.core : jersey-server Необязательный jar
org.glassfish.jersey.inject : jersey-hk2 Необязательный jar

test (6)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-api jar 5.1.0
org.hamcrest : hamcrest-all jar 1.3
org.mockito : mockito-core jar 2.15.0
io.helidon.webserver : helidon-webserver-test-support jar 0.10.6
io.helidon.webserver : helidon-webserver-json jar 0.10.6
io.helidon.webserver : helidon-webserver-netty jar 0.10.6

Модули Проекта

Данный проект не имеет модулей.

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

Oracle

Open Source at Oracle

Версии библиотеки

Версия
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