Trending Articles

article thumbnail

Master the Art of Querying Data on Amazon S3

DZone

In an era where data is the new oil, effectively utilizing data is crucial for the growth of every organization. This is especially the case when it comes to taking advantage of vast amounts of data stored in cloud platforms like Amazon S3 - Simple Storage Service, which has become a central repository of data types ranging from the content of web applications to big data analytics.

Big Data 278
article thumbnail

Auto-adaptive thresholds for AI-driven quality gating

Dynatrace

The latest release of the Site Reliability Guardian incorporates assistance from Dynatrace DavisĀ® AI to automatically derive appropriate threshold targets and adjust them over time to protect your quality improvements. This process, known as auto-adaptive thresholding, eliminates the need to define a static threshold upfront. Instead, it derives the suitable thresholds from previous validation results.

Metrics 212
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

Valkey/Redis: Not-So-Good Practices

Percona

As we’ve been introducing Valkey/Redis these past few weeks, let’s depart from the norm and talk about a few “things you should not do” in Valkey.No passwordBy default, Valkey/Redis uses no authentication. This means anyone can connect to your Valkey server and start writing and reading data.

Servers 119
article thumbnail

Microsoft Introduces the Public Preview of Flex Consumption Plan for Azure Functions at Build

InfoQ

At the annual Build conference, Microsoft announced the flex consumption plan for Azure Functions, which brings users fast and large elastic scale, instance size selection, private networking, availability zones, and higher concurrency control.

Azure 81
article thumbnail

Learn PostgreSQL and SQL Quickly and Free

Percona Community

Learn PostgreSQL and SQL Quickly and Free Want to learn PostgreSQL? What if you could learn PostgreSQL without having to install the database, load data, find sample data, and it was free? PGExamples.com is what you are looking for. First, let me state that I have no connection to the website or its author. I discovered PgExercises.com by accident and was impressed by its quality and completeness.

Website 74
article thumbnail

Hibernate Validator vs Regex vs Manual Validation: Which One Is Faster?

DZone

While I was coding for a performance back-end competition , I tried a couple of tricks, and I was wondering if there was a faster validator for Java applications, so I started a sample application. I used a very simple scenario: just validate the user's email.

Java 235
article thumbnail

Discover the power of the Dynatrace platform on Azure with Azure Native Dynatrace Service

Dynatrace

Dynatrace platformā€™s unique features are now available on Azure As of today, Azure customers can leverage the latest Dynatrace core innovations on Microsoft Azure, including: Dynatrace Grailā„¢ data lakehouse unifies the massive volume and variety of observability, security, and business data from cloud-native, hybrid, and multicloud environments while retaining data context to deliver instant, cost-efficient, and precise analytics.

Azure 230

More Trending

article thumbnail

Presentation: From Mainframes to Microservices - the Journey of Building and Running Software

InfoQ

Suhail Patel discusses the platforms and software patterns that made microservices popular, and how virtual machines and containers have influenced how software is built and run at scale today.

article thumbnail

Using Prometheus and Grafana to monitor a Nutanix Cluster.

n0derunner

Using a small python script we can liberate data from the “Analysis” page of prism element and send it to prometheus, where we can combine cluster metrics with other data and view them all on some nice Grafana dashboards. Output Prism Analysis Page Grafana Dashboard Prism Analysis Page Vs Grafana Dashboard method The method we … The post Using Prometheus and Grafana to monitor a Nutanix Cluster. appeared first on n0derunner.

article thumbnail

Telemetry Pipelines Workshop: Avoiding Telemetry Data Loss With Fluent Bit

DZone

Are you ready to get started with cloud-native observability with telemetry pipelines? This article is part of a series exploring a workshop guiding you through the open source project Fluent Bit, what it is, a basic installation, and setting up the first telemetry pipeline project. Learn how to manage your cloud-native data from source to destination using the telemetry pipeline phases covering collection, aggregation, transformation, and forwarding from any source to any destination.

article thumbnail

Dynatrace proud to receive the Ally Technology Velocity with Quality award

Dynatrace

We’re proud to announce that Ally Financial has presented Dynatrace with its Ally Technology Velocity with Quality award. Ally Financial is the home of the nationā€™s largest all-digital bank and is an industry-leading auto financing business. This is the second time Ally Financial has presented its Ally Technology Partner Awards. Specifically, the company recognized five third-party suppliers for delivering outstanding service excellence across various criteria that align with Allyā€™s core v

article thumbnail

Controlling Resource Consumption on a PostgreSQL Server Using Linux cgroup2

Percona

Multi-tenancy/co-hosting is always challenging. Running multiple PG instances could help to reduce the internal contention points (scalability issues) within PostgreSQL. However, the load caused by one of the tenants could affect other tenets, which is generally referred to as the “Noisy Neighbor” effect.

