|
1 |
| -[Middleware](https://middleware.io/)'s APM (Application Performance Monitoring) tool is a powerful solution that empowers developers to gain valuable insights into the performance and behavior of their Python applications. |
| 1 | +[![Contributors][contributors-shield]][contributors-url] |
| 2 | +[![Forks][forks-shield]][forks-url] |
| 3 | +[![Stargazers][stars-shield]][stars-url] |
| 4 | +[![Issues][issues-shield]][issues-url] |
| 5 | +[![MIT License][license-shield]][license-url] |
| 6 | +[![LinkedIn][linkedin-shield]][linkedin-url] |
2 | 7 |
|
3 |
| -By installing the Middleware Host agent and integrating the APM package, developers can seamlessly monitor their applications and take advantage of various functionalities. The APM allows automatic collection of distributed tracing data, metrics, logs, and profiling information. |
| 8 | +<br /> |
| 9 | +<div align="center"> |
4 | 10 |
|
5 |
| -You can follow our [documentation](https://docs.middleware.io/docs/apm-configuration/python/python-apm-setup) to install the Middleware Host agent and integrate the APM package with your [Python](https://app.middleware.io/installation/apm/python) application. |
| 11 | + <h1 align="center">Middleware - Python APM</h1> |
| 12 | + |
| 13 | + <p align="center"> |
| 14 | + An Application Performance Monitoring (APM) tool for Python applications and libraries |
| 15 | + <br /> |
| 16 | + <a href="https://docs.middleware.io/apm-configuration/python"><strong>Explore the docs »</strong></a> |
| 17 | + <br /> |
| 18 | + <br /> |
| 19 | + <a href="https://github.com/middleware-labs/agent-apm-python/issues/new?labels=bug&template=bug-report---.md">Report Bug</a> |
| 20 | + · |
| 21 | + <a href="https://github.com/middleware-labs/agent-apm-python/issues/new?labels=enhancement&template=feature-request---.md">Request Feature</a> |
| 22 | + </p> |
| 23 | +</div> |
| 24 | + |
| 25 | +## About |
| 26 | + |
| 27 | +[![Product Name Screen Shot][product-screenshot]](https://middleware.io/) |
| 28 | + |
| 29 | +Middleware's APM (Application Performance Monitoring) tool offers a comprehensive solution for developers seeking to enhance the performance and observability of their Python applications. |
| 30 | + |
| 31 | +By installing the Middleware Host Agent and integrating the APM package, developers can seamlessly monitor applications, capturing distributed tracing data, metrics, logs, and profiling information. This enables a thorough view of application performance and behavior. |
| 32 | + |
| 33 | +For detailed instructions on installing the Middleware Host Agent and integrating the APM package, refer to our [documentation](https://docs.middleware.io/apm-configuration/python) for Python applications. |
| 34 | + |
| 35 | +Latest release built with: |
| 36 | + |
| 37 | +- [OpenTelemetry version 1.27.0/0.48b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.27.0) |
| 38 | + |
| 39 | +Requirements |
| 40 | + |
| 41 | +- Python 3.8 or higher |
| 42 | + |
| 43 | +# Installation |
| 44 | + |
| 45 | +Run the following command in your terminal: |
| 46 | + |
| 47 | +```shell |
| 48 | +pip install middleware-io |
| 49 | +``` |
| 50 | + |
| 51 | +To install with **Continuous Profiling** support: |
| 52 | + |
| 53 | +```shell |
| 54 | +pip install middleware-io[profiling] |
| 55 | +``` |
| 56 | + |
| 57 | +For further details on prerequisites, configuration options, and use, visit our docs page at [https://docs.middleware.io/apm-configuration/python](https://docs.middleware.io/apm-configuration/python). |
| 58 | + |
| 59 | +For framwork based python instrumentation examples, visit github repo at [https://github.com/middleware-labs/demo-apm-python](https://github.com/middleware-labs/demo-apm-python). |
| 60 | + |
| 61 | +<!-- LICENSE --> |
| 62 | +## License |
| 63 | + |
| 64 | +Distributed under the Apache License. See `LICENSE` for more information. |
| 65 | + |
| 66 | +[contributors-shield]: https://img.shields.io/github/contributors/middleware-labs/agent-apm-python.svg?style=for-the-badge |
| 67 | +[contributors-url]: https://github.com/middleware-labs/agent-apm-python/graphs/contributors |
| 68 | +[forks-shield]: https://img.shields.io/github/forks/middleware-labs/agent-apm-python.svg?style=for-the-badge |
| 69 | +[forks-url]: https://github.com/middleware-labs/agent-apm-python/network/members |
| 70 | +[stars-shield]: https://img.shields.io/github/stars/middleware-labs/agent-apm-python.svg?style=for-the-badge |
| 71 | +[stars-url]: https://github.com/middleware-labs/agent-apm-python/stargazers |
| 72 | +[issues-shield]: https://img.shields.io/github/issues/middleware-labs/agent-apm-python.svg?style=for-the-badge |
| 73 | +[issues-url]: https://github.com/middleware-labs/agent-apm-python/issues |
| 74 | +[license-shield]: https://img.shields.io/github/license/middleware-labs/agent-apm-python.svg?style=for-the-badge |
| 75 | +[license-url]: https://github.com/middleware-labs/agent-apm-python/blob/master/LICENSE |
| 76 | +[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555 |
| 77 | +[linkedin-url]: https://www.linkedin.com/company/middleware-labs |
| 78 | +[product-screenshot]: https://private-user-images.githubusercontent.com/176276560/353724065-da5d3b3b-cd41-4dbc-b322-235eb1e7b0de.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzE2NzAxNzcsIm5iZiI6MTczMTY2OTg3NywicGF0aCI6Ii8xNzYyNzY1NjAvMzUzNzI0MDY1LWRhNWQzYjNiLWNkNDEtNGRiYy1iMzIyLTIzNWViMWU3YjBkZS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQxMTE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MTExNVQxMTI0MzdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1kYjQwYTkzMDY5MGI2YTIyYjUzYjI3NzkwMWMxMzRkNDM0ZTU2OTZhNGQ2NmQ2MTc2YmM1ZmY0ZTNjNWE4NzEyJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.t03mymEssn8wA-KNIb7uIzaMQOMgiK_rBWgnepQ0awI |
0 commit comments