Operations | Monitoring | ITSM | DevOps | Cloud

ICMP Required for Traceroute and Network Diagnostics

As previously detailed on the Exoprise blog, the ICMP (Internet Control Message Protocol) is crucial for troubleshooting, monitoring, and optimizing network performance in today’s Internet-connected world. Despite historical security concerns, disabling ICMP is unnecessary and hampers network troubleshooting efforts. Modern firewalls can effectively manage the security risks associated with ICMP.

Stay Ahead of the Curve: Analyzing Brand Reputation Using Advanced Tools, Technology, and Techniques

In today's fast-paced digital age, managing and protecting your brand's reputation, especially through effective social media management, has never been more crucial. Your brand's reputation can make or break your business, affecting everything from customer trust to your bottom line. You need to leverage advanced tools, technology, and techniques to stay ahead of the curve and ensure your brand maintains a stellar reputation. This article will explore how these reputation management tools and strategies can help you safeguard and enhance your brand's image.

How to Rescue Exceptions in Ruby

Exceptions are a commonly used feature in the Ruby programming language. The Ruby standard library defines about 30 different subclasses of exceptions, some of which have their own subclasses. The exception mechanism in Ruby is very powerful but often misused. This article will discuss the use of exceptions and show some examples of how to deal with them.

Python Garbage Collection: What It Is and How It Works

Python is one of the most popular programming languages and its usage continues to grow. It ranked first in the TIOBE language of the year in 2022 and 2023 due to its growth rate. Python’s ease of use and large community have made it a popular fit for data analysis, web applications, and task automation. In this post, we’ll cover: We’ll take a practical look at how you should think about garbage collection when writing your Python applications.

Microsoft SharePoint: From Its Inception to Future Prospects

Hello, tech aficionados and IT professionals! If you’re in the business of managing digital assets, workflows, or intranets, chances are you’ve crossed paths with SharePoint. But do you ever wonder how this versatile platform has evolved over the years? Or perhaps you’re curious about what future enhancements are on the horizon? Well, buckle up, because we’re about to embark on a comprehensive journey through the fascinating world of SharePoint.

Microsoft Onedrive Review and the Best Alternatives for Your Cloud Storage Needs

As the cloud storage world expands, so does the competition for the crown of best online cloud storage provider, leaving many people wondering which is the best cloud storage option for them. In this case, it's time to put Microsoft OneDrive under the microscope in this OneDrive review.

The Plan for InfluxDB 3.0 Open Source

The commercial version of InfluxDB 3.0 is a distributed, scalable time series database built for real-time analytic workloads. It supports infinite cardinality, SQL and InfluxQL as native query languages, and manages data efficiently in object storage as Apache Parquet files. It delivers significant gains in ingest efficiency, scalability, data compression, storage costs, and query performance on higher cardinality data.

Introducing agentless monitoring for Prometheus in Grafana Cloud

We’re excited to announce the Metrics Endpoint integration, our agentless solution for bringing your Prometheus metrics into Grafana Cloud from any compatible endpoint on the internet. Grafana Cloud solutions provide a seamless observability experience for your infrastructure. Engineers get out-of-the-box dashboards, rules, and alerts they can use to visualize what is important and get notified when things need attention.

Auto-Instrumenting Node.js with OpenTelemetry & Jaeger

Six months ago I attempted to get OpenTelemetry (OTEL) metrics working in JavaScript, and after a couple of days of getting absolutely no-where, I gave up. But here I am, back for more punishment... but this time I found success! In this article I demonstrate how to instrument a Node.js application for traces using OpenTelemetry and to export the resulting spans to Jaeger. For simplicity, I'm going to export directly to Jaeger (not via the OpenTelemetry Collector).