Skip to content

Commit 8bcbb50

Browse files
committed
fix: wrong go report card
1 parent dd4a192 commit 8bcbb50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# aws-dms-task-exporter
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)
4-
![Go Report Card](https://goreportcard.com/report/github.com/codebrick-corp/dms-statistics-exporter)
4+
[![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)
55
[![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/)
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.

0 commit comments

Comments
 (0)