File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 563
563
<artifactId >simpleclient</artifactId >
564
564
<version >${prometheus.version} </version >
565
565
</dependency >
566
+ <dependency >
567
+ <groupId >io.prometheus</groupId >
568
+ <artifactId >simpleclient_caffeine</artifactId >
569
+ <version >${prometheus.version} </version >
570
+ </dependency >
566
571
<dependency >
567
572
<groupId >io.prometheus</groupId >
568
573
<artifactId >simpleclient_common</artifactId >
569
574
<version >${prometheus.version} </version >
570
575
</dependency >
576
+ <dependency >
577
+ <groupId >io.prometheus</groupId >
578
+ <artifactId >simpleclient_tracer_common</artifactId >
579
+ <version >${prometheus.version} </version >
580
+ </dependency >
581
+ <dependency >
582
+ <groupId >io.prometheus</groupId >
583
+ <artifactId >simpleclient_tracer_otel</artifactId >
584
+ <version >${prometheus.version} </version >
585
+ </dependency >
586
+ <dependency >
587
+ <groupId >io.prometheus</groupId >
588
+ <artifactId >simpleclient_tracer_otel_agent</artifactId >
589
+ <version >${prometheus.version} </version >
590
+ </dependency >
571
591
572
592
<!-- Quarkus core -->
573
593
You can’t perform that action at this time.
0 commit comments