♻️ Cleanup for release
This commit is contained in:
parent
9986053d19
commit
4f809b1ccd
@ -21,7 +21,7 @@ public class BucketConfigProvider
|
|||||||
private final Set<BucketUnit> units;
|
private final Set<BucketUnit> units;
|
||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
public BucketConfigProvider(Logger LOG, @ConfigProperty(name = "dev.dinauer.metrics-service.buckets") String config)
|
public BucketConfigProvider(Logger LOG, @ConfigProperty(name = "big.bucket.units") String config)
|
||||||
{
|
{
|
||||||
Set<BucketUnit> result = new OrderedHashSet<>();
|
Set<BucketUnit> result = new OrderedHashSet<>();
|
||||||
for (String unit : config.split(","))
|
for (String unit : config.split(","))
|
||||||
|
|||||||
@ -2,7 +2,10 @@
|
|||||||
quarkus.http.root-path=/api/metrics
|
quarkus.http.root-path=/api/metrics
|
||||||
%dev.quarkus.http.port=4000
|
%dev.quarkus.http.port=4000
|
||||||
|
|
||||||
dev.dinauer.metrics-service.buckets=RAW,HOURLY,DAILY,WEEKLY,MONTHLY,YEARLY,TOTAL
|
# Test Client
|
||||||
|
%dev.big.bucket.client.test.rw=test
|
||||||
|
|
||||||
|
big.bucket.units=RAW,HOURLY,DAILY,WEEKLY,MONTHLY,YEARLY,TOTAL
|
||||||
|
|
||||||
dev.dinauer.metrics-service.client.kubooboo.ro=3749832748923748923
|
dev.dinauer.metrics-service.client.kubooboo.ro=3749832748923748923
|
||||||
dev.dinauer.metrics-service.jwt.client.field=upn
|
dev.dinauer.metrics-service.jwt.client.field=upn
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user