Skip to technology filters Skip to main content
Dynatrace Hub

Extend the platform,
empower your team.

Popular searches:
Home hero bg
Microsoft 365, Office 365Microsoft 365, Office 365
Microsoft 365, Office 365

Microsoft 365, Office 365

Monitor Microsoft 365 (Office 365) performance, usage and availability.

Extension
Free trial
Office 365 dashboardInstructions on setting up the Entra monitoring application required to enable M365 monitoring.
  • Product information
  • Release notes

Overview

Get insights into your Microsoft Office 365 tenant services status, usage, performance and service availability. Understand service usage patterns over time for Mail, OneDrive, Teams, SharePoint, ActiveDirectory, watch licenses consumption and activations. One-stop, at-a-glance overview of Office 365 status keeps you informed - you always know first if any service level quality degradations are mounting, so you can react before serious business impact.

This extension is intended for users, who:

  • Are accountable for availability of the Microsoft 365 services to the enterprise users
  • Use Dynatrace to monitor key enterprise applications
  • Want to extend Dynatrace coverage of the enterprise apps to also include Microsoft 365

This extension enables you to:

  • Monitor status, usage and performance of key Office 365 services
  • Receive alerts on Microsoft 365 performance and usage anomalies, and service availability degradations
  • Take proactive actions before M365 service irregularities affect broad population of users

Use cases

  • Operational monitoring of your M365 tenant, for usage, performance and availability.
  • Analyze trends and baselines of the M365 services usage, raise alerts on anomalies detected.

Get started

Office 365 extension runs on Dynatrace Active Gate and connects to your Microsoft 365 tenant to scrape performance metrics. You need to connect using credentials that are provisioned specifically for monitoring purposes.

The process of configuring the monitoring access on your M365 instance includes:

  • creating a monitoring application
  • granting necessary API permissions to the app
  • generating client secret, which the extension will use to access data that the monitoring app exposes

The M365 tenant configuration step-by-step:

Azure app configuration steps

On the Azure admin portal, select the “Enterprise Applications” tab

  1. Click the “+ New Application” button on the top of the screen, then click “+ Create your own application” now at the top of the screen. Name your new application, and select the option “Register an application to integrate with Microsoft Entra ID (App you’re developing)”, and click create.
  2. The user-facing name can be changed, and the Single Tenant option should be selected. This type of application should not need a Redirect URI, so this can be left blank.
  3. Once your application is registered, it should show up under “Applications > App registrations > All applications”. Click on the name of the application to edit its properties. Select the “API permissions” menu. The app should start with only the “User.Read” permission under the Microsoft Graph API.
  4. Click on the “+ Add a permission”, then select “Microsoft Graph” then “Application Permissions”.
    • Add the permissions for Microsoft Graph. Then do the following for “Office 365 Exchange Online” and “Office 365 Management API’s”. If you cannot find an API listed in the “Microsoft APIs” page, click on the “APIs my organization uses” and search for the name of the API.
    • After all the permissions have been added, they will need to be granted admin consent for MSFT.
  5. Now that permissions and roles have been granted, you will need to create a secret key. Click on the “Certificates & secrets” tab, then “+ New client secret”.
    • Choose a name for the client secret, then select the duration it will be valid.
    • Make sure to copy the Value column when the secret is created, as this is the required field and will not be accessible later. This value will be the client_secret used in the extension configuration.
  6. For the last two configuration values, click on the “Overview” tab of the application. The tenant id is the field “Directory (tenant) ID”, and the client id is the “Application (client) ID”. These values will be the tenant_id and client_id used in the extension configuration.

Details

The extension package contains:

  • Scheduled scripts that periodically read metrics and logs from your M365 tenant
  • Processing rules which extract only necessary data to report on performance and drop any other M365 user data before it is ingested to the Dynatrace store
  • A sample dashboard offering Office 365 services status
  • Sample alert definitions
  • Unified analysis views providing access to all collected metrics

