-
Notifications
You must be signed in to change notification settings - Fork 534
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
operator observability-operator (0.0.25)
- Loading branch information
Showing
25 changed files
with
21,973 additions
and
0 deletions.
There are no files selected for viewing
2,559 changes: 2,559 additions & 0 deletions
2,559
operators/observability-operator/0.0.25/manifests/monitoring.rhobs_alertmanagerconfigs.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
3,472 changes: 3,472 additions & 0 deletions
3,472
operators/observability-operator/0.0.25/manifests/monitoring.rhobs_alertmanagers.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
1,074 changes: 1,074 additions & 0 deletions
1,074
operators/observability-operator/0.0.25/manifests/monitoring.rhobs_monitoringstacks.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
429 changes: 429 additions & 0 deletions
429
operators/observability-operator/0.0.25/manifests/monitoring.rhobs_podmonitors.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
463 changes: 463 additions & 0 deletions
463
operators/observability-operator/0.0.25/manifests/monitoring.rhobs_probes.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
3,901 changes: 3,901 additions & 0 deletions
3,901
operators/observability-operator/0.0.25/manifests/monitoring.rhobs_prometheusagents.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
4,639 changes: 4,639 additions & 0 deletions
4,639
operators/observability-operator/0.0.25/manifests/monitoring.rhobs_prometheuses.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
92 changes: 92 additions & 0 deletions
92
operators/observability-operator/0.0.25/manifests/monitoring.rhobs_prometheusrules.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
annotations: | ||
controller-gen.kubebuilder.io/version: v0.11.1 | ||
creationTimestamp: null | ||
labels: | ||
app.kubernetes.io/part-of: observability-operator | ||
name: prometheusrules.monitoring.rhobs | ||
spec: | ||
group: monitoring.rhobs | ||
names: | ||
categories: | ||
- rhobs-prometheus-operator | ||
kind: PrometheusRule | ||
listKind: PrometheusRuleList | ||
plural: prometheusrules | ||
singular: prometheusrule | ||
scope: Namespaced | ||
versions: | ||
- name: v1 | ||
schema: | ||
openAPIV3Schema: | ||
properties: | ||
apiVersion: | ||
type: string | ||
kind: | ||
type: string | ||
metadata: | ||
type: object | ||
spec: | ||
properties: | ||
groups: | ||
items: | ||
properties: | ||
interval: | ||
pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$ | ||
type: string | ||
limit: | ||
type: integer | ||
name: | ||
minLength: 1 | ||
type: string | ||
partial_response_strategy: | ||
pattern: ^(?i)(abort|warn)?$ | ||
type: string | ||
rules: | ||
items: | ||
properties: | ||
alert: | ||
type: string | ||
annotations: | ||
additionalProperties: | ||
type: string | ||
type: object | ||
expr: | ||
anyOf: | ||
- type: integer | ||
- type: string | ||
x-kubernetes-int-or-string: true | ||
for: | ||
pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$ | ||
type: string | ||
labels: | ||
additionalProperties: | ||
type: string | ||
type: object | ||
record: | ||
type: string | ||
required: | ||
- expr | ||
type: object | ||
type: array | ||
required: | ||
- name | ||
type: object | ||
type: array | ||
x-kubernetes-list-map-keys: | ||
- name | ||
x-kubernetes-list-type: map | ||
type: object | ||
required: | ||
- spec | ||
type: object | ||
served: true | ||
storage: true | ||
status: | ||
acceptedNames: | ||
kind: "" | ||
plural: "" | ||
conditions: null | ||
storedVersions: null |
141 changes: 141 additions & 0 deletions
141
operators/observability-operator/0.0.25/manifests/monitoring.rhobs_scrapeconfigs.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,141 @@ | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
annotations: | ||
controller-gen.kubebuilder.io/version: v0.11.1 | ||
creationTimestamp: null | ||
labels: | ||
app.kubernetes.io/part-of: observability-operator | ||
name: scrapeconfigs.monitoring.rhobs | ||
spec: | ||
group: monitoring.rhobs | ||
names: | ||
categories: | ||
- rhobs-prometheus-operator | ||
kind: ScrapeConfig | ||
listKind: ScrapeConfigList | ||
plural: scrapeconfigs | ||
singular: scrapeconfig | ||
scope: Namespaced | ||
versions: | ||
- name: v1alpha1 | ||
schema: | ||
openAPIV3Schema: | ||
properties: | ||
apiVersion: | ||
type: string | ||
kind: | ||
type: string | ||
metadata: | ||
type: object | ||
spec: | ||
properties: | ||
fileSDConfigs: | ||
items: | ||
properties: | ||
files: | ||
items: | ||
pattern: ^[^*]*(\*[^/]*)?\.(json|yml|yaml|JSON|YML|YAML)$ | ||
type: string | ||
minItems: 1 | ||
type: array | ||
refreshInterval: | ||
pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$ | ||
type: string | ||
required: | ||
- files | ||
type: object | ||
type: array | ||
honorLabels: | ||
type: boolean | ||
honorTimestamps: | ||
type: boolean | ||
httpSDConfigs: | ||
items: | ||
properties: | ||
refreshInterval: | ||
pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$ | ||
type: string | ||
url: | ||
minLength: 1 | ||
pattern: ^http(s)?://.+$ | ||
type: string | ||
required: | ||
- url | ||
type: object | ||
type: array | ||
metricsPath: | ||
type: string | ||
relabelings: | ||
items: | ||
properties: | ||
action: | ||
default: replace | ||
enum: | ||
- replace | ||
- Replace | ||
- keep | ||
- Keep | ||
- drop | ||
- Drop | ||
- hashmod | ||
- HashMod | ||
- labelmap | ||
- LabelMap | ||
- labeldrop | ||
- LabelDrop | ||
- labelkeep | ||
- LabelKeep | ||
- lowercase | ||
- Lowercase | ||
- uppercase | ||
- Uppercase | ||
- keepequal | ||
- KeepEqual | ||
- dropequal | ||
- DropEqual | ||
type: string | ||
modulus: | ||
format: int64 | ||
type: integer | ||
regex: | ||
type: string | ||
replacement: | ||
type: string | ||
separator: | ||
type: string | ||
sourceLabels: | ||
items: | ||
pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$ | ||
type: string | ||
type: array | ||
targetLabel: | ||
type: string | ||
type: object | ||
type: array | ||
staticConfigs: | ||
items: | ||
properties: | ||
labels: | ||
additionalProperties: | ||
type: string | ||
type: object | ||
x-kubernetes-map-type: atomic | ||
targets: | ||
items: | ||
type: string | ||
type: array | ||
type: object | ||
type: array | ||
type: object | ||
required: | ||
- spec | ||
type: object | ||
served: true | ||
storage: true | ||
status: | ||
acceptedNames: | ||
kind: "" | ||
plural: "" | ||
conditions: null | ||
storedVersions: null |
Oops, something went wrong.