Operations | Monitoring | ITSM | DevOps | Cloud

Serverless

The latest News and Information on Serverless Monitoring, Management, Development and related cloud technologies.

Exploring Azure Kubernetes Service and its monitoring capabilities

What is Azure Kubernetes Service? Azure Kubernetes Service (AKS) is a fully managed open-source container orchestration service offered by Azure. Provisioning, scaling, and upgrading resources can be done without causing downtime with Azure Kubernetes Service. Container orchestration in Kubernetes enables deployed application components to be isolated in distinct containers that can scale independently. A cluster made up of these containers functions as a microservices-based software product.

Troubleshoot and monitor .NET application deployed in Azure!

Document360 is one of the leading knowledge base platforms in the market, with over 1000 enterprise customers. The initial version of Document360 was released in the year 2017. Due to the simple and elegant user experience and competitive feature set, it gained the traction of many customers in the market, leaving it to become one of the category’s top tools.

Azure end-to-end transaction details with enhanced visibility

In this blog, we look at the importance of viewing Azure end-to-end transactions from the perspective of a business user, the overall benefit of Business Application Monitoring, and how Serverless360 BAM can help your organization by providing business insights in your Azure integration transactions.

Logic App Best practices, Tips, and Tricks: #20 Accessing Runtime Settings (Part II) - Logic App Standard

In my last blog post, I discussed How you could access runtime settings like the Subscription Id or the Resource Group in Logic App Consumption. I mentioned there that this differs from Consumption to Standard since they have different engines. So today, in this second part, we are going to address: How to access runtime settings inside Logic App Standard.

TL;DR InfluxDB Tech Tips: Downsampling with Flight SQL and AWS Lambda

This tutorial covers how to perform downsampling with the new InfluxDB storage engine, InfluxDB IOx, in InfluxDB Cloud (available on AWS us-east-1 and AWS eu-central-1 starting January 31st) using AWS Lambda. This tutorial describes how to: InfluxDB IOx addresses key user needs including (but not limited to): We achieved these goals by building InfluxDB IOx on the Apache ecosystem (Apache Parquet, Apache DataFusion, Apache Arrow, and Apache Flight SQL).

Azure Application Insights vs Log Analytics: Which one should you choose?

We often speak to organizations about Azure and one of the common questions is what is the difference between App Insights and Log Analytics. In this article we will aim to discuss those differences and overlaps. If we think about the Azure Monitoring Platform / ecosystem, then Log Analytics and App Insights both play a role within that platform as shown below. Log Analytics plays a role in the storage of Log Data and the analysis of Log Data.

Building, deploying and observing SDKs as a Service - Part 1

An API, or application programming interface, is a set of protocols and instructions that allows two software applications to communicate with one other. APIs can be implemented in a number of architectural styles. One of the most popular styles is REST (representational state transfer,) which allows server and client interaction in a stateless manner.

Logic App Best practices, Tips, and Tricks: #20 Accessing Runtime Settings (Part I) - Logic App Consumption

In my last blog post, I discussed securing our Logic App. I may return to this topic in the future, but for now, let’s get back once again to developer tricks and tips, and this time to address something that I’m always considering using on my solutions: How to access runtime settings like the Subscription Id or the Resource Group.

Monitoring AWS DynamoDB performance and latency

Amazon DynamoDB is a fully managed NoSQL database service provided by AWS and is tailor-made for serverless applications. As a fully managed service, we don’t have to worry about operational tasks with DynamoDB, such as hardware provisioning, configuring instances, scaling, replications, software patching, etc.