Servers 92
article thumbnail

Performance Hero: Estela Franco

Speed Curve

Continuing our series of Performance Heroes, this month we celebrate Estela Franco ! Estela is a passionate web performance and technical SEO specialist with more than ten years of contributing to our community. She loves to talk and share about web performance optimization, technical SEO, JavaScript, and Jamstack whenever she can. By day, you can find Estela working as a web performance specialist for Schneider Electric in Barcelona, Spain.

article thumbnail

April talk video posted: ā€œSafety, Security, Safety[sic] and C/C++[sic]ā€

Sutter's Mill

Many thanks to ACCU for inviting me back again this April. It was my first time back to ACCU (and only my second trip to Europe) since the pandemic began, and it was a delight to see many ACCUers in person again for the first time in a few years. I gave this talk, which is now up on YouTube here: It’s an evolved version of my March essay “C++ safety, in context.” I don’t like just repeating material, so the essay and the talk each covers things that the other doesn’

C++ 56
article thumbnail

Queuing Theory for Software Engineers

DZone

ā€œStart With Whyā€ Queues are a built-in mechanism everywhere in today's software. Not being familiar with the basics of queuing theory will prevent you from understanding the relations between latency and throughput , high-level capacity estimations, and workload optimization. Knowing the internals of queuing models is actually not that hard to grasp.

article thumbnail

Privacy spotlight: Control compliance in Dynatrace with multiple layers of sensitive data masking

Dynatrace

Stay compliant in an ever-changing environment As a platform for unified observability and security, Dynatrace provides intelligent answers that help you accelerate digital business transformation. Observing complex environments involves handling regulatory, compliance, and data governance requirements. This continuously evolving landscape requires careful management and clarity regarding how sensitive data is used.

article thumbnail

Valkey/Redis: Migrating to Valkey

Percona

As you are probably aware, Redis decided to switch to a source-available, SSPLv1 license. This means, as of Redis 7.4, it is no longer considered “open source.” Because of this change, Valkey launched its fork, retaining the original BSD open source license.

article thumbnail

Take a Clone it will last longer

Percona Community

So cloning is a great subject. I mean we clone sheep, we can clone human organs in time we might be able to clone humans, but thats a topic for scientist and philosophers. What is MySQL Replicaion: The MySQL clone plugin can be used to replicate data from a MySQL server to another MySQL server, and it supports replication. The cloning process creates a physical snapshot of the data, including tables, schemas, tablespaces, and data dictionary metadata.

Servers 58
article thumbnail

Taming the Test Beast: Effective Strategies for Streamlining Software Testing

Kovair

Testing stands as a formidable gatekeeper in the relentless demand for high-quality software. Testing is key to identifying defects, ensuring functionality, and ultimately delivering a.

Testing 52
article thumbnail

Managing Architectural Tech Debt

DZone

When I think about technical debt , I still remember the first application I created that made me realize the consequences of an unsuitable architecture. It happened back in the late 1990s when I was first getting started as a consultant. The client had requested the use of the Lotus Notes platform to build a procurement system for their customers. Using the Lotus Notes client and a custom application, end-users could make requests that would be tracked by the application and fulfilled by the pr

article thumbnail

Nine ways technology executives can get significant business value with the right observability platform

Dynatrace

As a technology executive, youā€™re aware that observability has become an imperative for managing the health of cloud and IT services. You may not be aware of how much untapped value is waiting to be unlocked through the right observability platform. Data with context can improve your ability to deliver on your goals, modernize your organization, and accelerate business transformation.

article thumbnail

New Valkey Packages by Percona

Percona

Valkey 7.2.5 has been officially released as the first General Availability (GA) version, a significant milestone for the project. It is now available in multiple formats: as an official Docker container, through Fedora/EPEL yum repositories, and as binary tarballs for both Ubuntu Bionic and Ubuntu Focal.

article thumbnail

Modern Applications with Azure Container Instances ā€“ A Beginnerā€™s Guide

Tech News Gather

In the dynamic world of cloud computing, agility and efficiency in deploying applications are paramount. Azure Container Instances (ACI) represents a breakthrough in cloud technology, offering a streamlined and cost-effective solution for running containers on Microsoft Azure. Designed with simplicity and scalability in mind, ACI allows developers and IT professionals to swiftly deploy containers without the complexity of managing virtual machines or higher-level services like Kubernetes.

Azure 52
article thumbnail

I can explain it to you, but I can't comprehend it for you

The Agile Manager

Iā€™ve given my share of presentations over the years. I am under no illusions that I am anything more than a marginal presenter. My presentations are information dense, a function of how I learn. Many years ago, I realized that I learn when Iā€™m drinking from the fire hose, not when content is spoon fed to me. I am focused and engaged with the prior; I become disinterested and disengaged with the latter.

