Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Blaschke <[email protected]>
  • Loading branch information
mblaschke committed Sep 18, 2022
1 parent aabfdf3 commit 46ccb82
Showing 1 changed file with 36 additions and 41 deletions.
77 changes: 36 additions & 41 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,56 +17,51 @@ Application Options:
--log.trace trace mode [$LOG_TRACE]
--log.json Switch log output to json format [$LOG_JSON]
--pagerduty.authtoken= PagerDuty auth token [$PAGERDUTY_AUTH_TOKEN]
--pagerduty.max-connections= Maximum numbers of TCP connections to PagerDuty
API (concurrency) (default: 4)
[$PAGERDUTY_MAX_CONNECTIONS]
--pagerduty.schedule.override-duration= PagerDuty timeframe for fetching schedule
overrides (time.Duration) (default: 48h)
--pagerduty.max-connections= Maximum numbers of TCP connections to PagerDuty API
(concurrency) (default: 4) [$PAGERDUTY_MAX_CONNECTIONS]
--pagerduty.schedule.override-duration= PagerDuty timeframe for fetching schedule overrides
(time.Duration) (default: 48h)
[$PAGERDUTY_SCHEDULE_OVERRIDE_TIMEFRAME]
--pagerduty.schedule.entry-timeframe= PagerDuty timeframe for fetching schedule
entries (time.Duration) (default: 72h)
--pagerduty.schedule.entry-timeframe= PagerDuty timeframe for fetching schedule entries
(time.Duration) (default: 72h)
[$PAGERDUTY_SCHEDULE_ENTRY_TIMEFRAME]
--pagerduty.schedule.entry-timeformat= PagerDuty schedule entry time format (label)
(default: Mon, 02 Jan 15:04 MST)
--pagerduty.schedule.entry-timeformat= PagerDuty schedule entry time format (label) (default:
Mon, 02 Jan 15:04 MST)
[$PAGERDUTY_SCHEDULE_ENTRY_TIMEFORMAT]
--pagerduty.incident.status=[triggered|acknowledged|resolved|all] PagerDuty incident status filter (eg.
'triggered', 'acknowledged', 'resolved' or
'all') (default: triggered, acknowledged)
[$PAGERDUTY_INCIDENT_STATUS]
--pagerduty.incident.timeformat= PagerDuty incident time format (label)
(default: Mon, 02 Jan 15:04 MST)
[$PAGERDUTY_INCIDENT_TIMEFORMAT]
--pagerduty.incident.status=[triggered|acknowledged|resolved|all] PagerDuty incident status filter (eg. 'triggered',
'acknowledged', 'resolved' or 'all') (default:
triggered, acknowledged) [$PAGERDUTY_INCIDENT_STATUS]
--pagerduty.incident.timeformat= PagerDuty incident time format (label) (default: Mon, 02
Jan 15:04 MST) [$PAGERDUTY_INCIDENT_TIMEFORMAT]
--pagerduty.incident.limit= PagerDuty incident limit count (default: 5000)
[$PAGERDUTY_INCIDENT_LIMIT]
--pagerduty.disable-teams Set to true to disable checking PagerDuty teams
(for plans that don't include it)
[$PAGERDUTY_DISABLE_TEAMS]
--pagerduty.team-filter= Passes team ID as a list option when
applicable. [$PAGERDUTY_TEAM_FILTER]
--pagerduty.summary.since= Timeframe which data should be fetched for
summary metrics (time.Duration) (default: 730h)
--pagerduty.disable-teams Set to true to disable checking PagerDuty teams (for
plans that don't include it) [$PAGERDUTY_DISABLE_TEAMS]
--pagerduty.team-filter= Passes team ID as a list option when applicable.
[$PAGERDUTY_TEAM_FILTER]
--pagerduty.summary.since= Timeframe which data should be fetched for summary
metrics (time.Duration) (default: 730h)
[$PAGERDUTY_SUMMARY_SINCE]
--bind= Server address (default: :8080) [$SERVER_BIND]
--scrape.time= Scrape time (time.duration) (default: 5m)
[$SCRAPE_TIME]
--server.bind= Server address (default: :8080) [$SERVER_BIND]
--server.timeout.read= Server read timeout (default: 5s) [$SERVER_TIMEOUT_READ]
--server.timeout.write= Server write timeout (default: 10s)
[$SERVER_TIMEOUT_WRITE]
--scrape.time= Scrape time (time.duration) (default: 5m) [$SCRAPE_TIME]
--scrape.time.maintenancewindow= Scrape time for maintenance window metrics
(time.duration; default is SCRAPE_TIME)
[$SCRAPE_TIME_MAINTENANCEWINDOW]
--scrape.time.schedule= Scrape time for schedule metrics
(time.duration; default is SCRAPE_TIME)
[$SCRAPE_TIME_SCHEDULE]
--scrape.time.service= Scrape time for service metrics (time.duration;
default is SCRAPE_TIME) [$SCRAPE_TIME_SERVICE]
--scrape.time.team= Scrape time for team metrics (time.duration;
default is SCRAPE_TIME) [$SCRAPE_TIME_TEAM]
--scrape.time.user= Scrape time for user metrics (time.duration;
default is SCRAPE_TIME) [$SCRAPE_TIME_USER]
--scrape.time.summary= Scrape time for general summary metrics
(time.duration) (default: 15m)
[$SCRAPE_TIME_SUMMARY]
--scrape.time.live= Scrape time incidents and oncalls
(time.duration) (default: 1m)
[$SCRAPE_TIME_LIVE]
--scrape.time.schedule= Scrape time for schedule metrics (time.duration; default
is SCRAPE_TIME) [$SCRAPE_TIME_SCHEDULE]
--scrape.time.service= Scrape time for service metrics (time.duration; default
is SCRAPE_TIME) [$SCRAPE_TIME_SERVICE]
--scrape.time.team= Scrape time for team metrics (time.duration; default is
SCRAPE_TIME) [$SCRAPE_TIME_TEAM]
--scrape.time.user= Scrape time for user metrics (time.duration; default is
SCRAPE_TIME) [$SCRAPE_TIME_USER]
--scrape.time.summary= Scrape time for general summary metrics (time.duration)
(default: 15m) [$SCRAPE_TIME_SUMMARY]
--scrape.time.live= Scrape time incidents and oncalls (time.duration)
(default: 1m) [$SCRAPE_TIME_LIVE]
Help Options:
-h, --help Show this help message
Expand Down

0 comments on commit 46ccb82

Please sign in to comment.