1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Edit comment (#1033)

This commit is contained in:
David Bouchare 2020-12-02 22:52:06 +01:00 committed by GitHub
parent 68906edf49
commit b2168be56e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ import (
datadog "github.com/zorkian/go-datadog-api"
)
// Monitors returns a list of newrelic monitors
// Monitors returns a list of Datadog monitors
func (widget *Widget) Monitors() ([]datadog.Monitor, error) {
client := datadog.NewClient(
widget.settings.apiKey,