mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Remove too verbose label from fluentd metrics
This commit is contained in:
parent
e36cca4b5d
commit
0625697dd5
@ -79,9 +79,6 @@ data:
|
|||||||
type counter
|
type counter
|
||||||
name logging_line_count
|
name logging_line_count
|
||||||
desc Total number of lines generated by application containers
|
desc Total number of lines generated by application containers
|
||||||
<labels>
|
|
||||||
tag ${tag}
|
|
||||||
</labels>
|
|
||||||
</metric>
|
</metric>
|
||||||
</store>
|
</store>
|
||||||
<store>
|
<store>
|
||||||
@ -342,9 +339,8 @@ data:
|
|||||||
<metric>
|
<metric>
|
||||||
type counter
|
type counter
|
||||||
name logging_entry_count
|
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>
|
<labels>
|
||||||
tag ${tag}
|
|
||||||
component container
|
component container
|
||||||
</labels>
|
</labels>
|
||||||
</metric>
|
</metric>
|
||||||
@ -376,9 +372,8 @@ data:
|
|||||||
<metric>
|
<metric>
|
||||||
type counter
|
type counter
|
||||||
name logging_entry_count
|
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>
|
<labels>
|
||||||
tag ${tag}
|
|
||||||
component system
|
component system
|
||||||
</labels>
|
</labels>
|
||||||
</metric>
|
</metric>
|
||||||
|
Loading…
Reference in New Issue
Block a user