Skip to content

Commit

Permalink
Default add labels ON
Browse files Browse the repository at this point in the history
  • Loading branch information
warmans committed Apr 27, 2017
1 parent 2c046dd commit c6ec2a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.2
1.0.0
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var (
configPathFlag = flag.String("config", "config.yml", "Path to config YAML file.")
verboseFlag = flag.Bool("verbose", false, "Log more information")
versionFlag = flag.Bool("version", false, "Show version and exit")
appendLabel = flag.Bool("label", false, "Add a label to metrics to show their origin target")
appendLabel = flag.Bool("label", true, "Add a label to metrics to show their origin target")
labelName = flag.String("label.name", "ae_source", "Label name to use if a target name label is appended to metrics")
)

Expand Down

0 comments on commit c6ec2a2

Please sign in to comment.