Summary of the entities monitored: Office 365 extension collects metrics for the specified tenant, in categories of:

  • Tenant services status
  • Outlook Mail
  • OneDrive,
  • Teams,
  • SharePoint,
  • ActiveDirectory
  • Licenses

Summary of privileges required by the extension to work correctly, divided by API:

  • Microsoft Graph
    • AuditLog.Read.All
    • CallRecords.Read.All
    • Directory.Read.All
    • Reports.Read.All
    • ServiceHealth.Read.All
    • ServiceMessage.Read.All
    • User.Read.All
  • Office 365 Exchange Online
    • ReportingWebService.Read.All
  • Office 365 Management APIs
    • ActivityFeed.Read.All
    • ActivityFeed.ReadDlp
    • ServiceHealth.Read

Summary of required privileges divided by feature set:

Note: These permissions are the permissions taken from above and grouped according to what each feature set requires.

  • Outlook
    • Reports.Read.All
    • ActivityFeed.Read.All
  • Tenant-licenses
    • Reports.Read.All
  • OneDrive
    • ActivityFeed.Read.All
    • Reports.Read.All
  • Sharepoint
    • ActivityFeed.Read.All
    • Reports.Read.All
  • Teams
    • ActivityFeed.Read.All
    • CallRecords.Read.All
  • tenant-servicehealth
    • ServiceHealth.Read.All
  • AD
    • ActivityFeed.Read.All
    • AuditLog.Read.All
    • Directory.Read.All

Compatibility information

  • ActiveGate where the extension is installed needs access to your Microsoft 365 admin portal, using tenant id and client id specified in Settings.
  • M365 API versions used include:
    • Microsoft Entra ID
    • MS Graph API: graph.microsoft.com/v1.0
    • Office 365 Management API: manage.office.com/api/v1.0
    • Office 365 Reporting Web Service: reports.office365.com

Q&A

Q: What is the metric data resolution and delay?

A: Data is collected from Microsoft portal every 5 minutes. Typical delays for data available through Microsoft APIs are in 15-30 minutes range. However, some metrics are available in 1-day resolution only and always reflect yesterday's status:

  • license consumption and activations
  • mailbox counts, including which mailboxes are active and inactive, and which are in specific quota categories
  • storage, including storage for mail, OneDrive, SharePoint

Q: Why does the extension need 'x.read.all' permissions on audit logs, or is it possible to specify more limited permissions?

A: Extension uses audit logs to count users of the O365 services. We didn’t find a more granular way to specify required permissions. Parsing the audit logs in memory gives the desired answer.

Q: What guarantees can you provide that the extension will only access the minimum required data, and that these permissions are truly the only option available?

A: Extension gets a list of active users from audit logs, summarizes it, and then drops it. All in memory, nothing is exported as logs. Also, no other information is read from audit logs. This can be examined in the extension code, if you are interested. Download extension package from the public hub and look inside the zip to analyze the code.

Q: Since the extension has access to the audit logs, can I use it to monitor change events in my O365 environment?

A: No. Extension uses audit logs only to count service users. No log is recorded or exported by the extension. You need to set up audit log forwarding to you Dynatrace tenant separately. Conscious and controlled use of the log monitoring - as opposed to by-the-way of using this extension - assures all security and privacy requirements that it brings will be obeyed.

Q: Why are some metrics timestamps skewed from when the event actually occurred?

A: Metrics may not be accurate to the minute they are reported at in Dynatrace. The Office 365 API has to process the data before it can be retrieved by the extension. This means the metric timestamps for graph API could vary 5-15 minutes from the time of the actual event as shown on Office 365. Metrics reported from the Management API may be 2-4 hours behind the actual time shown in Office 365 but can take as long as 6hrs.

Q: Why email activity count is flat over the day and delayed for a day?

A: The email activity metric is a tricky one; we are looking for ways to provide near-real-time email activity summaries. Any advice in this regard is welcomed. Please use the Community thread to provide feedback.

Q: What does the metric "office365.tenant.service.health" represent?

