We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3adba34 commit 93d5be4Copy full SHA for 93d5be4
README.md
@@ -59,7 +59,12 @@ use Zlodes\PrometheusClient\Metric\Counter;
59
use Zlodes\PrometheusClient\Metric\Gauge;
60
use Zlodes\PrometheusClient\Metric\Histogram;
61
use Zlodes\PrometheusClient\Registry\ArrayRegistry;
62
-use Zlodes\PrometheusClient\Storage\InMemoryStorage;
+use Zlodes\PrometheusClient\Storage\InMemory\InMemoryCounterStorage;
63
+use Zlodes\PrometheusClient\Storage\InMemory\InMemoryGaugeStorage;
64
+use Zlodes\PrometheusClient\Storage\InMemory\InMemoryHistogramStorage;
65
+use Zlodes\PrometheusClient\Storage\InMemory\InMemorySummaryStorage;
66
+use Zlodes\PrometheusClient\Metric\Summary;
67
+use Zlodes\PrometheusClient\Fetcher\StoredMetricsFetcher;
68
69
$registry = new ArrayRegistry();
70
0 commit comments