Skip to content

Conversation

@nathan-clark
Copy link
Contributor

@nathan-clark nathan-clark commented Oct 10, 2024

No description provided.

@nathan-clark nathan-clark changed the title CCD-5888 Eb CCD-5888 Enable PG Stats Oct 10, 2024
@hmcts-jenkins-a-to-c
Copy link
Contributor

Plan Result (aat)

Plan: 3 to add, 0 to change, 0 to destroy.
  • Create
    • module.postgresql_v15.azurerm_postgresql_flexible_server_configuration.pgsql_server_config["log_lock_waits"]
    • module.postgresql_v15.azurerm_postgresql_flexible_server_configuration.pgsql_server_config["pg_qs.query_capture_mode"]
    • module.postgresql_v15.azurerm_postgresql_flexible_server_configuration.pgsql_server_config["pgms_wait_sampling.query_capture_mode"]
Change Result (Click me)
  # module.postgresql_v15.azurerm_postgresql_flexible_server_configuration.pgsql_server_config["log_lock_waits"] will be created
  + resource "azurerm_postgresql_flexible_server_configuration" "pgsql_server_config" {
      + id        = (known after apply)
      + name      = "log_lock_waits"
      + server_id = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/ccd-data-store-api-postgres-db-v15-data-aat/providers/Microsoft.DBforPostgreSQL/flexibleServers/ccd-data-store-api-postgres-db-v15-aat"
      + value     = "on"
    }

  # module.postgresql_v15.azurerm_postgresql_flexible_server_configuration.pgsql_server_config["pg_qs.query_capture_mode"] will be created
  + resource "azurerm_postgresql_flexible_server_configuration" "pgsql_server_config" {
      + id        = (known after apply)
      + name      = "pg_qs.query_capture_mode"
      + server_id = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/ccd-data-store-api-postgres-db-v15-data-aat/providers/Microsoft.DBforPostgreSQL/flexibleServers/ccd-data-store-api-postgres-db-v15-aat"
      + value     = "ALL"
    }

  # module.postgresql_v15.azurerm_postgresql_flexible_server_configuration.pgsql_server_config["pgms_wait_sampling.query_capture_mode"] will be created
  + resource "azurerm_postgresql_flexible_server_configuration" "pgsql_server_config" {
      + id        = (known after apply)
      + name      = "pgms_wait_sampling.query_capture_mode"
      + server_id = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/ccd-data-store-api-postgres-db-v15-data-aat/providers/Microsoft.DBforPostgreSQL/flexibleServers/ccd-data-store-api-postgres-db-v15-aat"
      + value     = "ALL"
    }

Plan: 3 to add, 0 to change, 0 to destroy.

@hmcts-jenkins-a-to-c
Copy link
Contributor

Plan Result (prod)

Plan: 3 to add, 0 to change, 0 to destroy.
  • Create
    • module.postgresql_v15.azurerm_postgresql_flexible_server_configuration.pgsql_server_config["log_lock_waits"]
    • module.postgresql_v15.azurerm_postgresql_flexible_server_configuration.pgsql_server_config["pg_qs.query_capture_mode"]
    • module.postgresql_v15.azurerm_postgresql_flexible_server_configuration.pgsql_server_config["pgms_wait_sampling.query_capture_mode"]
Change Result (Click me)
  # module.postgresql_v15.azurerm_postgresql_flexible_server_configuration.pgsql_server_config["log_lock_waits"] will be created
  + resource "azurerm_postgresql_flexible_server_configuration" "pgsql_server_config" {
      + id        = (known after apply)
      + name      = "log_lock_waits"
      + server_id = "/subscriptions/8999dec3-0104-4a27-94ee-6588559729d1/resourceGroups/ccd-data-store-api-postgres-db-v15-data-prod/providers/Microsoft.DBforPostgreSQL/flexibleServers/ccd-data-store-api-postgres-db-v15-prod"
      + value     = "on"
    }

  # module.postgresql_v15.azurerm_postgresql_flexible_server_configuration.pgsql_server_config["pg_qs.query_capture_mode"] will be created
  + resource "azurerm_postgresql_flexible_server_configuration" "pgsql_server_config" {
      + id        = (known after apply)
      + name      = "pg_qs.query_capture_mode"
      + server_id = "/subscriptions/8999dec3-0104-4a27-94ee-6588559729d1/resourceGroups/ccd-data-store-api-postgres-db-v15-data-prod/providers/Microsoft.DBforPostgreSQL/flexibleServers/ccd-data-store-api-postgres-db-v15-prod"
      + value     = "ALL"
    }

  # module.postgresql_v15.azurerm_postgresql_flexible_server_configuration.pgsql_server_config["pgms_wait_sampling.query_capture_mode"] will be created
  + resource "azurerm_postgresql_flexible_server_configuration" "pgsql_server_config" {
      + id        = (known after apply)
      + name      = "pgms_wait_sampling.query_capture_mode"
      + server_id = "/subscriptions/8999dec3-0104-4a27-94ee-6588559729d1/resourceGroups/ccd-data-store-api-postgres-db-v15-data-prod/providers/Microsoft.DBforPostgreSQL/flexibleServers/ccd-data-store-api-postgres-db-v15-prod"
      + value     = "ALL"
    }

Plan: 3 to add, 0 to change, 0 to destroy.

Copy link
Contributor

@aktaskaan aktaskaan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants