okvpn/datadog-orocrm

OroCRM/OroPlatform Datadog integration

Installs: 29

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

0.2.1 2019-02-24 10:37 UTC

This package is auto-updated.

Last update: 2024-08-26 08:36:40 UTC


README

OroPlatform Datadog integration, that bases on Symfony datadog bundle to monitor and track for application errors and send notifications about them.

Build Status Latest Stable Version Latest Unstable Version Total Downloads License

Benefits

Use datadog bundle for:

  • Monitor production applications in realtime.
  • Application performance insights to see when performance is geting degradated.
  • Able to raise alarm when MQ is not running or cron is not enabled.
  • Access to the okvpn_datadog.client through the container.
  • Send notification about errors in Slack, email, telegram, etc.
  • Create JIRA issue when some alarm/exception triggers using this plugin

Compatible ORO Platform versions

Supported 2.6.* - 3.1.* ORO Platform versions on mysql or postgresql DB.

Install

Install using composer following the official Composer documentation:

  1. Install via composer:
composer require okvpn/datadog-orocrm
  1. Delete your cache rm -rf app/cache/{dev,prod,test}/

  2. Run oro platform update oro:platform:update --force --skip-search-reindexation

  3. Update config.yml to enable

okvpn_datadog:
    profiling: true
    namespace: orocrm # You app namespace for custome metric app.*, see https://docs.datadoghq.com/developers/metrics/#naming-metrics

See more configuration example here

Custom metrics that provided by OkvpnDatadogBundle

Where orocrm metrics namespace.

Usage

More usage example you can found here

License

MIT License. See LICENSE.