Operations | Monitoring | ITSM | DevOps | Cloud

InfluxData announces availability of the leading time series platform on Google Cloud

SAN FRANCISCO — February 4, 2020 — InfluxData, creator of the time series database InfluxDB, today announced the availability of InfluxDB Cloud on Google Cloud. The strategic collaboration, originally announced in April 2019, is part of a major Google Cloud initiative to make the most powerful open source technologies more accessible to its customer base.

Predicting and Preventing Crime with Machine Learning - Part 2

In the first part of this blog series, we presented a use case on how machine learning can help to improve police operations. The use case demonstrates how operational planning can be optimized by means of machine learning techniques using a crime dataset of Chicago. However, this isn’t the only way to predict and prevent crime. Our next example takes us to London to have a look at what NCCGroup’s Paul McDonough and Shashank Raina have worked on.

Global Packaging Provider picks NiCE Active 365 Management Pack

NiCE IT Management Solutions is proud to serve global key-players in advanced Microsoft Office 365 performance and health monitoring. Read the latest customer reference on how the NiCE Active 365 Management Pack is enabling a global packaging solution provider to stay on top of Microsoft Office 365 monitoring operations.

IT security: Disrupting the cybersecurity kill chain by detecting domain reconnaissance

Cyberattacks are a growing threat, and organizations are investing time and money in security strategies to make certain that their infrastructures are secure. Active Directory (AD) is a constant target for compromise, as it’s at the core of any organization’s security — it handles authentication and authorization for all users in an organization.

Introducing the New ServiceNow Plugin for Grafana

Greetings! This is Christine and Eldin reporting from Solutions Engineering, a team at Grafana Labs dedicated to helping users maximize what our Enterprise and Cloud products can do for your orgs. In a previous life, Eldin managed the customer experience department for several different companies and still remembers the pain of running daily reports so his team could have visibility into their ticket queues.

10 Essential Monitoring Interview Questions to Prep for in 2020

You might be on the move. You might be breaking into the field. You might be trying to level up with your next gig. You might be ready for a manager’s role. Regardless of the reason, you are wondering what you need to re-study for your job interviews and “homework” assignments. Even with years of experience, every new gig expects you to answer different kinds of DevOps interview questions.

Go: Idiomatic error handling

Go is an extremely opinionated programming language. import something in a file that’s not used? It won’t compile, and there’s no flag to override. While there are workarounds, the end result remains the same: Go files are never cluttered by unused imports. This is true for all Go code everywhere, making every Go project more accessible. Not all Go opinions are enforced by the compiler.

Patient Record Retention: Tips for Compliance and Protection

With the implementation of electronic health records (EHRs) into practices, patient experience has improved, among other advancements at the point of care. These include better access to patient records and highly efficient care delivery. While these are some significant benefits, some practices experience certain drawbacks too, such as temporary slowdown of processes during EHR transition and high ongoing maintenance costs. One of the most pressing issues include patient record retention.

What Vending-Machines Have to Do With Your Microservices Architecture

Orchestrating and composing multiple services in a distributed architecture is not easy. Before we move along with the great solution offered by vending-machines to our distributed architectures, we need to understand what solutions and values we’re looking for. In a serverless environment, there are at least three desired properties of any distributed services implementation.

Data analytics with Jaeger aka traces tell us more!

I will get straight to the point, Jaeger at the moment only visualizes collected data from instrumented applications. It does not perform any post-processing (except service dependency diagram) or any calculations to derive other interesting metrics or features from traces it collects. This is a pity because traces contain the richest information from all telemetry signals combined!