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
Telegraf version - 1.3.2
OS - Windows server 2012 R2
Steps to reproduce:
I've added windows performance input of type windows process to the telegraf configuration.
Expected behavior:
When trying to display stats for process of type "w3wp" I should see stats for 3 processes of "w3wp" kind.
Actual behavior:
I can see stats only for 1 "w3wp" process instead of 3.
Additional info:
This is the telegraf configuration input:
[[inputs.win_perf_counters.object]]
ObjectName = "Process"
Counters = ["% Processor Time","Handle Count","Private Bytes","Thread Count","Virtual Bytes","Working Set"]
Instances = [""]
Measurement = "win_proc"
IncludeTotal=true #Set to true to include _Total instance when querying for all ().
As seen in the screen shot there are 3 instances of "w3wp" process:
In grafana I can only see stats for only 1 "w3wp" process instead of 3:
The text was updated successfully, but these errors were encountered:
System info:
Telegraf version - 1.3.2
OS - Windows server 2012 R2
Steps to reproduce:
I've added windows performance input of type windows process to the telegraf configuration.
Expected behavior:
When trying to display stats for process of type "w3wp" I should see stats for 3 processes of "w3wp" kind.
Actual behavior:
I can see stats only for 1 "w3wp" process instead of 3.
Additional info:
This is the telegraf configuration input:
[[inputs.win_perf_counters.object]]
ObjectName = "Process"
Counters = ["% Processor Time","Handle Count","Private Bytes","Thread Count","Virtual Bytes","Working Set"]
Instances = [""]
Measurement = "win_proc"
IncludeTotal=true #Set to true to include _Total instance when querying for all ().
As seen in the screen shot there are 3 instances of "w3wp" process:
In grafana I can only see stats for only 1 "w3wp" process instead of 3:
The text was updated successfully, but these errors were encountered: