04 Dec 2023 07:08 AM - last edited on 15 Dec 2023 10:14 AM by Ana_Kuzmenchuk
Hi guys
We implement the MS-exchange extension and showed it to the Exchange guys and they asked if there is a metric of MAPI connections that they see within the Grafana dashborad.
We did not found this metric
Is it missing? can we add this information somehow ?
Thanks in advance
Nizar
Solved! Go to Solution.
04 Dec 2023 10:44 AM
The metrics it collects can be found here: https://www.dynatrace.com/hub/detail/microsoft-exchange-server-1/
As this metric is not part of it, please create a product idea on the community forum for it. If you can add the WMI query required to get the data that would be great!
05 Dec 2023 07:34 AM
Select last("Active_user_Count")FROM "win_Mapi_Conn" WHERE ("host"=****) AND $timeFilter GROUP BY time ($___ interval) fill (none) that's the metric in grafana we see
18 Dec 2023 05:29 PM - edited 18 Dec 2023 05:30 PM
Hi guys,
We finally collect the ActiveUserCount metric with WMI extension as @Mike_L suggested
In order to collect this metric we used the follows query:
Select ActiveUserCount from Win32_PerfRawData_MSExchangeMapiHttpEmsmdb_MSExchangeMapiHttpEmsmdb
Hope this will help also others
Yos
04 Dec 2023 01:56 PM
Hi,
You have these metrics available, which are described in this link (like @Mike_L wrote):
https://www.dynatrace.com/hub/detail/microsoft-exchange-server-1/
If you don't have any then you can try to send it to Dynatrace from MS Exchange using the Metric Ingest API.
Radek