Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

How AIOps and CMDB can work in concert to manage IT changes

Do you ever find yourself blindsided by the impacts of proposed IT infrastructure changes? There are ways to avoid unexpected consequences of IT change management. In their latest research, Gartner describes how I&O leaders can improve observability, customer experience and business health by starting with AIOps, adding CMDB and, finally, using both working in concert. We summarized the key takeaways of the research for you in this blog.

12 Keyword Research Tools to Help You Find the Best Search Terms for Your Business

Lots of businesses struggle with keyword research and finding the best search terms for their business regardless of the ever-present and readily available advice on keyword research. It’s no secret that there’s a lot involved in getting the best search terms that fit your business niche. For starters, it’s essential to understand that a solid keyword research strategy is necessary to guide the overall marketing strategy.

Beyond the standard monitoring

In most cases, monitoring is often viewed as pretty dumb alarm system – built to notify if something goes wrong. However, there could be cases when monitoring software can be used not so straightforward, or apply non-obvious settings or means to handle the task. Some of them are listed below. If you can think of any other case, please let us know in the comments form in the bottom.

Sponsored Post

Stop using NPS to measure software quality

Using NPS as an engineering metric gets product owners into hot water. A good NPS score is seen in software communities as the benchmark for a product-first company and regularly features on executive and IPO reports. It's so common that over two-thirds of the Fortune 1000 claim to use it. But imagine if every software tool you used sent you regular NPS surveys? Response rates will suffer and the metric will slowly become less and less valuable over time.

Build faster, error-free Universal Windows Platform (UWP) apps with Raygun

With 900 billion devices running on Windows 10, the future is bright for the Universal Windows Platform (UWP). UWP’s strength lies in its ability to adapt itself completely to the native user interface - whether that’s a computer, tablet, Xbox or IoT device. It’s a win-win; users get a consistent experience as they consume across devices, while developers get easier deployments.

Lifting the Index Size Limit of Prometheus with Postings Compression

Prometheus’s TSDB (TimeSeries DataBase) stores the recent data in the memory and the old data on persistent storage in the form of blocks. Each block has its own index to map the series to the actual chunks that contain the data samples. During Google Summer of Code 2019, I mentored Alec Wang throughout this work on lifting the size limitations of the index mentioned above. The work described below is up for review and should be merged soon.

Using Jaeger with Eclipse Che

As explained on the Eclipse Che website, “Che brings your Kubernetes application into your development environment and provides an in-browser IDE, allowing you to code, build, test and run applications exactly as they run on production from any machine”. However when deployed in your production environment, those same applications can be monitored using observability tools to understand their performance to help inform future improvements.