Skip to content

Commit

Permalink
fix spec syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mdimiceli committed May 22, 2024
1 parent 680f327 commit d752f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jobs/promfetcher/spec
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ properties:
promfetcher.nats.private_key:
description: Private key used for client authentication to NATS. In PEM format.

promfetcher.droplet_stale_threshold
promfetcher.droplet_stale_threshold:
description: "Promfetcher will prune routes that it considers to be stale based upon droplet_stale_threshold value"
default: 120s
promfetcher.start_response_delay_interval
promfetcher.start_response_delay_interval:
description: |
On startup, Promfetcher will delay listening for requests by this duration to increase likelihood that it has a complete routing table before serving requests.
Promfetcher also broadcasts the same duration as a recommended interval to registering clients via NATS.
Expand Down

0 comments on commit d752f21

Please sign in to comment.