Skip to content

Commit

Permalink
[kubernetes] disable use_histogram by default (#2542)
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaj committed May 26, 2016
1 parent 685da61 commit 34c1bc7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conf.d/kubernetes.yaml.example
Expand Up @@ -7,20 +7,20 @@ instances:
# The kubernetes check retrieves metrics from cadvisor running under kubelet.
# By default we will assume we're running under docker and will use the address
# of the default router to reach the cadvisor api.
#
#
# To override, e.g. in the case of a standalone cadvisor instance, use the following:
#
# host: localhost
# port: 4194
# port: 4194
# method: http
- port: 4194

# use_histogram controls whether we send detailed metrics, i.e. one per container.
# use_histogram controls whether we send detailed metrics, i.e. one per container.
# When false, we send detailed metrics corresponding to individual containers, tagging by container id
# to keep them unique.
# When true, we aggregate data based on container image.
#
use_histogram: True
# use_histogram: True
#
# kubelet_port: 10255
#
Expand Down

0 comments on commit 34c1bc7

Please sign in to comment.