Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coud not get MS Exchange Transport Queues in metrics #1904

Open
atifcamal opened this issue Feb 28, 2025 · 1 comment
Open

Coud not get MS Exchange Transport Queues in metrics #1904

atifcamal opened this issue Feb 28, 2025 · 1 comment

Comments

@atifcamal
Copy link

Problem Statement

I am trying to get MS Exchange Server 2016 Queues monitoring, i have installed windows_exporter on my exchange server using config.yaml. Using OS Windows Server 2019 and Exchange Server 2016.

example configuration file for windows_exporter

collectors:
enabled: cpu,cpu_info,exchange,iis,logical_disk,logon,memory,net,os,performancecounter,process,remote_fx,service,system,tcp,time,terminal_services,textfile
collector:
service:
include: "windows_exporter"
log:
level: warn

but i am unable to get TransportQueues metrics at “localhost:9182/metrics”.
I am getting following metrics here
windows_exchange_http_proxy
windows_exchange_ldap
windows_exchange_workload
and some windows_iis_current_application_pool_state{app="MSExchangeAutodiscoverAppPool",state="Delete Pending"} 0
i have added MSExchangeTransport Queues in Windows Performance Monitor Counter.

I have followed a blog post [https://bidhankhatri.com.np/monitoring/windows-machine-monitoring/] but to no avail.

Thanks in advance.

Environment

  • windows_exporter Version: v0.30.4
  • Windows Server Version: Windows Server 2019
@jkroepke
Copy link
Member

jkroepke commented Feb 28, 2025

log output?


Could you please run

typeperf -qx > counters.txt

on cmd.exe and upload the counters.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants