bexiocom/prometheus_php

View on GitHub
src/Metric/CounterOptions.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php
/**
 * @file
 * Contains Bexio\PrometheusPHP\MetricType\CounterOptions.
 */

namespace Bexio\PrometheusPHP\Metric;

use Bexio\PrometheusPHP\Options;

/**
 * @see Options
 */
class CounterOptions extends Options
{

}