concourse/release-notes/latest.md

1.2 KiB

  • Include job label in build duration metrics exported to Prometheus. #4976
  • The dashboard page refreshes its data every 5 seconds. Until now, it was possible (especially for admin users) for the dashboard to initiate an ever-growing number of API calls, unnecessarily consuming browser, network and API resources. Now the dashboard will not initiate a request for more data until the previous request finishes. #5023

With this feature enabled (via --tracing-(jaeger|stackdriver)-* variables in concourse web), the web node starts recording traces that represent the various steps that a build goes through, sending them to the configured trace collector. #4607

As this feature is being built using OpenTelemetry, expect to have support for other systems soon.