app-insights-php/app-insights-php-bundle
最新稳定版本:0.3.2
Composer 安装命令:
composer require app-insights-php/app-insights-php-bundle
包简介
Microsoft App Insights Symfony bundle
README 文档
README
The AppInsightsPHPBundle brings support for Microsoft Application Insights into Symfony 3.4+ applications. It's a profiler you can use on production to track everything that is important for you and your system.
Microsoft App Insights allows you to track on production following metrics
- Traces (Logs with different verbosity level)
- Requests (http requests served by your app)
- Custom Events (web/cli/javascript)
- Dependencies (SQL, Elasticsearch, Redis - any 3rd party service/system/api)
- Exceptions (web/cli/javascript)
- PageViews (javascript)
Query logs, visualize metrics and pin them to Azure Portal Dashboard, create alerts from metrics & health checks
All you need to do is register free Microsoft Azure Account, setup new App Insights Instance and install this bundle in you symfony app.
This bundle integrates app insights with all important libraries used by most of Symfony based applications.
- Monolog Handler (Trace)
- Doctrine Logger (Dependency)
- Symfony HTTP (Request)
- Symfony Exception (Exceptions)
Microsoft App Insights is perfect for small teams that can't afford expensive monitoring tools or don't have enough resources to install, configure and maintain powerful open source alternatives.
If you are looking for a SAAS alternative to:
- Graylog / Kibana
- Zabbix
- Grafana
- New Relic / Datadog / etc
- Google Analytics
With 90 days data retention period for ~2.5EUR per GB Pricing First 5GB are free for 31 days.. Microsoft App Insights is exactly what you need.
This bundle simplifies App Insights integration with your new or existing project.
Documentation
The source of the documentation is stored in the Resources/doc/ folder
in this bundle, and available on symfony.com:
Read the Documentation for master
Installation
All the installation instructions are located in the documentation.
License
This bundle is under the MIT license. See the complete license in the bundle
统计信息
- 总下载量: 299.72k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 17
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-02-21