Commit 0625697d authored by Mik Vyatskov's avatar Mik Vyatskov

Remove too verbose label from fluentd metrics

parent e36cca4b
......@@ -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>
......@@ -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>
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment