Operations | Monitoring | ITSM | DevOps | Cloud

5 Ways to Reduce IT Incidents Before Your Team Succumbs to the Ticket Backlog

If you talk to any Service Desk agent, they will agree there has been an explosion in IT tickets since the transition to remote and hybrid work. Even now, there are growing challenges preventing them from being able to reduce IT incidents. In the last year, average ticket volume has risen by 16% since the pandemic, stressing already overtaxed help desk agents. This increase in tickets has led to wasted resources, poor IT service delivery and frustrated employees.

An Observability Guide From Someone with a Precarious Grasp on the Topic

I’m Phillip, a product manager here at Honeycomb. After eleven-ish months of working on our product, I totally understand observability, right? ...Kinda? Sorta? Maybe? I'm not sure—but, I have been sitting in this space long enough to be a little better than clueless. Here's my guide on the topic. I hope it helps, especially if you’re passionate about exploring alternative ways you or your team can manage today’s cloud-native applications.

Developing a pipeline-builds logging system with CircleCI webhooks and Airtable Automations

Ever since CircleCI introduced webhooks, I have been excited about the possibilities this new way of integration opens up to developers. I decided to try out one of the use cases described in the webhooks documentation. This use case involves transmitting information about build-pipeline workflows into an Airtable database. The data piped into Airtable forms a log for you to monitor your workflows and you can go as far as designing graphs and other visualizations to analyze the build data.

Learn the Latest from the Research Roundup for Modernizing Infrastructure and Operations in a Hybrid World by Gartner

Gartner breaks down modernizing I&O into five key focus areas you won’t want to miss. Unsure of how to keep-up with infrastructure reliability in an ever-changing, hybrid world? With so many cloud infrastructure and platform services (CIPS) available, do you find yourself asking, ‘How can I make sure my data center infrastructure and its operations are maximized and successful?’ If you are feeling a little challenged in any of these areas, this report will be informative.

Launching my own SaaS

I love what we are building here at Shipa, and I couldn’t be more proud of all the great things the team is constantly delivering, but one thing I like is having personal projects. These help me keep up to date with technology and learn new things. I try to keep the investment in those projects at a minimum and under control. That goes across both the timing and the resources invested. My most recent project is related to the experience when defining cloud-native applications.

What Is JMX Monitoring?

The Java Management Extensions (JMX) framework is a well-known tool for any experienced Java developer. The purpose of the JMX framework is to simplify the management of local and remote Java applications while providing a user-friendly interface. The primary advantages of the JMX framework are that it’s highly reliable, scalable, and easy to configure. However, it’s also known for introducing the concept of MBeans, which unlocks the capacity for real-time Java application management.

Everything you need to know about cloud-native

Cloud technology, and applications running in the cloud, are becoming more and more common. With this rise in cloud computing, application development has needed to change as well, resulting in what can be called the cloud-native approach to software development. In this article, you will learn all about cloud-native technology and how cloud-native companies approach building their applications.

Optimize Resources Through Apache Spark Tuning (Part Two)

In part one of this two-part blog post, we began our deep dive into Apache Spark tuning to optimize resources. We looked at what is involved in executor and partition sizing, particularly choosing the number of partitions and choosing an executor size. After establishing some principles of optimization here, we ended by asking an important question: Is it really practical for all applications to be optimized? As our recent State of the Market report helped reveal, the answer is two-sided. The good news?