github mvisonneau/gitlab-ci-pipelines-exporter v0.5.1

latest releases: edge, v0.5.8, v0.5.7...
2 years ago

Added

  • New monitoring CLI to retrieve information about the exporter
  • New internal metrics about exporter's health:
    • gcpe_currently_queued_tasks_count - Number of tasks in the queue
    • gcpe_environments_count - Number of GitLab environments being exported
    • gcpe_executed_tasks_count - Number of tasks executed
    • gcpe_gitlab_api_requests_count - GitLab API requests count
    • gcpe_metrics_count - Number of GitLab pipelines metrics being exported
    • gcpe_projects_count - Number of GitLab projects being exported
    • gcpe_refs_count - Number of GitLab refs being exported

Changed

  • fixed a goroutines/memory leak introduced in 0.5.0 which can occur when attempting to process more tasks than the ratelimit permits
  • fixed a bug causing the refreshing of tag based jobs to not match any API results, generating lots of unnecessary requests
  • webhooks: added more details when processing wildcards
  • examples/quickstart: updated prometheus and grafana versions
  • updated most libraries to their most recent versions

Don't miss a new gitlab-ci-pipelines-exporter release

NewReleases is sending notifications on new releases.