Skip to content

Add context to scrape errors #62

Add context to scrape errors

Add context to scrape errors #62

Triggered via push September 10, 2024 09:17
Status Success
Total duration 1m 3s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
field `main_registry` is never read: src/exporter/mod.rs#L22
warning: field `main_registry` is never read --> src/exporter/mod.rs:22:5 | 20 | pub struct Server { | ------ field in this struct 21 | address: String, 22 | main_registry: Registry, | ^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
unused import: `axum::response::IntoResponse`: src/exporter/mod.rs#L7
warning: unused import: `axum::response::IntoResponse` --> src/exporter/mod.rs:7:5 | 7 | use axum::response::IntoResponse; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
Clippy check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Clippy check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/