-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -430,6 +430,24 @@ | |
# bcacheDevs = ["bcache0"] | ||
|
||
|
||
# # Read Cassandra metrics through Jolokia | ||
# [[inputs.cassandra]] | ||
# # This is the context root used to compose the jolokia url | ||
# context = "/jolokia/read" | ||
# ## List of cassandra servers exposing jolokia read service | ||
# servers = ["myuser:[email protected]:8778","10.10.10.2:8778",":8778"] | ||
# ## List of metrics collected on above servers | ||
# ## Each metric consists of a jmx path. | ||
# ## This will collect all heap memory usage metrics from the jvm and | ||
# ## ReadLatency metrics for all keyspaces and tables. | ||
# ## "type=Table" in the query works with Cassandra3.0. Older versions might | ||
# ## need to use "type=ColumnFamily" | ||
# metrics = [ | ||
# "/java.lang:type=Memory/HeapMemoryUsage", | ||
# "/org.apache.cassandra.metrics:type=Table,keyspace=*,scope=*,name=ReadLatency" | ||
# ] | ||
|
||
|
||
# # Pull Metric Statistics from Amazon CloudWatch | ||
# [[inputs.cloudwatch]] | ||
# ## Amazon Region | ||
|