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 theReady=True
status condition and is defined as the time between the MR'smetadata.creationTimestamp
and the time it acquires theReady=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
- Moving certificatemanager (3) resources to v1beta1 version by @steperchuk in #235
- chore(cloudcomposer): fix ServiceAccuount typo by @DpoBoceka in #217
- ci: configure renovate by @phisco in #116
- Adding google_app_engine_firewall_rule resource to v1beta1 version by @mykolalosev in #238
- Add
OWNERS.md
andCODEOWNERS
by @turkenf in #246 - Consume upjet with custom metrics by @turkenf in #250
- Add native provider version bump reusable workflow by @ulucinar in #232
- Bump Terraform provider version to v4.56.0 by @ulucinar in #252
- Add Prometheus metrics to the upjet runtime by @ulucinar in crossplane/upjet#170
New Contributors
- @steperchuk made their first contribution in #235
- @DpoBoceka made their first contribution in #217
- @phisco made their first contribution in #116
Full Changelog: v0.28.0...v0.29.0