Skip to content

Commit

Permalink
Add badges to README (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
juvenn authored Feb 18, 2023
1 parent d3f2442 commit c626862
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Go
on:
pull_request:
types: [opened, synchronize]
path: '**.go'
paths:
- '**.go'
- 'go.mod'
- 'go.sum'

jobs:
build:
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Go-metrics Exporters
===

[![GitHub Actions](https://img.shields.io/github/actions/workflow/status/juvenn/metric-exporters/build.yml?branch=master&style=flat-square)](https://github.com/juvenn/metric-exporters/actions)
[![GitHub Release](https://img.shields.io/github/release/juvenn/metric-exporters/all.svg?style=flat-square)](https://github.com/juvenn/metric-exporters/releases)
[![Go Report Card](https://goreportcard.com/badge/github.com/juvenn/metric-exporters?style=flat-square)](https://goreportcard.com/report/github.com/juvenn/metric-exporters)
![Go Version](https://img.shields.io/github/go-mod/go-version/juvenn/metric-exporters?style=flat-square)


Export [go-metrics](https://github.com/rcrowley/go-metrics) to multiple upstreams with Emitter, and gracefully close it.

Features
Expand Down

0 comments on commit c626862

Please sign in to comment.