You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i use count-connector to statistic logs-to-metric, i send logs number 2890,but the value is always 1, like this:
···
app_log_count{,level="DEBUG"} 1
app_log_count{level="INFO"} 1
app_log_count{level="ERROR"} 1
···
my config is:
···
connectors:
count/log:
logs:
app.log.count:
description: The number of logs from each level.
attributes:
- key: level
···
The text was updated successfully, but these errors were encountered:
This connector emits values with delta temporarily, which sometimes is mistaken as being unintentional. You may be able to use the deltatocumulative processor to aggregate the metrics.
This connector emits values with delta temporarily, which sometimes is mistaken as being unintentional. You may be able to use the deltatocumulative processor to aggregate the metrics.
Component(s)
connector/count
Describe the issue you're reporting
version : count-connect v0.108.0
i use count-connector to statistic logs-to-metric, i send logs number 2890,but the value is always 1, like this:
···
app_log_count{,level="DEBUG"} 1
app_log_count{level="INFO"} 1
app_log_count{level="ERROR"} 1
···
my config is:
···
connectors:
count/log:
logs:
app.log.count:
description: The number of logs from each level.
attributes:
- key: level
···
The text was updated successfully, but these errors were encountered: