DivadOEC / hawkular-apm

Application Performance Management for Hawkular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hawkular-apm

Build Status

Hawkular APM is the Application Performance Management (APM) module for Hawkular.

The project will provide the capabilities to monitor the flow of invocations across servers, tiers, on-premises and in the cloud. It will also enable detailed performance analysis to be performed of the individual components that make up an application.

Build

To build the project, run:

mvn clean install [ -Ptests ]

The optional 'tests' profile will automatically run integration tests.

The distribution (a preconfigured version of WildFly with APM installed) can be found here: dist/target/hawkular-app-dist-<version>.zip.

Documentation

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:

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 BTM installed.

processors

This folder contains the processor implementations that derive higher level information from the raw
business transaction fragments reported by execution environments.

server

This folder contains the modules related to the server.

tests

This folder contains the integration tests.

tools

This folder contains the tools for working for APM.

ui

The angularjs based user interface.

License

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

   Copyright 2015-2016 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.

About

Application Performance Management for Hawkular

License:Apache License 2.0


Languages

Language:Java 89.7%Language:TypeScript 3.7%Language:HTML 2.9%Language:CSS 2.6%Language:JavaScript 0.5%Language:XSLT 0.4%Language:Shell 0.1%