In addition to the various bug fixes and some new resource configurations, with the v0.31.0
release, upbound/provider-aws
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-aws:v0.31.0
, and please don't forget to check the provider's Upbound Marketplace documentation.
What's Changed
- Add native provider version bump workflow by @ulucinar in #527
- Moving grafana(1), inspector2(1), ivs(2), ssm(2), transcribe(3), transfer(1), vpc_network(1) resources to v1beta1 version by @steperchuk in #556
- Adding aws_ec2_instance_state, aws_ec2_network_insights_analysis, aws_ec2_transit_gateway_policy_table, aws_evidently_feature, aws_evidently_project, aws_evidently_segment, aws_fis_experiment_template, aws_glue_schema to v1beta1 version by @mykolalosev in #558
- Configure elasticsearch(2) group examples by @turkenf in #539
- add more fields to connection details by @alexinthesky in #530
- ci: configure renovate by @phisco in #462
- Add
OWNERS.md
andCODEOWNERS
by @turkenf in #586 - feat(ec2): add aws_ec2_tag resource by @haarchri in #591
- Default STS region to global for WebIdentity by @hasheddan in #593
- Bump Terraform provider version to v4.56.0 by @dverveiko in #577
- fix(late-init): #531 ignore encryption_mode by @haarchri in #592
- S3: BucketACL: Enable canned ACL support by @ytsarev in #595
- Consume upjet with custom metrics by @ulucinar in #597
- Add Prometheus metrics to the upjet runtime by @ulucinar in crossplane/upjet#170
New Contributors
- @alexinthesky made their first contribution in #530
- @phisco made their first contribution in #462
Full Changelog: v0.30.0...v0.31.0