A: The metric "office365.tenant.service.health" represents the current health of the different M365 services. The specific service recorded by a metric line can be determined by looking at the "service" dimension. The value of the "Service Health Status" metric is calculated using a mapping between the possible status of each service to a numerical value:

| Number | Status                      | Description                                                                                                                                                                                                                                                                                                                                                                                      |
| ------ | --------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|      0 | serviceOperational          | The service is healthy and no issues have been identified.
|      1 | falsePositive               | After a detailed investigation, the service is confirmed to be healthy and operating as designed. No impact to the service was observed or the cause of the incident originated outside of the service. Incidents and advisories with this status appear in the history view until they expire (after the period of time stated in the final post for that event).
|      2 | serviceRestored             | The corrective action has resolved the underlying problem and the service has been restored to a healthy state. To find out what went wrong, view the issue details.
|      3 | postIncidentReviewPublished | A post-incident report for a specific issue that includes root cause information has been published, with next steps to ensure a similar issue doesn't reoccur.
|      4 | verifyingService            | The action has been taken to mitigate the issue and we have verified that the service is healthy.
|      5 | restoringService            | The cause of the issue has been identified, and action is being taken to bring the service back to a healthy state.
|      6 | extendedRecovery            | This status indicates that corrective action is in progress to restore the service to most users but will take some time to reach all the affected systems. You might also see this status if a temporary fix is made to reduce impact while a permanent fix is waiting to be applied.
|      7 | investigating               | A potential issue was identified and more information is being gathered about what's going on and the scope of impact.
|      8 | investigationSuspended      | If our detailed investigation of a potential issue results in a request for additional information from customers to allow the service team to investigate further, you'll see this status. If service team needs you to act, they'll let you know what data or logs they need.
|      9 | serviceDegradation          | An issue is confirmed that may affect use of a service or feature. You might see this status if a service is performing more slowly than usual, there are intermittent interruptions, or if a feature isn't working, for example.
|     10 | serviceInterruption         | You'll see this status if an issue is determined to affect the ability for users to access the service. In this case, the issue is significant and can be reproduced consistently.

These values increase as the corresponding service status becomes worse. Three tiers of service status can be used, values 0-4 are a healthy status, values 5-7 are in a warning state, and values 8 and above are considered an error status. These tiers are used in the default dashboard.

Q: What are the API's used by the extension?

A: The extension collects data from the Microsoft Graph API and the Office 365 Management API. Microsoft's authentication endpoint is also used to retrieve authorization tokens. The specific API endpoint that gets used depends on the type of Office 365 tenant that is being monitored. The extension allows for the tenant URL definitions, with defaults set to the Enterprise Tenant:

  • Graph API: https://graph.microsoft.com
  • Management API: https://manage.office.com
  • Login: https://login.microsoftonline.com

And can be changed in the extension monitoring configuration to e.g. endpoints in the .us domain

Q: Does this extension monitor Azure AD or Active Directory on-prem?

A: This extension does not monitor Azure AD or Active Directory on-prem. This extension provides only two metrics related to O365 user interactions with AD: number of logons and number of failed logons.

Use Active Directory monitoring extensions to monitor Active Directory on-prem. Note that these extensions don't support Azure AD.

Q: What is the DDU Consumption of this extension?

A: The formula for DDU consumption of the extension is:

  45 * 525.6 DDUs/year per monitored M365 tenant

Typically, there's one tenant monitored - your enterprise M365 tenant. However, the extension allows for monitoring of multiple tenants.

DDU cost above does not include any possible Log events or Custom events triggered by the extension. For more information on this, please visit the DDU log event cost and DDU custom event cost pages.

Glossary of chart metrics

