Skip to content

Commit

Permalink
status
Browse files Browse the repository at this point in the history
  • Loading branch information
syepes committed Jun 7, 2021
1 parent d113a5b commit a747e86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
toolchain: [nightly]
triple:
- {os: "ubuntu-latest", target: "x86_64-unknown-linux-gnu", cross: false}
- {os: "ubuntu-latest", target: "armv7-unknown-linux-gnueabihf", cross: true}
- {os: "ubuntu-latest", target: "aarch64-unknown-linux-gnu", cross: true}
# - {os: "ubuntu-latest", target: "armv7-unknown-linux-gnueabihf", cross: true}
# - {os: "ubuntu-latest", target: "aarch64-unknown-linux-gnu", cross: true}

steps:
- name: Checkout
Expand Down Expand Up @@ -67,4 +67,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings -A clippy::or-fun-call -A clippy::expect-fun-call -A clippy::clone_double_ref -A clippy::wildcard-in-or-patterns
args: -- -A clippy::or-fun-call -A clippy::expect-fun-call -A clippy::clone_double_ref -A clippy::wildcard-in-or-patterns
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## ScaleIO / VxFlex / PowerFlex Prometheus Exporter

[![rust](https://github.com/syepes/sio2prom/actions/workflows/rust.yml/badge.svg)](https://github.com/syepes/sio2prom/actions/workflows/rust.yml)
[![release](https://github.com/syepes/sio2prom/actions/workflows/release.yml/badge.svg)](https://github.com/syepes/sio2prom/actions/workflows/release.yml)

## Functionality

Exposes all the selected [ScaleIO / VxFlex / PowerFlex](https://en.wikipedia.org/wiki/Dell_EMC_ScaleIO) statistics to a [Prometheus](https://prometheus.io/) endpoint
Expand Down

0 comments on commit a747e86

Please sign in to comment.