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
Graduate Alertmanager API and sharding from experimental
Remove experimental markers for Alertmanager API and sharding:
- New flag is -alertmanager.enable-api. The old flag is deprecated but still valid
- Remove WarnExperimentalUse("Alertmanager sharding") call
- Remove both items from experimental features list in v1-guarantees.md
The flag name itself is kept unchanged for backwards compatibility.
Signed-off-by: Friedrich Gonzalez <1517449+friedrichg@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs/api/_index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -796,7 +796,7 @@ POST /multitenant_alertmanager/delete_tenant_config
796
796
```
797
797
798
798
This endpoint deletes configuration for a tenant identified by `X-Scope-OrgID` header.
799
-
It is internal, available even if Alertmanager API is not enabled by using `-experimental.alertmanager.enable-api`.
799
+
It is internal, available even if Alertmanager API is not enabled by using `-alertmanager.enable-api`.
800
800
The endpoint returns a status code of `200` if the user's configuration has been deleted, or it didn't exist in the first place.
801
801
802
802
_Requires [authentication](#authentication)._
@@ -811,7 +811,7 @@ Get the current Alertmanager configuration for the authenticated tenant, reading
811
811
812
812
This endpoint doesn't accept any URL query parameter and returns `200` on success.
813
813
814
-
_This experimental endpoint is disabled by default and can be enabled via the `-experimental.alertmanager.enable-api` CLI flag (or its respective YAML config option)._
814
+
_This endpoint is disabled by default and can be enabled via the `-alertmanager.enable-api` CLI flag (or its respective YAML config option)._
815
815
816
816
_Requires [authentication](#authentication)._
817
817
@@ -825,7 +825,7 @@ Stores or updates the Alertmanager configuration for the authenticated tenant. T
825
825
826
826
This endpoint expects the Alertmanager **YAML** configuration in the request body and returns `201` on success.
827
827
828
-
_This experimental endpoint is disabled by default and can be enabled via the `-experimental.alertmanager.enable-api` CLI flag (or its respective YAML config option)._
828
+
_This endpoint is disabled by default and can be enabled via the `-alertmanager.enable-api` CLI flag (or its respective YAML config option)._
829
829
830
830
_Requires [authentication](#authentication)._
831
831
@@ -863,7 +863,7 @@ Deletes the Alertmanager configuration for the authenticated tenant.
863
863
864
864
This endpoint doesn't accept any URL query parameter and returns `200` on success.
865
865
866
-
_This experimental endpoint is disabled by default and can be enabled via the `-experimental.alertmanager.enable-api` CLI flag (or its respective YAML config option)._
866
+
_This endpoint is disabled by default and can be enabled via the `-alertmanager.enable-api` CLI flag (or its respective YAML config option)._
"description": "Comma separated list of tenants whose alerts this alertmanager can process. If specified, only these tenants will be handled by alertmanager, otherwise this alertmanager can process alerts from all tenants.",
0 commit comments