Skip to content

Commit 802289b

Browse files
authored
Merge pull request #11 from xxorde/patch-1
Fix typo in 'running'
2 parents 3bd0b63 + ee07321 commit 802289b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type target struct {
4848
}
4949

5050
// NewTarget returns a new Target with the given instance name, data source name, collectors and constant labels.
51-
// An empty target name means the exporter is runnning in single target mode: no synthetic metrics will be exported.
51+
// An empty target name means the exporter is running in single target mode: no synthetic metrics will be exported.
5252
func NewTarget(
5353
logContext, name, dsn string, ccs []*config.CollectorConfig, constLabels prometheus.Labels, gc *config.GlobalConfig) (
5454
Target, errors.WithContext) {

0 commit comments

Comments
 (0)