| Chart Name                    | Metric(s)                                                                                                                 | Description                                                                                                                                                                   | API Reference                                                                                                                                                 |
| ----------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Service Health                | office365.tenant.service.health                                                                                           | The current health of the different M365 services. Specifics on this value can be found in Q&A section **What does the metric "office365.tenant.service.health" represent?**  | https://learn.microsoft.com/en-us/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-1.0&preserve-view=true&tabs=http
| Users by Service              | office365.tenant.services.user.counts                                                                                     | Number of active and inactive users for each M365 service, aggregated over a 7 day period. Data may be delayed up to 48 hours.                                                | https://learn.microsoft.com/en-us/graph/api/reportroot-getoffice365servicesusercounts?view=graph-rest-1.0&tabs=http 
| Mailbox User Counts           | office365.outlook.users                                                                                                   | Number of Outlook users, split by type of operation.                                                                                                                          | https://learn.microsoft.com/en-us/office/office-365-management-api/office-365-management-activity-api-schema#exchange-mailbox-schema
| Email Activity Count          | office365.outlook.email.activity                                                                                          | Count of Outlook activity operations, split by status, aggregated over a 7 day period. Data may be delayed up to 48 hours.                                                    | https://learn.microsoft.com/en-us/graph/api/reportroot-getemailactivitycounts?view=graph-rest-1.0&tabs=http
| Active Mailboxes              | office365.outlook.mailbox.used                                                                                            | Count of active Outlook mailboxes, aggregated over a 7 day period. Data may be delayed up to 48 hours.                                                                        | https://learn.microsoft.com/en-us/graph/api/reportroot-getmailboxusagemailboxcounts?view=graph-rest-1.0&tabs=http
| OneDrive Active Files         | office365.onedrive.file.count.active                                                                                      | Number of active files in OneDrive.                                                                                                                                           |
| SharePoint Active Files       | office365.sharepoint.file.count.active                                                                                    | Number of active files in SharePoint.                                                                                                                                         |
| AD Logins                     | office365.ad.logins / office365.ad.logins.failed                                                                          | Number of successful and failed logins to Active Directory                                                                                                                    | https://learn.microsoft.com/en-us/office/office-365-management-api/office-365-management-activity-api-schema#azure-active-directory-account-logon-schema
| Active Mailboxes Percent      | office365.outlook.mailbox.used.pct                                                                                        | Percentage of Mailboxes in use, aggregated over a 7 day period. Data may be delayed up to 48 hours.                                                                           | https://learn.microsoft.com/en-us/graph/api/reportroot-getmailboxusagemailboxcounts?view=graph-rest-1.0&tabs=http
| Mailbox Storage               | office365.outlook.mailbox.storage                                                                                         | Amount of storage used by all Outlook mailboxes, aggregated over a 7 day period. Data may be delayed up to 48 hours.                                                          | https://learn.microsoft.com/en-us/graph/api/reportroot-getmailboxusagestorage?view=graph-rest-1.0&tabs=http
| Quota Status                  | office365.outlook.quota.status[.under.limit, .warning.issued, .send.prohibited, .send.receive.prohibited, .indeterminate] | Count of each category of sent mail, aggregated over a 7 day period. Data may be delayed up to 48 hours.                                                                      | https://learn.microsoft.com/en-us/graph/api/reportroot-getmailboxusagequotastatusmailboxcounts?view=graph-rest-1.0&tabs=http 
| OneDrive Total Files          | office365.onedrive.file.count.total                                                                                       | Total number of files in OneDrive divided by the site type, aggregated over a 7 day period. Data may be delayed up to 48 hours.                                               | https://learn.microsoft.com/en-us/graph/api/reportroot-getonedriveusagefilecounts?view=graph-rest-1.0&tabs=http
| OneDrive Storage              | office365.onedrive.storage                                                                                                | Size of all storage in OneDrive divided by the site type, aggregated over a 7 day period. Data may be delayed up to 48 hours.                                                 | https://learn.microsoft.com/en-us/graph/api/reportroot-getonedriveusagestorage?view=graph-rest-1.0&tabs=http
| OneDrive User Activity        | office365.onedrive.active.users[.viewed.or.edited, .synced, .shared.internally, .shared.externally]                       | Count of all user operations in OneDrive divided by each operation, aggregated over a 7 day period. Data may be delayed up to 48 hours.                                       | https://learn.microsoft.com/en-us/graph/api/reportroot-getonedriveactivityusercounts?view=graph-rest-1.0&tabs=http
| Teams Activities              | office365.teams.activity.counts                                                                                           | Count of the number of times each Teams activity was performed.                                                                                                               | https://learn.microsoft.com/en-us/office/office-365-management-api/office-365-management-activity-api-schema#microsoft-teams-schema
| Teams Users                   | office365.teams.user.counts                                                                                               | Count of unique users that performed an activity on Teams.                                                                                                                    | https://learn.microsoft.com/en-us/office/office-365-management-api/office-365-management-activity-api-schema#microsoft-teams-schema
| SharePoint Total Files        | office365.sharepoint.file.count.total                                                                                     | Count of all files in SharePoint split by site type and file type, aggregated over a 7 day period. Data may be delayed up to 48 hours.                                        | https://learn.microsoft.com/en-us/graph/api/reportroot-getsharepointsiteusagefilecounts?view=graph-rest-1.0&tabs=http
| SharePoint Storage            | office365.sharepoint.storage                                                                                              | Size of all storage in SharePoint split by site, aggregated over a 7 day period. Data may be delayed up to 48 hours.                                                          | https://learn.microsoft.com/en-us/graph/api/reportroot-getsharepointsiteusagestorage?view=graph-rest-1.0&tabs=http
| SharePoint User Activity      | office365.sharepoint.active.users[.visited_page, .viewed.or.edited, .synced, .shared.internally, .shared.externally]      | Count of all user operations in SharePoint divided by each operation, aggregated over a 7 day period. Data may be delayed up to 48 hours.                                     | https://learn.microsoft.com/en-us/graph/api/reportroot-getsharepointactivityusercounts?view=graph-rest-1.0&tabs=http
| SharePoint Visted Pages/Sites | office365.sharepoint.visited.pages.sites                                                                                  | Count of all SharePoint Pages and Sites that were visited.                                                                                                                    | https://learn.microsoft.com/en-us/office/office-365-management-api/office-365-management-activity-api-schema#enum-sharepointauditoperation---type-edmint32
| Licenses Activations          | office365.tenant.activation.counts[.windows, .mac, .android, .ios, .windows.mobile]                                       | Count of all license activations divided by device type. Data may be delayed up to 48 hours.                                                                                  | https://learn.microsoft.com/en-us/graph/api/reportroot-getoffice365activationcounts?view=graph-rest-1.0&tabs=http
| Licenses Service Users        | office365.tenant.services.user.counts                                                                                     | Count of M365 services users divided by activity and service type, aggregated over a 7 day period. Data may be delayed up to 48 hours.                                        | https://learn.microsoft.com/en-us/graph/api/reportroot-getoffice365servicesusercounts?view=graph-rest-1.0&tabs=http
| Licenses Activations          | office365.tenant.activated.enabled[.assigned, .activated, .shared.activation]                                             | Count of M365 license activations divided by activation status. Data may be delayed up to 48 hours.                                                                           | https://learn.microsoft.com/en-us/graph/api/reportroot-getoffice365activationsusercounts?view=graph-rest-1.0&tabs=http
Dynatrace
By Dynatrace
Dynatrace support center
Subscribe to new releases
Copy to clipboard

