github crossplane-contrib/provider-upjet-gcp v0.29.0

latest releases: v1.8.3, v1.8.2, v1.8.1...
18 months ago

In addition to the new resource configurations and some fixes in the existing resources, with the v0.29.0 release, upbound/provider-gcp now exposes the following Prometheus metrics from the upjet runtime:

  • upjet_terraform_cli_duration: This is a histogram metric and reports statistics, in seconds, on how long it takes a Terraform CLI invocation to complete.
  • upjet_terraform_active_cli_invocations: This is a gauge metric and it's the number of active (running) Terraform CLI invocations.
  • upjet_terraform_running_processes: This is a gauge metric and it's the number of running Terraform CLI and Terraform provider processes.
  • upjet_resource_ttr: This is a histogram metric and it measures, in seconds, the time-to-readiness for managed resources. Time-to-readiness (TTR for short) is defined for managed resources with the Ready=True status condition and is defined as the time between the MR's metadata.creationTimestamp and the time it acquires the Ready=True condition.

A detailed account of the available custom Prometheus metrics together with examples showing them in action can be found in crossplane/upjet#170.

We also bump the underlying Terraform provider version to v4.56.0 with this release.

The provider's package is available as xpkg.upbound.io/upbound/provider-gcp:v0.29.0, and please don't forget to check the provider's Upbound Marketplace documentation.

What's Changed

New Contributors

Full Changelog: v0.28.0...v0.29.0

Don't miss a new provider-upjet-gcp release

NewReleases is sending notifications on new releases.