Skip to content

Commit

Permalink
Merge pull request kubernetes#45031 from crassirostris/fluent-gcp-mon…
Browse files Browse the repository at this point in the history
…itoring-fix

Automatic merge from submit-queue

Remove too verbose label from fluentd metrics

/cc @fabxc
  • Loading branch information
Kubernetes Submit Queue authored Apr 27, 2017
2 parents 68850b8 + 0625697 commit a2eb888
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions cluster/addons/fluentd-gcp/fluentd-gcp-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ data:
type counter
name logging_line_count
desc Total number of lines generated by application containers
<labels>
tag ${tag}
</labels>
</metric>
</store>
<store>
Expand Down Expand Up @@ -342,9 +339,8 @@ data:
<metric>
type counter
name logging_entry_count
desc Total number of log entries generated by either an application container or a system component
desc Total number of log entries generated by either application containers or system components
<labels>
tag ${tag}
component container
</labels>
</metric>
Expand Down Expand Up @@ -376,9 +372,8 @@ data:
<metric>
type counter
name logging_entry_count
desc Total number of log entries generated by either an application container or a system component
desc Total number of log entries generated by either application containers or system components
<labels>
tag ${tag}
component system
</labels>
</metric>
Expand Down

0 comments on commit a2eb888

Please sign in to comment.