Skip to content

Commit 93d5be4

Browse files
authored
docs(readme): fix imports in code examples (#13)
1 parent 3adba34 commit 93d5be4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,12 @@ use Zlodes\PrometheusClient\Metric\Counter;
5959
use Zlodes\PrometheusClient\Metric\Gauge;
6060
use Zlodes\PrometheusClient\Metric\Histogram;
6161
use Zlodes\PrometheusClient\Registry\ArrayRegistry;
62-
use Zlodes\PrometheusClient\Storage\InMemoryStorage;
62+
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;
6368

6469
$registry = new ArrayRegistry();
6570

0 commit comments

Comments
 (0)