Extension content

Content typeNumber of items included
alerts
2
document dashboard
1
dashboards
1
screen layout
1
generic type
1
metric metadata
45
screen chart groups
8

Feature sets

Below is a complete list of the feature sets provided in this version. To ensure a good fit for your needs, individual feature sets can be activated and deactivated by your administrator during configuration.

Feature setsNumber of metrics included
Metric nameMetric keyDescriptionUnit
Teams Activitiesoffice365.teams.activity.countsTotal number of Teams activities.Count
Teams Usersoffice365.teams.user.countsTotal number of active Teams users.Count
Metric nameMetric keyDescriptionUnit
Subscription URI Countoffice365.sfm.subscription.uri.countThe number of URIs returned by the subscription API that the extension will use to collect data from. Can be split by the subscription dimension.Count
Subscription API Status Codeoffice365.sfm.subscription.http.statusThe status codes of the subscription API calls. 0 means the calls were successful while 1 means they failed. Can be split by the status code dimension.Count
Subscription API Request Timeoutsoffice365.sfm.subscription.request.timeoutThe amount of request timeouts for the subscription API endpoints.Count
Metric nameMetric keyDescriptionUnit
Active Usersoffice365.outlook.usersNumber of unique users who are performing email activities.Count
Active Mailboxesoffice365.outlook.mailbox.usedCount of active user mailboxes in the organization. Note: 1-day resolution and data typically available within 48 hours.Count
Active Mailboxes Percentoffice365.outlook.mailbox.used.pctPercentage of user mailboxes that are active. Note: 1-day resolution and data typically available within 48 hours.Percentage
Mailbox Storageoffice365.outlook.mailbox.storageAmount of mailbox storage (in bytes) used by the organization. Note: 1-day resolution and data typically available within 48 hours.KibiByte
Under Limit Statusoffice365.outlook.quota.status.under.limitQuota under limit status count of all mailboxes of the organization. Note: 1-day resolution and data typically available within 48 hours.Count
Warning Issued Statusoffice365.outlook.quota.status.warning.issuedQuota warning issued status count of all mailboxes of the organization. Note: 1-day resolution and data typically available within 48 hours.Count
Send Prohibited Statusoffice365.outlook.quota.status.send.prohibitedQuota send prohibited status count of all mailboxes of the organization. Note: 1-day resolution and data typically available within 48 hours.Count
Send Receive Prohibited Statusoffice365.outlook.quota.status.send.receive.prohibitedQuota send receive prohibited status count of all mailboxes of the organization. Note: 1-day resolution and data typically available within 48 hours.Count
Indeterminate Statusoffice365.outlook.quota.status.indeterminateQuota indeterminate status count of all mailboxes of the organization. Note: 1-day resolution and data typically available within 48 hours.Count
Email Activityoffice365.outlook.email.activityCount of all email activity for Outlook. Note: data may be delayed up to 24 hours.Count
Metric nameMetric keyDescriptionUnit
Service Health Statusoffice365.tenant.service.healthGets the enumerated health of the service.Count
Metric nameMetric keyDescriptionUnit
Active Filesoffice365.sharepoint.file.count.activeTotal number of SharePoint active files.Count
Total Filesoffice365.sharepoint.file.count.totalTotal number of SharePoint files. Note: 1-day resolution and data typically available within 48 hours.Count
Storageoffice365.sharepoint.storageSharePoint storage used and allocated. Note: 1-day resolution and data typically available within 48 hours.KibiByte
Visited Pageoffice365.sharepoint.active.users.visited_pageNumber of SharePoint active users who visited a page. Note: 1-day resolution and data typically available within 48 hours.Count
Viewed or Editedoffice365.sharepoint.active.users.viewed.or.editedNumber of SharePoint active users who viewed or edited a file. Note: 1-day resolution and data typically available within 48 hours.Count
Syncedoffice365.sharepoint.active.users.syncedNumber of SharePoint active users who synced a file. Note: 1-day resolution and data typically available within 48 hours.Count
Shared Internallyoffice365.sharepoint.active.users.shared.internallyNumber of SharePoint active users who shared a file internally. Note: 1-day resolution and data typically available within 48 hours.Count
Shared Externallyoffice365.sharepoint.active.users.shared.externallyNumber of SharePoint active users who shared a file externally. Note: 1-day resolution and data typically available within 48 hours.Count
Visited Pages/Sitesoffice365.sharepoint.visited.pages.sitesTotal number of SharePoint Pages and Sites that have been visited.Count
Metric nameMetric keyDescriptionUnit
AD Loginsoffice365.ad.loginsCount of total AD logins.Count
AD Logins Failedoffice365.ad.logins.failedCount of failed AD logins.Count
Metric nameMetric keyDescriptionUnit
Active Filesoffice365.onedrive.file.count.activeTotal number of active files in OneDrive.Count
Total Filesoffice365.onedrive.file.count.totalTotal number of files in OneDrive. Note: 1-day resolution and data typically available within 48 hours.Count
Storageoffice365.onedrive.storageTotal storage in bytes used by OneDrive. Note: 1-day resolution and data typically available within 48 hours.KibiByte
Viewed or Editedoffice365.onedrive.active.users.viewed.or.editedCounts the times that OneDrive active users viewed or edited a file. Note: 1-day resolution and data typically available within 48 hours.Count
Syncedoffice365.onedrive.active.users.syncedCounts the times that OneDrive active users synced a file. Note: 1-day resolution and data typically available within 48 hours.Count
Shared Internallyoffice365.onedrive.active.users.shared.internallyCounts the times that OneDrive active users shared a file internally. Note: 1-day resolution and data typically available within 48 hours.Count
Shared Externallyoffice365.onedrive.active.users.shared.externallyCounts the times that OneDrive active users shared a file externally. Note: 1-day resolution and data typically available within 48 hours.Count
Metric nameMetric keyDescriptionUnit
Windows Activationsoffice365.tenant.activation.counts.windowsActivation count for all windows devices across the organization. Note: 1-day resolution and data typically available within 48 hours.Count
Mac Activationsoffice365.tenant.activation.counts.macActivation count for all mac devices across the organization. Note: 1-day resolution and data typically available within 48 hours.Count
Android Activationsoffice365.tenant.activation.counts.androidActivation count for all android devices across the organization. Note: 1-day resolution and data typically available within 48 hours.Count
IOS Activationsoffice365.tenant.activation.counts.iosActivation count for all ios devices across the organization. Note: 1-day resolution and data typically available within 48 hours.Count
Windows Mobile Activationsoffice365.tenant.activation.counts.windows.mobileActivation count for all window mobile devices across the organization. Note: 1-day resolution and data typically available within 48 hours.Count
Service Usersoffice365.tenant.services.user.countsUser count across services by activity type. Note: 1-day resolution and data typically available within 48 hours.Count
Assigned Usersoffice365.tenant.activated.enabled.assignedNumber of users that have been assigned the subscription. Note: 1-day resolution and data typically available within 48 hours.Count
Activated Usersoffice365.tenant.activated.enabled.activatedNumber of users that have activated the subscription. Note: 1-day resolution and data typically available within 48 hours.Count
Shared Activation Usersoffice365.tenant.activated.enabled.shared.activationNumber of users that have a shared computer activation of the subscription. Note: 1-day resolution and data typically available within 48 hours.Count
Sku Consumed Unitsoffice365.tenant.sku_consumedCount of Sku consumed unitsCount
Sku Prepaid Unitsoffice365.tenant.sku_prepaidCount of Sku prepaid unitsCount

