kalamuna/quicksilver-newrelic-tracking
最新稳定版本:1.0.1
Composer 安装命令:
composer require kalamuna/quicksilver-newrelic-tracking
包简介
Quicksilver project is used for automation of deployment tracking with New Relic on Pantheon platform.
README 文档
README
This Quicksilver project is used for automation of deployment tracking with New Relic on Pantheon platform.
Installation
This project is designed to be included from a site's composer.json file, and placed in its appropriate installation directory by Composer Installers.
The project can be included by using the command:
composer require kalamuna/quicksilver-newrelic-tracking
Don't forget to update the pantheon.yml file for your Drupal 8/9 installation and connect your application to NewRelic thought Pantheon dashboard.
Example pantheon.yml
Here's an example of what your pantheon.yml would look like if this were the only Quicksilver operation you wanted to use.
workflows: # Log to New Relic when deploying to test or live. deploy: after: - type: webphp description: Log to New Relic script: private/scripts/quicksilver/quicksilver-newrelic-tracking/new_relic_deploy.php # Also log sync_code so you can track new code going into dev/multidev. sync_code: after: - type: webphp description: Log to New Relic script: private/scripts/quicksilver/quicksilver-newrelic-tracking/new_relic_deploy.php
统计信息
- 总下载量: 424
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-09-11