# landscape-model **Repository Path**: mirrors_valyala/landscape-model ## Basic Information - **Project Name**: landscape-model - **Description**: Model for the open-source application performance management landscape presented on the https://openapm.io website. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Open Source APM Landscape Model for the open-source application performance management (APM) landscape presented on the [OpenAPM](https://openapm.io/landscape) 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](https://github.com/openapm/landscape-model/blob/master/CONTRIBUTE.md) on how to contribute to the OpenAPM landscape!