Skip to content

Tracing and host metrics with Opentelemetry #5

Tracing and host metrics with Opentelemetry

Tracing and host metrics with Opentelemetry #5

Triggered via pull request August 6, 2024 13:48
Status Success
Total duration 4m 8s
Artifacts

integration_tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
Build and test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and test
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
Build and test
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead