content/flux/v0/stdlib/pagerduty/_index.md
The pagerduty package provides functions for sending data to PagerDuty.
Import the pagerduty package:
import "pagerduty"
option pagerduty.defaultURL = "https://events.pagerduty.com/v2/enqueue"
defaultURL is the default PagerDuty URL used by functions in the pagerduty package.
{{< children type="functions" show="pages" >}}