Remove category api
article thumbnail

Beyond uptime: Unveiling the improved Dynatrace SLA

Dynatrace

To transparently manage expectations and maintain trust with our customers, we expanded the Dynatrace SLA beyond accessing the user interface to cover the full range of relevant product categories, such as processing and retaining incoming data, accessing and working with data, and triggering automations.

Azure 242
article thumbnail

Automate CI/CD pipelines with Dynatrace: Part 3, Testing stage

Dynatrace

Pass annotation events to Dynatrace, leveraging the Ingest events API, at the beginning and end of each test. The stop_the_build task utilizes the CI/CD API (in this case, Jenkins) to halt the build. This proactive strategy significantly minimizes wait times and empowers SREs to redirect their focus toward innovative endeavors.

Testing 252
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Easily check configuration changes or environment sign ins with the new Audit logs API

Dynatrace

In keeping with our API-first approach, the logs are accessible via REST API. With the new environment Audit logs API, Dynatrace SaaS and Managed customers can track changes to configurations, see who made a specific change, or what a certain configurable value was before a change. Any change to API tokens.

article thumbnail

Elevate your dashboards with the new Dynatrace metrics framework

Dynatrace

Custom charting, the REST API, custom alerts, and many more features—everything now builds from a common understanding of what constitutes a customer-facing metric in Dynatrace. Find metrics more quickly with metric categories. The new metrics framework provides more contextual information than just a flat list of categories.

Metrics 142
article thumbnail

AWS serverless services: Exploring your options

Dynatrace

Amazon divides its serverless solutions into three broad categories with 12 specific services. Amazon API Gateway: Amazon’s API gateway handles API calls, enabling teams to create RESTful or WebSocket APIs that deliver real-time, two-way communication. AWS serverless offerings. Empowering web applications.

article thumbnail

Extend flexible and granular access management for team enablement and autonomy at scale

Dynatrace

Interaction with Dynatrace via API or the web UI. There is a new category for policies on the user group page that allows you to bind a policy to a specific environment for a user group. To find out which settings are available in your environment, check out the Settings/schemas API. Policy format.

article thumbnail

Troubleshooting the Performance of Vert.x Applications, Part II - Preventing Event Loop Delays

DZone

The causes of event loop delays can be divided into two categories. The first category contains event loop delays caused by a handler calling a blocking API. The second category covers delays caused by a handler code taking a great amount of CPU time to complete.