From 20a62449742a394afe191f7c1f87de097a0ee52c Mon Sep 17 00:00:00 2001 From: lognarly Date: Fri, 10 Apr 2026 16:31:26 -0400 Subject: [PATCH 1/2] update reference of extra_ prefix for global_view_db to match rest of doc since it does not resolve --- content/en/database_monitoring/guide/aurora_autodiscovery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/database_monitoring/guide/aurora_autodiscovery.md b/content/en/database_monitoring/guide/aurora_autodiscovery.md index b9a6dc0e74e..cee748fd2f8 100644 --- a/content/en/database_monitoring/guide/aurora_autodiscovery.md +++ b/content/en/database_monitoring/guide/aurora_autodiscovery.md @@ -128,7 +128,7 @@ database_monitoring: The `%%extra_dbm%%` value is true if the tag is present, and false otherwise. It does not set its value to the value of the tag. -The listener provides an `%%extra_global_view_db%%` variable that can be used to set the `global_view_db` for the instance. This value defaults to the value of the tag `datadoghq.com/global_view_db`. To specify a custom tag for this value use `global_view_db_tag`: +The listener provides an `%%global_view_db%%` variable that can be used to set the `global_view_db` for the instance. This value defaults to the value of the tag `datadoghq.com/global_view_db`. To specify a custom tag for this value use `global_view_db_tag`: ``` yaml {hl_lines=["5"]} database_monitoring: From 70c3a5adaa8b2d0d1a42c869fac212ed32afcbfc Mon Sep 17 00:00:00 2001 From: lognarly Date: Mon, 13 Apr 2026 09:53:54 -0400 Subject: [PATCH 2/2] swap reference to extra_global_view_db since this is the correct variable nomenclature --- .../en/database_monitoring/guide/aurora_autodiscovery.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/database_monitoring/guide/aurora_autodiscovery.md b/content/en/database_monitoring/guide/aurora_autodiscovery.md index cee748fd2f8..db534aaed85 100644 --- a/content/en/database_monitoring/guide/aurora_autodiscovery.md +++ b/content/en/database_monitoring/guide/aurora_autodiscovery.md @@ -128,7 +128,7 @@ database_monitoring: The `%%extra_dbm%%` value is true if the tag is present, and false otherwise. It does not set its value to the value of the tag. -The listener provides an `%%global_view_db%%` variable that can be used to set the `global_view_db` for the instance. This value defaults to the value of the tag `datadoghq.com/global_view_db`. To specify a custom tag for this value use `global_view_db_tag`: +The listener provides an `%%extra_global_view_db%%` variable that can be used to set the `global_view_db` for the instance. This value defaults to the value of the tag `datadoghq.com/global_view_db`. To specify a custom tag for this value use `global_view_db_tag`: ``` yaml {hl_lines=["5"]} database_monitoring: @@ -248,7 +248,7 @@ instances: dbm: true database_autodiscovery: enabled: true - global_view_db: "%%global_view_db%%" + global_view_db: "%%extra_global_view_db%%" aws: instance_endpoint: "%%host%%" region: "%%extra_region%%" @@ -360,7 +360,7 @@ For more information on configuring Autodiscovery with integrations, see the [Au | %%extra_dbclusteridentifier%% | The cluster identifier of the discovered Aurora cluster | | %%extra_dbm%% | Whether DBM is enabled on the cluster. Determined by the presence of `dbm_tag`, which defaults to `datadoghq.com/dbm:true`. | | %%extra_managed_authentication_enabled%% | Whether IAM authentication enabled on the cluster.
This is used to determine if managed authentication should be used for the connection. | -| %%global_view_db%% | The value of the `global_view_db_tag`, which defaults to `datadoghq.com/global_view_db`. | +| %%extra_global_view_db%% | The value of the `global_view_db_tag`, which defaults to `datadoghq.com/global_view_db`. | [1]: /database_monitoring/setup_postgres/aurora/?tab=postgres10 [3]: https://docs.aws.amazon.com/aws-managed-policy/latest/reference/AmazonRDSReadOnlyAccess.html