Related to Microsoft 365, Office 365

Microsoft Teams logo

Microsoft Teams

Automate Microsoft Teams messaging for problems, security incidents, and more.

Microsoft Teams logo

Microsoft Teams

Hub for team collaboration in Microsoft 365 that integrates the people, content, and tools.

Microsoft 365 logo

Microsoft 365

Send targeted emails from workflows using your Microsoft 365 account.

Full version history

To have more information on how to install the downloaded package, please follow the instructions on this page.
ReleaseDate

Full version history

⚠️IMPORTANT CHANGE: This extension release requires Dynatrace cluster version 1.310 or later.

New features:

  • Added the Dynatrace Platform (a.k.a. Gen3) dashboard

Full version history

Patch level changes:

  • Fix for an error with the management token not being renewed once expired

Full version history

Patch level changes

  • Add missing operations dimensions to Teams metrics
  • Fix log ingestion timestamp issues in some time zones.

Full version history

Breaking change:

  • Configuration upgrade works only under certain conditions. It is likely that when upgrading to this version, you'll be be required to re-enter your monitoring configuration settings.

New features:

  • Added self monitoring metrics, to expose situations where metric gaps occur due to no response from MS API
  • Aggregate the subscription API results at a configurable interval, to account for potentially delayed data from MS APIs
  • Added additional services to the status reporting: ProjectForTheWeb, Forms, Viva
  • Add an option to configure metric collection frequency

