integer-net / magento2-prometheus-security-metrics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IntegerNet_PrometheusSecurityMetrics Magento Module

Latest Version on Packagist Software License Build Status Supported Magento Versions

Coverage Status Quality Score Maintainability


Additional metrics for run-as-root/prometheus-exporter

Installation

  1. Install it into your Magento 2 project with composer:

    composer require integer-net/magento2-prometheus-security-metrics
    
  2. Enable module

    bin/magento setup:upgrade
    

Configuration

Usage

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Testing

Unit Tests

./vendor/bin/phpunit tests/unit

Magento Integration Tests

  1. Configure test database in dev/tests/integration/etc/install-config-mysql.php. Read more in the Magento docs.

  2. Copy tests/integration/phpunit.xml.dist from the package to dev/tests/integration/phpunit.xml in your Magento installation.

  3. In that directory, run

    ../../../vendor/bin/phpunit

Security

If you discover any security related issues, please email fs@integer-net.de instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

License:MIT License


Languages

Language:PHP 67.9%Language:Shell 32.1%