Skip to content

Commit 2932b87

Browse files
committed
fix release badge
1 parent 8bcbb50 commit 2932b87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
![GitHub go.mod Go version of a Go module](https://img.shields.io/github/go-mod/go-version/codebrick-corp/aws-dms-task-exporter.svg)
33
![Image Build CI](https://github.com/codebrick-corp/aws-dms-task-exporter/actions/workflows/build.yml/badge.svg)
44
[![Go Report Card](https://goreportcard.com/badge/github.com/codebrick-corp/dms-statistics-exporter)](https://goreportcard.com/report/github.com/codebrick-corp/dms-statistics-exporter)
5-
[![GitHub release](https://img.shields.io/github/release/codebrick-corp/aws-dms-task-exporter.svg)](https://gitHub.com/codebrick-corp/aws-dms-task-exporter/releases/)
5+
[![GitHub release](https://badgen.net/github/release/codebrick-corp/aws-dms-task-exporter)](https://gitHub.com/codebrick-corp/aws-dms-task-exporter/releases/)
66

77
This is simple service to scrapes the [AWS DMS Task](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Monitoring.html), especially for [DMS Table Statistics](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Monitoring.html#CHAP_Tasks.CustomizingTasks.TableState). The exporter exports the prometheus metrics via HTTP. It could help you to monitor detailed metrics about AWS DMS tasks.
88

0 commit comments

Comments
 (0)