Hawkular APM::Server::API

Hawkular Application Performance Management

Лицензия

Лицензия

Группа

Группа

org.hawkular.apm
Идентификатор

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

hawkular-apm-server-api
Последняя версия

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

0.14.4.Final
Дата

Дата

Тип

Тип

jar
Описание

Описание

Hawkular APM::Server::API
Hawkular Application Performance Management
Организация-разработчик

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

Red Hat, Inc.

Скачать hawkular-apm-server-api

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

<!-- https://jarcasting.com/artifacts/org.hawkular.apm/hawkular-apm-server-api/ -->
<dependency>
    <groupId>org.hawkular.apm</groupId>
    <artifactId>hawkular-apm-server-api</artifactId>
    <version>0.14.4.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.hawkular.apm/hawkular-apm-server-api/
implementation 'org.hawkular.apm:hawkular-apm-server-api:0.14.4.Final'
// https://jarcasting.com/artifacts/org.hawkular.apm/hawkular-apm-server-api/
implementation ("org.hawkular.apm:hawkular-apm-server-api:0.14.4.Final")
'org.hawkular.apm:hawkular-apm-server-api:jar:0.14.4.Final'
<dependency org="org.hawkular.apm" name="hawkular-apm-server-api" rev="0.14.4.Final">
  <artifact name="hawkular-apm-server-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hawkular.apm', module='hawkular-apm-server-api', version='0.14.4.Final')
)
libraryDependencies += "org.hawkular.apm" % "hawkular-apm-server-api" % "0.14.4.Final"
[org.hawkular.apm/hawkular-apm-server-api "0.14.4.Final"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.hawkular.apm : hawkular-apm-api jar 0.14.4.Final
io.zipkin.java : zipkin jar 1.13.1
org.apache.httpcomponents : httpclient jar 4.5

provided (9)

Идентификатор библиотеки Тип Версия
org.jboss.logging : jboss-logging jar
org.jboss.logging : jboss-logging-annotations jar
org.jboss.logging : jboss-logging-processor jar
javax.inject : javax.inject jar
javax.enterprise : cdi-api jar
javax.enterprise.concurrent : javax.enterprise.concurrent-api jar 1.0
com.fasterxml.jackson.core : jackson-core jar 2.6.0
com.fasterxml.jackson.core : jackson-databind jar 2.6.0
com.fasterxml.jackson.core : jackson-annotations jar 2.6.0

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

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

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

Hawkular-APM

This project is now ARCHIVED and deprecated in favor of CNCF's Jaeger. See our announcement blog post for more details.

Travis Jira Issues Join the chat at freenode:hawkular

Hawkular APM is the Application Performance Management solution offering:

  • Distributed Tracing (e.g. for microservices)
  • Application Performance Management
  • Business Transaction Management (currently only using JVM javaagent based approach)

Applications can be instrumented using the OpenTracing standard API, optionally with the help of framework integrations and a non-intrusive Java Agent, that can be found in the OpenTracing contrib organization. It is also possible to use Hawkular APM as an alternative backend for Zipkin client libraries.

Hawkular APM provides the capabilities to monitor the flow of invocations across servers, tiers, on-premises and in the cloud. It also enables detailed performance analysis to be performed of the individual components that make up an application.

Project documentation can be found here.

Build & Run

To build and run execute:

$ mvn clean install -Pdev -DskipTests [-Pitest]
$ dist/target/hawkular-apm-${version}/bin/standalone.sh [-Djboss.http.port=9411]

-> go to http://localhost:[8080|9411]/ and log in with admin:password

The parameters to these commands are:

  • -Djboss.http.port=9411 - bind APM port to Zipkin 9411 port. Default APM port is 8080.
  • -Pdev - create user admin:password
  • -Pitest - run integration tests

Add non-intrusive Java instrumentation to instrument your applications (doc):

$ source dist/target/hawkular-apm-${version}/apm/setenv.sh <APM server port>

-> restart your Java applications

REST API documentation can be generated using -Pdocgen profile. The doc is generated under rest/target folder.

$ mvn clean install -Pdocgen

Project Structure

The project is divided into several areas:

Folder Description
api This module contains the Java interfaces for services and processors, as well as the information model for exchanging business transaction information.
client This folder contains the modules used to collector information from an execution environment.
dist This module builds a distribution containing a pre-packaged Hawkular server with APM installed.
examples This folder contains example applications.
server This folder contains the modules related to the server.
tests This folder contains the integration tests.
ui The angularjs based user interface.

Related Repositories

License

Hawkular-APM is released under Apache License, Version 2.0 as described in the LICENSE document

   Copyright 2015-2017 Red Hat, Inc.

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
org.hawkular.apm

Hawkular

Monitoring services: Metrics, Alerting, Inventory, Application Performance Management

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

Версия
0.14.4.Final
0.14.3.Final
0.14.2.Final
0.14.1.Final
0.14.0.Final
0.13.0.Final
0.12.0.Final
0.11.0.Final
0.10.0.Final
0.9.2.Final
0.9.1.Final
0.9.0.Final