mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-20 19:38:39 +00:00
Add metrics endpoint with http metrics using Prometheus client lib
This commit is contained in:
committed by
Benj Fassbind
parent
8046fb1eb9
commit
6539e1b856
@@ -23,5 +23,6 @@
|
||||
"S3PublishEndpoints": {},
|
||||
"SwiftPublishEndpoints": {},
|
||||
"AzurePublishEndpoints": {},
|
||||
"AsyncAPI": false
|
||||
"AsyncAPI": false,
|
||||
"enableMetricsEndpoint": false
|
||||
}
|
||||
|
||||
@@ -23,5 +23,6 @@
|
||||
"S3PublishEndpoints": {},
|
||||
"SwiftPublishEndpoints": {},
|
||||
"AzurePublishEndpoints": {},
|
||||
"AsyncAPI": false
|
||||
"AsyncAPI": false,
|
||||
"enableMetricsEndpoint": false
|
||||
}
|
||||
Reference in New Issue
Block a user