Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add upjet runtime Prometheus metrics #170

Merged
merged 1 commit into from
Mar 8, 2023
Merged

Commits on Mar 7, 2023

  1. Add upjet runtime Prometheus metrics:

    - upjet_terraform_cli_duration: Reports statistics, in seconds, on how long it takes a Terraform CLI invocation to complete
    - upjet_terraform_active_cli_invocations: The number of active (running) Terraform CLI invocations
    - upjet_terraform_running_processes: The number of running Terraform CLI and Terraform provider processes
    - upjet_resource_ttr: Measures, in seconds, the time-to-readiness for managed resources
    - terraform.Operation.MarkStart now atomically checks for any previous ongoing operation
      before starting a new one
    - terraform.Operation.{Start,End}Time no longer return pointers that could potentially be used
      to modify the shared state outside of critical sections.
    
    Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
    ulucinar committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    7a3f20a View commit details
    Browse the repository at this point in the history