Name | middleware-io JSON |
Version |
2.0.0
JSON |
| download |
home_page | None |
Summary | Middleware's APM tool enables Python developers to effortlessly monitor their applications, gathering distributed tracing, metrics, logs, and profiling data for valuable insights and performance optimization. |
upload_time | 2024-11-18 10:04:18 |
maintainer | middleware-dev |
docs_url | None |
author | middleware-dev |
requires_python | >=3.8 |
license | Apache-2.0 |
keywords |
apm
middleware
monitoring
tracing
metrics
logs
|
VCS |
![](/static/img/github-24-000000.png) |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
<br />
<div align="center">
<h1 align="center">Middleware - Python APM</h1>
<p align="center">
An Application Performance Monitoring (APM) tool for Python applications and libraries
<br />
<a href="https://docs.middleware.io/apm-configuration/python"><strong>Explore the docs »</strong></a>
<br />
<br />
<a href="https://github.com/middleware-labs/agent-apm-python/issues/new?labels=bug&template=bug-report---.md">Report Bug</a>
·
<a href="https://github.com/middleware-labs/agent-apm-python/issues/new?labels=enhancement&template=feature-request---.md">Request Feature</a>
</p>
</div>
## About
[![Product Name Screen Shot][product-screenshot]](https://middleware.io/)
Middleware's APM (Application Performance Monitoring) tool offers a comprehensive solution for developers seeking to enhance the performance and observability of their Python applications.
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.
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.
Latest release built with:
- [OpenTelemetry version 1.27.0/0.48b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.27.0)
Requirements
- Python 3.8 or higher
# Installation
Run the following command in your terminal:
```shell
pip install middleware-io
```
To install with **Continuous Profiling** support:
```shell
pip install middleware-io[profiling]
```
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).
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).
<!-- LICENSE -->
## License
Distributed under the Apache License. See `LICENSE` for more information.
[contributors-shield]: https://img.shields.io/github/contributors/middleware-labs/agent-apm-python.svg?style=for-the-badge
[contributors-url]: https://github.com/middleware-labs/agent-apm-python/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/middleware-labs/agent-apm-python.svg?style=for-the-badge
[forks-url]: https://github.com/middleware-labs/agent-apm-python/network/members
[stars-shield]: https://img.shields.io/github/stars/middleware-labs/agent-apm-python.svg?style=for-the-badge
[stars-url]: https://github.com/middleware-labs/agent-apm-python/stargazers
[issues-shield]: https://img.shields.io/github/issues/middleware-labs/agent-apm-python.svg?style=for-the-badge
[issues-url]: https://github.com/middleware-labs/agent-apm-python/issues
[license-shield]: https://img.shields.io/github/license/middleware-labs/agent-apm-python.svg?style=for-the-badge
[license-url]: https://github.com/middleware-labs/agent-apm-python/blob/master/LICENSE
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/company/middleware-labs
[product-screenshot]: ./product.png
Raw data
{
"_id": null,
"home_page": null,
"name": "middleware-io",
"maintainer": "middleware-dev",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "APM, middleware, monitoring, tracing, metrics, logs",
"author": "middleware-dev",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/c2/44/b8c5b56d1dfd707799bdcec1693bcc6a88034a9ce66e3d93b18672a851fa/middleware_io-2.0.0.tar.gz",
"platform": null,
"description": "[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![MIT License][license-shield]][license-url]\n[![LinkedIn][linkedin-shield]][linkedin-url]\n\n<br />\n<div align=\"center\">\n\n <h1 align=\"center\">Middleware - Python APM</h1>\n\n <p align=\"center\">\n An Application Performance Monitoring (APM) tool for Python applications and libraries\n <br />\n <a href=\"https://docs.middleware.io/apm-configuration/python\"><strong>Explore the docs \u00bb</strong></a>\n <br />\n <br />\n <a href=\"https://github.com/middleware-labs/agent-apm-python/issues/new?labels=bug&template=bug-report---.md\">Report Bug</a>\n \u00b7\n <a href=\"https://github.com/middleware-labs/agent-apm-python/issues/new?labels=enhancement&template=feature-request---.md\">Request Feature</a>\n </p>\n</div>\n\n## About\n\n[![Product Name Screen Shot][product-screenshot]](https://middleware.io/)\n\nMiddleware's APM (Application Performance Monitoring) tool offers a comprehensive solution for developers seeking to enhance the performance and observability of their Python applications.\n\nBy 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.\n\nFor 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.\n\nLatest release built with:\n\n- [OpenTelemetry version 1.27.0/0.48b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.27.0)\n\nRequirements\n\n- Python 3.8 or higher\n\n# Installation\n\nRun the following command in your terminal:\n\n```shell\npip install middleware-io\n```\n\nTo install with **Continuous Profiling** support:\n\n```shell\npip install middleware-io[profiling]\n```\n\nFor 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). \n\nFor 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).\n\n<!-- LICENSE -->\n## License\n\nDistributed under the Apache License. See `LICENSE` for more information.\n\n[contributors-shield]: https://img.shields.io/github/contributors/middleware-labs/agent-apm-python.svg?style=for-the-badge\n[contributors-url]: https://github.com/middleware-labs/agent-apm-python/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/middleware-labs/agent-apm-python.svg?style=for-the-badge\n[forks-url]: https://github.com/middleware-labs/agent-apm-python/network/members\n[stars-shield]: https://img.shields.io/github/stars/middleware-labs/agent-apm-python.svg?style=for-the-badge\n[stars-url]: https://github.com/middleware-labs/agent-apm-python/stargazers\n[issues-shield]: https://img.shields.io/github/issues/middleware-labs/agent-apm-python.svg?style=for-the-badge\n[issues-url]: https://github.com/middleware-labs/agent-apm-python/issues\n[license-shield]: https://img.shields.io/github/license/middleware-labs/agent-apm-python.svg?style=for-the-badge\n[license-url]: https://github.com/middleware-labs/agent-apm-python/blob/master/LICENSE\n[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555\n[linkedin-url]: https://www.linkedin.com/company/middleware-labs\n[product-screenshot]: ./product.png\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Middleware's APM tool enables Python developers to effortlessly monitor their applications, gathering distributed tracing, metrics, logs, and profiling data for valuable insights and performance optimization.",
"version": "2.0.0",
"project_urls": {
"Homepage": "https://docs.middleware.io/docs/apm-configuration/python",
"Source": "https://github.com/middleware-labs/agent-apm-python.git"
},
"split_keywords": [
"apm",
" middleware",
" monitoring",
" tracing",
" metrics",
" logs"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "11279167aeafaf922d5b0588e8cfee3a8daeeb0e32c8308cef442b9d592eac72",
"md5": "1905f24148a64f49dff231f30bd3784c",
"sha256": "beb8555ecd9f27a3ceceeaa0a8d32b7f209bc7659461f9837a3a91e12bff1e50"
},
"downloads": -1,
"filename": "middleware_io-2.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1905f24148a64f49dff231f30bd3784c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 22848,
"upload_time": "2024-11-18T10:04:17",
"upload_time_iso_8601": "2024-11-18T10:04:17.198106Z",
"url": "https://files.pythonhosted.org/packages/11/27/9167aeafaf922d5b0588e8cfee3a8daeeb0e32c8308cef442b9d592eac72/middleware_io-2.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c244b8c5b56d1dfd707799bdcec1693bcc6a88034a9ce66e3d93b18672a851fa",
"md5": "d886080456dd2cc3eaa468d9c0325a06",
"sha256": "a7f0dad90f5cd6b00af79b2ba1efd8aa32f247004d1622b462297939e9d0e6a8"
},
"downloads": -1,
"filename": "middleware_io-2.0.0.tar.gz",
"has_sig": false,
"md5_digest": "d886080456dd2cc3eaa468d9c0325a06",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 21354,
"upload_time": "2024-11-18T10:04:18",
"upload_time_iso_8601": "2024-11-18T10:04:18.199323Z",
"url": "https://files.pythonhosted.org/packages/c2/44/b8c5b56d1dfd707799bdcec1693bcc6a88034a9ce66e3d93b18672a851fa/middleware_io-2.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-18 10:04:18",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "middleware-labs",
"github_project": "agent-apm-python",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "middleware-io"
}