You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@git diff -s --exit-code apis/v1alpha1/zz_generated.*.go || (echo "Build failed: a model has been changed but the generated resources aren't up to date. Run 'make generate' and update your PR."&&exit 1)
133
131
@git diff -s --exit-code bundle config || (echo "Build failed: the bundle, config files has been changed but the generated bundle, config files aren't up to date. Run 'make bundle' and update your PR."&& git diff &&exit 1)
134
-
@git diff -s --exit-code docs/api.md|| (echo "Build failed: the api.md file has been changed but the generated api.md file isn't up to date. Run 'make api-docs' and update your PR."&& git diff &&exit 1)
132
+
@git diff -s --exit-code docs/api || (echo "Build failed: a model has been changed but the generated docs/api/*.md files aren't up to date. Run 'make api-docs' and update your PR."&& git diff &&exit 1)
ta_scrape@{shape: text, label: "Add job to TA scrape configuration"}
81
+
oc_scrape@{shape: text, label: "Add job to OTel Collector scrape configuration"}
82
+
83
+
oc_scrape ~~~ ta
84
+
oc_scrape ~~~ ta_scrape
85
+
ta ~~~ crs
86
+
87
+
%% Apply grey background to text labels
88
+
style crs fill:#e0e0e0,stroke:#cccccc
89
+
style ta_scrape fill:#e0e0e0,stroke:#cccccc
90
+
style oc_scrape fill:#e0e0e0,stroke:#cccccc
80
91
```
81
92
82
93
Even though Prometheus is not required to be installed in your Kubernetes cluster to use the Target Allocator for Prometheus CR discovery, the TA does require that the ServiceMonitor and PodMonitor be installed. These CRs are bundled with Prometheus Operator; however, they can be installed standalone as well.
0 commit comments