-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Prom Rule groups and Azure Monitor accounts (workspaces)
This fixes #4014.
- Loading branch information
Showing
50 changed files
with
16,371 additions
and
0 deletions.
There are no files selected for viewing
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
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,15 @@ | ||
--- | ||
title: AlertsManagement Supported Resources | ||
linktitle: AlertsManagement | ||
no_list: true | ||
--- | ||
To install the CRDs for these resources, your ASO configuration must include `alertsmanagement.azure.com/*` as a one of the configured CRD patterns. See [CRD Management in ASO](https://azure.github.io/azure-service-operator/guide/crd-management/) for details on doing this for both [Helm](https://azure.github.io/azure-service-operator/guide/crd-management/#helm) and [YAML](https://azure.github.io/azure-service-operator/guide/crd-management/#yaml) based installations. | ||
|
||
### Next Release | ||
|
||
Development of these new resources is complete and they will be available in the next release of ASO. | ||
|
||
| Resource | ARM Version | CRD Version | Supported From | Sample | | ||
|---------------------|-------------|---------------|----------------|----------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| PrometheusRuleGroup | 2023-03-01 | v1api20230301 | v2.8.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/alertsmanagement/v1api20230301/v1api20230301_prometheusrulegroup.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,15 @@ | ||
--- | ||
title: Monitor Supported Resources | ||
linktitle: Monitor | ||
no_list: true | ||
--- | ||
To install the CRDs for these resources, your ASO configuration must include `monitor.azure.com/*` as a one of the configured CRD patterns. See [CRD Management in ASO](https://azure.github.io/azure-service-operator/guide/crd-management/) for details on doing this for both [Helm](https://azure.github.io/azure-service-operator/guide/crd-management/#helm) and [YAML](https://azure.github.io/azure-service-operator/guide/crd-management/#yaml) based installations. | ||
|
||
### Next Release | ||
|
||
Development of these new resources is complete and they will be available in the next release of ASO. | ||
|
||
| Resource | ARM Version | CRD Version | Supported From | Sample | | ||
|----------|-------------|---------------|----------------|-------------------------------------------------------------------------------------------------------------------------------| | ||
| Account | 2023-04-03 | v1api20230403 | v2.8.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/monitor/v1api20230403/v1api20230403_account.yaml) | | ||
|
20 changes: 20 additions & 0 deletions
20
v2/api/alertsmanagement/customizations/prometheus_rule_group_extension_types_gen.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,3 @@ | ||
// Code generated by azure-service-operator-codegen. DO NOT EDIT. | ||
github.com/Azure/azure-service-operator/v2/api/alertsmanagement/customizations | ||
└── PrometheusRuleGroupExtension: Object (0 properties) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
32 changes: 32 additions & 0 deletions
32
v2/api/alertsmanagement/v1api20230301/groupversion_info_gen.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
108 changes: 108 additions & 0 deletions
108
v2/api/alertsmanagement/v1api20230301/prometheus_rule_group_spec_arm_types_gen.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.