Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
diogonicoleti committed Sep 5, 2018
1 parent 91de666 commit 3fb9d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ func (c *newRelicCollector) collectKeyTransactions(ch chan<- prometheus.Metric,
ch <- prometheus.MustNewConstMetric(c.keyTransactionResponseTime, prometheus.GaugeValue, summary.ResponseTime, transaction.Name)
ch <- prometheus.MustNewConstMetric(c.keyTransactionThroughput, prometheus.GaugeValue, summary.Throughput, transaction.Name)
} else {
log.Warnf("Ignoring key transaction '%s' because it is not reporting.", transaction.Name)
log.Warnf("Ignoring key transaction '%s' because it's not reporting.", transaction.Name)
}
}
}

0 comments on commit 3fb9d71

Please sign in to comment.