Closed jxplus closed 1 month ago
Pinging code owners:
connector/count: @djaglowski @jpkrohling
See Adding Labels via Comments if you do not have permissions to add labels yourself.
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.
ok,thanks,I will try it。
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: