All Projects → hawkular → Hawkular Apm

hawkular / Hawkular Apm

Licence: apache-2.0
This project is now deprecated, in favor of CNCF's Jaeger (was: Distributed Tracing and Application Performance Management)

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Hawkular Apm

Sofa Tracer
SOFATracer is a component for the distributed system call trace. And through a unified traceId logging the logs of various network calls in the invoking link. These logs can be used for quick discovery of faults, service governance, etc.
Stars: ✭ 881 (+572.52%)
Mutual labels:  opentracing
Brave Opentracing
Bridge between OpenTracing and Brave
Stars: ✭ 64 (-51.15%)
Mutual labels:  opentracing
Opentracing Auto
Out of the box distributed tracing for Node.js applications with OpenTracing.
Stars: ✭ 110 (-16.03%)
Mutual labels:  opentracing
Core
Package core is a service container that elegantly bootstrap and coordinate twelve-factor apps in Go.
Stars: ✭ 34 (-74.05%)
Mutual labels:  opentracing
Jaeger Client Ruby
OpenTracing Tracer implementation for Jaeger in Ruby
Stars: ✭ 59 (-54.96%)
Mutual labels:  opentracing
Trace4cats
Distributed app tracing implementation in pure scala using cats-effect
Stars: ✭ 80 (-38.93%)
Mutual labels:  opentracing
Opentracing Php
MOVED TO https://github.com/opentracing/opentracing-php
Stars: ✭ 18 (-86.26%)
Mutual labels:  opentracing
Loki
Loki: Simple, Distributed Tracing
Stars: ✭ 127 (-3.05%)
Mutual labels:  opentracing
Java Jdbc
OpenTracing Instrumentation for JDBC
Stars: ✭ 60 (-54.2%)
Mutual labels:  opentracing
Java Kafka Client
OpenTracing Instrumentation for Apache Kafka Client
Stars: ✭ 101 (-22.9%)
Mutual labels:  opentracing
Csharp Grpc
OpenTracing Instrumentation for gRPC
Stars: ✭ 40 (-69.47%)
Mutual labels:  opentracing
Jaeger Openshift
Support for deploying Jaeger into OpenShift
Stars: ✭ 53 (-59.54%)
Mutual labels:  opentracing
Java Spring Web
OpenTracing Spring Web instrumentation
Stars: ✭ 89 (-32.06%)
Mutual labels:  opentracing
Java Vertx Web
OpenTracing instrumentation for Vert.x web package
Stars: ✭ 21 (-83.97%)
Mutual labels:  opentracing
Microservice App
A microservices architecture app powered by golang.
Stars: ✭ 114 (-12.98%)
Mutual labels:  opentracing
Dd Opentracing Cpp
Datadog Opentracing C++ Client
Stars: ✭ 22 (-83.21%)
Mutual labels:  opentracing
Lightstep Tracer Javascript
Lightstep distributed tracing library for Node.js and the browser
Stars: ✭ 72 (-45.04%)
Mutual labels:  opentracing
Stagemonitor
an open source solution to application performance monitoring for java server applications
Stars: ✭ 1,664 (+1170.23%)
Mutual labels:  opentracing
Dd Trace Dotnet
.NET Tracer for Datadog APM
Stars: ✭ 125 (-4.58%)
Mutual labels:  opentracing
Otter
Support for OpenTracing in Erlang
Stars: ✭ 96 (-26.72%)
Mutual labels:  opentracing

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].