File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 14
14
"ext-redis" : " *" ,
15
15
"laravel/framework" : " ^9.0 || ^10.0" ,
16
16
"webmozart/assert" : " ^1.11" ,
17
- "zlodes/prometheus-exporter " : " ^0.9.1 "
17
+ "zlodes/prometheus-client " : " ^1.0 "
18
18
},
19
19
"require-dev" : {
20
20
"ergebnis/composer-normalize" : " dev-main" ,
Original file line number Diff line number Diff line change 7
7
use Exception ;
8
8
use Generator ;
9
9
use Illuminate \Contracts \Redis \Connection ;
10
- use Zlodes \PrometheusClient \Exceptions \MetricKeySerializationException ;
11
- use Zlodes \PrometheusClient \Exceptions \MetricKeyUnserializationException ;
12
- use Zlodes \PrometheusClient \Exceptions \StorageReadException ;
13
- use Zlodes \PrometheusClient \Exceptions \StorageWriteException ;
10
+ use Zlodes \PrometheusClient \Exception \MetricKeySerializationException ;
11
+ use Zlodes \PrometheusClient \Exception \MetricKeyUnserializationException ;
12
+ use Zlodes \PrometheusClient \Exception \StorageReadException ;
13
+ use Zlodes \PrometheusClient \Exception \StorageWriteException ;
14
14
use Zlodes \PrometheusClient \KeySerialization \JsonSerializer ;
15
15
use Zlodes \PrometheusClient \KeySerialization \Serializer ;
16
16
use Zlodes \PrometheusClient \Storage \DTO \MetricNameWithLabels ;
Original file line number Diff line number Diff line change 8
8
use Mockery ;
9
9
use Orchestra \Testbench \TestCase ;
10
10
use Zlodes \PrometheusClient \Laravel \ServiceProvider ;
11
- use Zlodes \PrometheusClient \MetricTypes \Counter ;
11
+ use Zlodes \PrometheusClient \Metric \Counter ;
12
12
use Zlodes \PrometheusClient \Registry \Registry ;
13
13
14
14
class ListMetricsTest extends TestCase
Original file line number Diff line number Diff line change 10
10
use Orchestra \Testbench \TestCase ;
11
11
use RedisException ;
12
12
use RuntimeException ;
13
- use Zlodes \PrometheusClient \Exceptions \MetricKeySerializationException ;
14
- use Zlodes \PrometheusClient \Exceptions \MetricKeyUnserializationException ;
15
- use Zlodes \PrometheusClient \Exceptions \StorageReadException ;
16
- use Zlodes \PrometheusClient \Exceptions \StorageWriteException ;
13
+ use Zlodes \PrometheusClient \Exception \MetricKeySerializationException ;
14
+ use Zlodes \PrometheusClient \Exception \MetricKeyUnserializationException ;
15
+ use Zlodes \PrometheusClient \Exception \StorageReadException ;
16
+ use Zlodes \PrometheusClient \Exception \StorageWriteException ;
17
17
use Zlodes \PrometheusClient \KeySerialization \Serializer ;
18
18
use Zlodes \PrometheusClient \Laravel \Storage \RedisStorage ;
19
19
use Zlodes \PrometheusClient \Storage \DTO \MetricNameWithLabels ;
You can’t perform that action at this time.
0 commit comments