article thumbnail

The road to observability with OpenTelemetry demo part 1: Identifying metrics and traces

Dynatrace

In this OpenTelemetry demo series, we’ll take an in-depth look at how to use OpenTelemetry to add observability to a distributed web application that originally didn’t know anything about tracing, telemetry, or observability. As for logs, the OpenTelemetry group is currently still working on stable implementations.

Metrics 245
article thumbnail

Introducing Configurable Metaflow

The Netflix TechBlog

Scaling experiments with Metaboost bindingsbacked by MetaflowConfig Consider a Metaboost ML project named `demo` that creates and loads data to custom tables (ETL managed by Maestro), and then trains a simple model on this data (ML Pipeline managed by Metaflow). this could take a few minutes) All packages already cached in s3.

Insiders

Sign Up for our Newsletter

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

article thumbnail

End-to-end request monitoring for popular Python frameworks with OneAgent SDK

Dynatrace

This is what I get on my console since I have DEBUG logging enabled: And this is our service flow: And the PurePath: We can see that once the request comes in it: Gets passed to the SubredditAnalysisDetailedView (This view attempts to get the information from Redis (the cache). Instrument key portions of your application. Database calls.

article thumbnail

AWS serverless services: Exploring your options

Dynatrace

AWS AppSync: AppSync offers a fully managed approach to developing APIs with GraphQL — connecting to AWS DynamoLB or Lambda along with adding caches and client-side data. 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.

article thumbnail

Announcing new and super fast Android auto-instrumentation (EAP)

Dynatrace

Moreover, features like Instant Run and the Gradle Build Cache weren’t supported. Out-of-the-box support for Instant Run and the Gradle Build Cache make the auto-instrumentation process barely noticeable. The second one ( demo ) matches the demo flavor, which is defined in the Gradle script and disables web request monitoring.

Cache 35
article thumbnail

Code-level observability for Flutter apps drives great user experience

Dynatrace

Test Flutter monitoring with our demo app. To get you up to speed quickly and to test Dynatrace easily, we provide a small Flutter demo app. This flushes the cache on the Dynatrace Cluster; you should see events in the web UI shortly thereafter. What’s next.

Code 244
article thumbnail

Observability vs. monitoring: What’s the difference?

Dynatrace

Examples include a spike in memory utilization, a decrease in cache hit ratio, or an increase in CPU utilization. For example, when monitoring a database, you’ll want to know about any latency when writing data to a disk or average query response time. The post Observability vs. monitoring: What’s the difference?