cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MS-exchange: MAPI connection metrics

NizarElmaharic
Visitor

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 

4 REPLIES 4

Mike_L
Dynatrace Guru
Dynatrace Guru

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!

Mike

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 

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 

dynatrace certificated professional - dynatrace master partner - Matrix Soft Ware Division - Israel

radek_jasinski
DynaMight Guru
DynaMight Guru

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

Have a nice day!

Featured Posts