Patch level changes:

  • Added log event reporting for the service health endpoint
  • Fixed incorrect timestamps of the subscription metrics
  • Changed ways of obtaining usage metrics, so GlobalReader permission is not required anymore
  • Rectified chart names between dashboard and the analysis screen

Full version history

New features:

  • Proxy support has been added. Now extension works when your O365 instance access has to go through a proxy.

Full version history

Patch level changes:

  • Fixes to the email count metric collection, including memory issues in large-size environments

Full version history

This is the first official release of this extension.

We look for your feedback, through Community, on the extension focus, scope and documentation.

Full version history

The Preview release. There are some known issues, e.g. we grapple with some metrics availability, especially mail activity counters.

We look for your feedback, through Community, on both the extension focus, scope and documentation.

Dynatrace Hub
Get data into DynatraceBuild your own app
All (771)Log Management and AnalyticsKubernetesAI and LLM ObservabilityInfrastructure ObservabilitySoftware DeliveryApplication ObservabilityApplication SecurityDigital ExperienceBusiness Analytics
Filter
Type
Built and maintained by
Deployment model
SaaS
  • SaaS
  • Managed
Partner FinderBecome a partnerDynatrace Developer

Discover recent additions to Dynatrace

Problems logo

Problems

Analyze abnormal system behavior and performance problems detected by Davis AI.

