Update chart for signalfx-agent 3.6.1 release (#6716)

Signed-off-by: Ben Keith <bkeith@signalfx.com>
This commit is contained in:
Ben Keith
2018-09-20 12:57:05 -07:00
committed by k8s-ci-robot
parent 00b4cb18f1
commit 36f368b2a6
4 changed files with 9 additions and 6 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
apiVersion: v1
description: The SignalFx Kubernetes agent
name: signalfx-agent
appVersion: 3.2.2
version: 0.2.1
appVersion: 3.6.1
version: 0.3.0
keywords:
- monitoring
- alerting
@@ -22,6 +22,7 @@ rules:
- replicationcontrollers
- replicationcontrollers/status
- services
- resourcequotas
# Only need to be able to view secrets if using k8s annotation
# agent.signalfx.com/configWithSecret.*. You can also whitelist specific
# secrets for finer-grain permission sets.
@@ -24,7 +24,7 @@ data:
globalDimensions:
kubernetes_cluster: {{ .Values.clusterName }}
sendMachineID: true
sendMachineID: false
observers:
- type: k8s-api
@@ -45,8 +45,9 @@ data:
- type: collectd/protocols
- type: collectd/signalfx-metadata
procFSPath: /hostfs/proc
- type: host-metadata
etcPath: /hostfs/etc
persistencePath: /run
procFSPath: /hostfs/proc
- type: collectd/uptime
- type: collectd/vmem
@@ -67,6 +68,7 @@ data:
{{ if .Values.gatherClusterMetrics -}}
# Collects k8s cluster-level metrics
- type: kubernetes-cluster
useNodeName: true
{{- end }}
{{ if .Values.gatherDockerMetrics -}}
+2 -2
View File
@@ -1,6 +1,6 @@
# Version of the signalfx-agent to deploy. This will be the default for the
# docker image tag if not overridden with imageTag
agentVersion: 3.2.2
agentVersion: 3.6.1
# The access token for SignalFx. REQUIRED
signalFxAccessToken: ""
@@ -64,7 +64,7 @@ clusterName:
# How frequently to send metrics by default in the agent. This can be
# overridden by individual monitors.
metricIntervalSeconds: 15
metricIntervalSeconds: 10
# The log level of the agent. Valid values are 'debug', 'info', 'warn', and
# 'error'. Info is a good default and won't be too spamy. Note that 'debug'