Skip to content

Commit 697240c

Browse files
committed
update readme
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent 2dcdf36 commit 697240c

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@ Application Options:
3939
--azuredevops.agentpool= Enable scrape metrics for agent pool (IDs) [$AZURE_DEVOPS_AGENTPOOL]
4040
--whitelist.project= Filter projects (UUIDs) [$AZURE_DEVOPS_FILTER_PROJECT]
4141
--blacklist.project= Filter projects (UUIDs) [$AZURE_DEVOPS_BLACKLIST_PROJECT]
42-
--list.query= Pairs of query and project UUIDs in the form: '<queryId>@<projectId>' [$AZURE_DEVOPS_QUERIES]
42+
--list.query= Pairs of query and project UUIDs in the form: '<queryId>@<projectId>'
43+
[$AZURE_DEVOPS_QUERIES]
4344
--cache.expiry= Internal cache expiry time (time.duration) (default: 30m) [$CACHE_EXPIRY]
44-
--request.concurrency= Number of concurrent requests against dev.azure.com (default: 10) [$REQUEST_CONCURRENCY]
45+
--request.concurrency= Number of concurrent requests against dev.azure.com (default: 10)
46+
[$REQUEST_CONCURRENCY]
4547
--request.retries= Number of retried requests against dev.azure.com (default: 3) [$REQUEST_RETRIES]
4648
--limit.project= Limit number of projects (default: 100) [$LIMIT_PROJECT]
4749
--limit.builds-per-project= Limit builds per project (default: 100) [$LIMIT_BUILDS_PER_PROJECT]
@@ -50,11 +52,13 @@ Application Options:
5052
--limit.releases-per-definition= Limit releases per definition (default: 100) [$LIMIT_RELEASES_PER_DEFINITION]
5153
--limit.deployments-per-definition= Limit deployments per definition (default: 100) [$LIMIT_DEPLOYMENTS_PER_DEFINITION]
5254
--limit.releasedefinitions-per-project= Limit builds per definition (default: 100) [$LIMIT_RELEASEDEFINITION_PER_PROJECT]
53-
--limit.build-history-duration= Time (time.Duration) how long the exporter should look back for builds (default: 48h)
54-
[$LIMIT_BUILD_HISTORY_DURATION]
55-
--limit.release-history-duration= Time (time.Duration) how long the exporter should look back for releases (default: 48h)
56-
[$LIMIT_RELEASE_HISTORY_DURATION]
57-
--bind= Server address (default: :8080) [$SERVER_BIND]
55+
--limit.build-history-duration= Time (time.Duration) how long the exporter should look back for builds (default:
56+
48h) [$LIMIT_BUILD_HISTORY_DURATION]
57+
--limit.release-history-duration= Time (time.Duration) how long the exporter should look back for releases (default:
58+
48h) [$LIMIT_RELEASE_HISTORY_DURATION]
59+
--server.bind= Server address (default: :8080) [$SERVER_BIND]
60+
--server.timeout.read= Server read timeout (default: 5s) [$SERVER_TIMEOUT_READ]
61+
--server.timeout.write= Server write timeout (default: 10s) [$SERVER_TIMEOUT_WRITE]
5862
5963
Help Options:
6064
-h, --help Show this help message

0 commit comments

Comments
 (0)