Skip to content

Add cnv_abnormal metric #1902

Add cnv_abnormal metric

Add cnv_abnormal metric #1902

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
- name: Vendor
run: make vendor_jsonnet
- name: Build
run: make grafana manifests prometheusrules
- name: Format
run: make format
- name: Lint
run: make lint
- name: Validate
run: make validate
- name: Diff
run: git diff --exit-code