/landscape-model

Model for the open-source application performance management landscape presented on the openapm.io website.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Open Source APM Landscape

Model for the open-source application performance management (APM) landscape presented on the OpenAPM website. The landscape illustrates the possibilities of combining different open-source tools to build tailored APM solutions.

Build

Building means combining all model files into one JSON file. The easiest way to do this is to execute the following command:

$ npm install
$ npm run-script build

The output file will be written to build/model.json.

Contributing

Read this notes on how to contribute to the OpenAPM landscape!