-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set server metricset in graphite as default (#6757)
- Loading branch information
Showing
7 changed files
with
45 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
- module: graphite | ||
metricsets: ["server"] | ||
enabled: true | ||
|
||
# Host address to listen on. Default localhost. | ||
#host: localhost | ||
|
||
# Listening port. Default 2003. | ||
#port: 2003 | ||
|
||
# Protocol to listen on. This can be udp or tcp. Default udp. | ||
#protocol: "udp" | ||
|
||
# Receive buffer size in bytes | ||
#receive_buffer_size: 1024 | ||
|
||
#templates: | ||
# - filter: "test.*.bash.*" # This would match metrics like test.localhost.bash.stats | ||
# namespace: "test" | ||
# template: ".host.shell.metric*" # test.localhost.bash.stats would become metric=stats and tags host=localhost,shell=bash | ||
# delimiter: "_" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1 @@ | ||
- module: graphite | ||
metricsets: ["server"] | ||
enabled: true | ||
# protocol: "udp" | ||
# templates: | ||
# - filter: "test.*.bash.*" # This would match metrics like test.localhost.bash.stats | ||
# namespace: "test" | ||
# template: ".host.shell.metric*" # test.localhost.bash.stats would become metric=stats and tags host=localhost,shell=bash | ||
# delimiter: "_" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
This is the graphite Module. | ||
|
||
The default metricset is `server`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1 @@ | ||
- module: graphite | ||
metricsets: ["server"] | ||
enabled: true | ||
# protocol: "udp" | ||
# templates: | ||
# - filter: "test.*.bash.*" # This would match metrics like test.localhost.bash.stats | ||
# namespace: "test" | ||
# template: ".host.shell.metric*" # test.localhost.bash.stats would become metric=stats and tags host=localhost,shell=bash | ||
# delimiter: "_" | ||
|