article thumbnail

Observations on Cloud-Native Observability: A Journey From the Foundations of Observability to Surviving Its Challenges at Scale

DZone

Editor's Note: The following is an article written for and published in DZone's 2024 Trend Report, Cloud Native: Championing Cloud Development Across the SDLC. Cloud native and observability are an integral part of developer lives. Understanding their responsibilities within observability at scale helps developers tackle the challenges they are facing on a daily basis.

Cloud 182
article thumbnail

Unlock log analytics: Seamless insights without writing queries

Dynatrace

Logs provide answers, but monitoring is a challenge Manual tagging is error-prone Making sure your required logs are monitored is a task distributed between the data owner and the monitoring administrator. Often, it comes down to provisioning YAML configuration files and listing the files or log sources required for monitoring. This manual, error-prone approach can lead to monitoring gaps, which become critical when a host or service has an outage or incident.

Analytics 190
article thumbnail

Administering a Patroni Managed PostgreSQL Cluster

Percona

There are quite a number of methods these days for installing Patroni. I want to discuss the next step, which is how to start tuning a running system.The manner of updating a running Postgres server typically involves editing the standard Postgres files: postgresql.conf postgresql.auto.conf pg_hba.

Tuning 82
article thumbnail

Build custom workflow actions using the Dynatrace App Toolkit

Dynatrace

To address this challenge, the Dynatrace App Toolkit allows you to create custom workflow actions, providing seamless integration with third-party systems. This extends the capabilities of AutomationEngine for all users in your environment. Prerequisites Before you begin, please make sure you have the following: Access to a Dynatrace environment (for example [link] environment-id.apps.dynatrace.com ) where you can install and access DynatraceĀ® Apps and run Workflows.

article thumbnail

OneAgent release notes version 1.291

Dynatrace

We have released Dynatrace OneAgent and ActiveGate version 1.291. To learn what’s new, have a look at: OneAgent release notes ActiveGate release notes The post OneAgent release notes version 1.291 appeared first on Dynatrace news.

196
196
article thumbnail

Why applying chaos engineering to data-intensive applications matters

Dynatrace

The jobs executing such workloads are usually required to operate indefinitely on unbounded streams of continuous data and exhibit heterogeneous modes of failure as they run over long periods. Stream processing One approach to such a challenging scenario is stream processing, a computing paradigm and software architectural style for data-intensive software systems that emerged to cope with requirements for near real-time processing of massive amounts of data.

article thumbnail

Dynatrace Managed release notes version 1.292

Dynatrace

We have released Dynatrace Managed version 1.292. To learn what’s new, have a look at the release notes. The post Dynatrace Managed release notes version 1.292 appeared first on Dynatrace news.

177
177
article thumbnail

Dynatrace SaaS release notes version 1.292

Dynatrace

We have released Dynatrace version 1.292. To learn what’s new, have a look at the release notes. The post Dynatrace SaaS release notes version 1.292 appeared first on Dynatrace news.

182
182
article thumbnail

Best Practices for Batch Processing in IBM App Connect Enterprise as a Service

DZone

Batch processing is a capability of App Connect that facilitates the extraction and processing of large amounts of data. Sometimes referred to as data copy , batch processing allows you to author and run flows that retrieve batches of records from a source, manipulate the records, and then load them into a target system. This post provides recommendations for designing flows that use batch processing.

article thumbnail

Transforming Proprietary Trace Context to W3C Trace Context

DZone

Microservices-based architecture splits applications into multiple independent deployable services, where each service provides a unique functionality. Every architectural style has pros and cons. One of the challenges of micro-service architecture is complex debugging/troubleshooting. Distributed Tracing In a microservice world, distributed tracing is the key to faster troubleshooting.

article thumbnail

Using Cron Jobs With Encrypted Home Folders and Malware Protection on Linux

DZone

An encrypted home directory is typically used to protect a user's personal data by encrypting the contents of their home directory. This directory is only decrypted and mounted when the user logs in, providing an extra layer of security.

147
147
article thumbnail

Dynatrace SaaS release notes version 1.293

Dynatrace

We have released Dynatrace version 1.293. To learn what’s new, have a look at the release notes. The post Dynatrace SaaS release notes version 1.293 appeared first on Dynatrace news.

130
130
article thumbnail

Deep Work for Site Reliability Engineers

DZone

In this article, I will discuss: The concept of Deep Work Why it is important in this day and age What are some of the unique challenges that Site Reliability Engineers face that make it hard to do Deep Work in their field? Some strategies that Site Reliability Engineering teams can employ to overcome these unique challenges and create an environment for Deep Work for SREs What Is Deep Work?