was since yesterday starting to test the alpha of the new windows module to use perfmon data to get a better overview of our .Net applications within IIS.
Now is only one big remaining question mark over my head
in the config i provide different names to separate each query from perfmon:
module: windows
metricsets: ["perfmon"]
period: 10s
perfmon.counters:
instance_label: "example.com cache api entries"
instance_name: "LM_W3SVC_2_ROOT"
measurement_label: "cache.api.entries"
alias: "cache.api.entries"
query: '\ASP.NET Apps v4.0.30319(_LM_W3SVC_2_ROOT)\Cache API Entries'
instance_label: "example.com cache api hit ratio"
instance_name: "LM_W3SVC_2_ROOT"
measurement_label: "cache.api.hit.ratio"
alias: "cache.api.hit.ratio"
query: '\ASP.NET Apps v4.0.30319(_LM_W3SVC_2_ROOT)\Cache API Hit Ratio'
instance_label: "example.com cache api hits"
instance_name: "LM_W3SVC_2_ROOT"
measurement_label: "cache.api.hits"
alias: "cache.api.hits"
query: '\ASP.NET Apps v4.0.30319(_LM_W3SVC_2_ROOT)\Cache API Hits'
@maddin2016 Based on the little labels shown on the commit page the change is only in master. Can you open a PR to add this to the 6.0 branch. That will get the change included in 6.0.0-beta2 (I think beta1 is already frozen).
@lueneburger, great to hear that it works Feel free to report any suggestions you have to improve this module. @andrewkroh, thanks for the script. I will open a PR.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.