Documentation ¶ Index ¶ Constants func BuildPrometheusRule(stackName, namespace string) ([]client.Object, error) type Options Constants ¶ View Source const ( // RunbookDefaultURL is the default url for the documentation of the Prometheus alerts. RunbookDefaultURL = "https://github.com/grafana/tempo/tree/main/operations/tempo-mixin/runbook.md" ) Variables ¶ This section is empty. Functions ¶ func BuildPrometheusRule ¶ func BuildPrometheusRule(stackName, namespace string) ([]client.Object, error) BuildPrometheusRule returns a list of k8s objects for Tempo PrometheusRule. Types ¶ type Options ¶ type Options struct { RunbookURL string Cluster string Namespace string } Options is used to configure Prometheus Alerts. Source Files ¶ View all Source files build.go options.go prometheus.go Click to show internal directories. Click to hide internal directories.