Operations | Monitoring | ITSM | DevOps | Cloud

%term

Query Language Not Required! Explore Apps Suite Demo (Logs, Metrics, Traces, Profiles) | Grafana

This talk dives into making observability more accessible with Grafana’s Explore apps suite. This new experience, which includes eliminates the need to write queries as you visualize and explore your data. Explore Metrics and Explore Logs (both GA), simplify navigating Prometheus and Loki data with an intuitive UI, eliminating the need to write queries in PromQL or LogQL. They come with improvements like better related metrics recommendations, OpenTelemetry logging support, and enhanced pattern detection.

Set Up Links Between Data Sources With the New Correlations Feature | Demo | Grafana 11.3

Correlations is a feature that allows Grafana users to set up links between their data sources. Previously, the link generated would only be from one query to another—meaning results from a query could only generate links to open a second Explore pane with other query results. With this feature, users can now link to third party web-based software based on their search results. The format follows the standard Grafana format for using variables. This is generally available in all editions of Grafana.

Why Quality Matters: A Conversation with NDepend

In this episode of Founder & Friends, John-Daniel Trask, co-founder and CEO of Raygun, sits down with Patrick Smacchia, Founder and CEO of NDepend, to share their stories and strategies for building excellent software. They discuss the intricacies of the.NET ecosystem, strategies for sustaining high-quality software, and the evolution of development tools. Gain insights into NDepend's methods for managing dependencies, refining code, and optimizing performance. This episode is essential for developers aspiring to advance their technical abilities and produce superior software.

swampUP Recap: "EveryOps" is Trending as a Software Development Requirement

swampUP 2024, the annual JFrog DevOps Conference, was unique in it’s addressing not only more familiar DevOps and DevSecOps issues, but adding specific operational challenges, stemming from the explosive growth of GenAI and the resulting need for specialized capabilities for handling AI models and datasets, while supporting new personae such as AI/ML engineers, data scientists and MLOps professionals.

IT Infrastructure Support: Complete Guide And Best Practices

Ensuring that systems run smoothly is a key priority for any organization that relies on technology. To achieve this, effective IT infrastructure support is essential. This involves implementing a robust process for managing and maintaining hardware, software, networks, and other critical components that keep operations running seamlessly.

Managing Software Acquisition: Best Practices For Your Business

When it comes to acquiring new software for your organization, it's easy to focus on finding the right product and getting it implemented as quickly as possible. But without a structured software acquisition process, that can lead to overspending, compliance risks, or ending up with tools that don’t fit your needs. In this article, we’ll take a closer look at the software acquisition process and explore practical ways to improve it.

Flaky tests: their hidden costs and how to address flaky behavior

Flaky tests are bad—this is a fact implicitly understood by developers, platform and DevOps engineers, and SREs alike. When tests flake (i.e., generate conflicting results across test runs, without any changes to the code or test), they can arbitrarily fail builds, requiring developers to re-run the test or the full pipeline. This process can take hours—especially for large or monolithic repositories—and slow down the software delivery cycle.