zipkin-layout-factory

Spring Boot Layout Factory for Apache Zipkin (incubating)

Лицензия

Лицензия

Категории

Категории

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

Группа

org.apache.zipkin.layout
Идентификатор

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

zipkin-layout-factory
Последняя версия

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

0.0.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

zipkin-layout-factory
Spring Boot Layout Factory for Apache Zipkin (incubating)
Ссылка на сайт

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

https://github.com/apache/incubator-zipkin-layout-factory
Организация-разработчик

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

The Apache Software Foundation
Система контроля версий

Система контроля версий

https://github.com/apache/incubator-zipkin-layout-factory

Скачать zipkin-layout-factory

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-loader-tools jar 2.1.4.RELEASE

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.assertj : assertj-core jar 3.12.2

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

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

Custom Layout Factory for Zipkin Modules

Gitter chat Build Status Maven Central

Zipkin Layout Factory is an assembly that allows extensions, such as custom collectors or storage implementations.

This repository includes a spring-boot-plugin layout which creates artifacts of type module. spring-boot servers can load these using PropertiesLoader.

This plugin uses the Spring Boot's CustomLayout Factory implementation.

Usage

Include Spring boot maven plugin and modify the build task like below.

<plugin>
  <groupId>org.springframework.boot</groupId>
	<artifactId>spring-boot-maven-plugin</artifactId>
	<version>2.4.0</version>
	<configuration>
	    <layoutFactory implementation="zipkin.layout.ZipkinLayoutFactory">
		    <name>zipkin</name>
		</layoutFactory>
	</configuration>
	<dependencies>
	    <dependency>
		    <groupId>io.zipkin.layout</groupId>
			<artifactId>zipkin-layout-factory</artifactId>
			<version>0.1.0</version>
		</dependency>
	</dependencies>
</plugin>

Artifacts

The artifact published is zipkin-layout-factory under the group ID io.zipkin.layout

Library Releases

Releases are at Sonatype and Maven Central

Library Snapshots

Snapshots are uploaded to Sonatype after commits to master.

org.apache.zipkin.layout

The Apache Software Foundation

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

Версия
0.0.5