In addition to the new resource configurations, with the v0.29.0
release, upbound/provider-azure
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 upbound/upjet#170.
We also bump the underlying Terraform provider version to v3.45.0
with this release.
The provider's package is available as xpkg.upbound.io/upbound/provider-azure:v0.29.0
, and please don't forget to check the provider's Upbound Marketplace documentation.
What's Changed
- Moving machinelearningservices(1), maintenance(3), managed(1) to v1beta1 version by @svscheg in #365
- Adding relay(2), web(1) resources by @kdibrov in #377
- Moving api_management(2) resources to v1beta1 version by @steperchuk in #372
- Adding 5 resoures to ignore list by @kdibrov in #382
- Moving api_management(1) resources to v1beta1 version by @svscheg in #385
- Moving appconfiguration (1) resources to v1beta1 version by @svscheg in #380
- ci: configure renovate by @phisco in #214
- Adding web(1) resources by @kdibrov in #387
- Add
OWNERS.md
andCODEOWNERS
by @turkenf in #401 - Add an authentication guide for the provider in /AUTHENTICATION.md by @ulucinar in #59
- Bump Terraform provider version to v3.45.0 by @svscheg in #392
- Consume upjet with custom metrics by @turkenf in #406
New Contributors
Full Changelog: v0.28.0...v0.29.0