Logs logo

Logs

Explore all your logs without writing a single query.

Security Investigator logo

Security Investigator

Fast and precise forensics for security and logs on Grail data with DQL queries.

Business Flow logo

Business Flow

Track, analyze, and optimize your critical business processes.

Cost & Carbon Optimization logo

Cost & Carbon Optimization

Track, analyze, and optimize your IT carbon footprint and public cloud costs.

Davis Anomaly Detection logo

Davis Anomaly Detection

Detect anomalies in timeseries using the Davis AI

Analyze your data

Understand your data better with deep insights and clear visualizations.

Notebooks logo

Notebooks

Create powerful, data-driven documents for custom analytics and collaboration.

Dashboards logo

Dashboards

Transform complex data into clear visualizations with custom dashboards.

Automate your processes

Turn data and answers into actions, securely, and at scale.

Workflows logo

Workflows

Automate tasks in your IT landscape, remediate problems, and visualize processes

Jira logo

Jira

Create, query, comment, transition, and resolve Jira tickets within workflows.

Slack logo

Slack

Automate Slack messaging for security incidents, attacks, remediation, and more.

Secure your cloud application

See vulnerabilities and attacks in your environment.

Security Overview logo

Security Overview

Get a comprehensive overview of the security of your applications.

Code-Level Vulnerabilities logo

Code-Level Vulnerabilities

Detect vulnerabilities in your code in real time.

Threats & Exploits logo

Threats & Exploits

Understand, triage, and investigate application security findings and alerts.

Are you looking for something different?

We have hundreds of apps, extensions, and other technologies to customize your environment

Leverage our newest innovations of Dynatrace Saas

Kick-start your app creation

Kick-start your app creation

Whether you’re a beginner or a pro, Dynatrace Developer has the tools and support you need to create incredible apps with minimal effort.
Go to Dynatrace Developer
Upgrading from Dynatrace Managed to SaaS

Upgrading from Dynatrace Managed to SaaS

Drive innovation, speed, and agility in your organization by seamlessly and securely upgrading.
Learn More
Log Management and Analytics

Log Management and Analytics

Innovate faster and more efficiently with unified log management and log analytics for actionable insights and automation.
Learn more