Skip to content

Promtool action

Actions
Docker container action for running promtool
v1
Latest
Star (1)

Promtool docker action

This action executes promtool with the given arguments.

Inputs

args

The arguments to pass to promtool

Example usage

on: [push]
jobs:
    test-alert-rules:
    runs-on: ubuntu-18.04
    steps:
    - name: 'Checkout'
      uses: 'actions/checkout@v2'
    - name: 'Run promtool tests'
      uses: 'MatsuriJapon/promtool-action@v1'
      with:
        args: 'test rules $(find monitoring/test -name *.yaml)

Promtool action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Docker container action for running promtool
v1
Latest

Promtool action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.