Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Cloud - What is the difference among Cloud Logging vs Cloud Monitoring vs Stackdriver?

I am exploring logging, monitoring and alerting options on Google Cloud. Where I found Cloud Logging, Monitoring and Stackdriver as few options.

Theoretically, these services looks similar. Can anyone explain what is the actual difference between these services?

Thank you.

like image 574
Vikash Pareek Avatar asked Sep 16 '20 07:09

Vikash Pareek


People also ask

Is Stackdriver same as cloud logging?

In March 2020 Google Cloud Platform (GCP) announced that it rebranded its Stackdriver monitoring and logging platform to be part of its new Google Operations platform. This rebrand included renaming Google Stackdriver Monitoring to Google Cloud Monitoring and Google Stackdriver Logs to Google Cloud Logging.

What is cloud logging and monitoring?

Cloud Logging is a fully managed service that performs at scale and can ingest application and platform log data, as well as custom log data from GKE environments, VMs, and other services inside and outside of Google Cloud.

What is Stackdriver monitoring in GCP?

Google Stackdriver was a monitoring service that provided IT teams with performance data about applications and virtual machines (VMs) running on the Google Cloud Platform (GCP) and Amazon Web Services public cloud.

What is Google Cloud Logging?

Cloud Logging is a fully managed service that allows you to store, search, analyze, monitor, and alert on logging data and events from Google Cloud and Amazon Web Services. You can collect logging data from over 150 common application components, on-premises systems, and hybrid cloud systems.


1 Answers

Let's start with some the history events:

Stackdriver the company was created in 2012 by founders Dan Belcher and Izzy Azeri. The company's goal was to provide consistent monitoring across cloud computing's multiple service layers, using a single SaaS solution.

and

In May 2014, the Stackdriver company was acquired by Google. An expanded version of the product (adding support for logs analysis, hybrid cloud support, and deep integration with Google Cloud) was rebranded as Google Stackdriver and was launched to general availability in October, 2016.

In March 2020 Google Cloud Platform (GCP) announced that it rebranded its Stackdriver monitoring and logging platform to be part of its new Google Operations platform. This rebrand included renaming Google Stackdriver Monitoring to Google Cloud Monitoring and Google Stackdriver Logs to Google Cloud Logging.

In a few words, Google Cloud Monitoring and Logging are successors of Google Stackdriver monitoring and logging, as a result users have more unified experience in the Google Ecosystem. To find more details you can have a look at the documentation Operations (formerly Stackdriver) and Release notes.

To compare Cloud Monitoring and Cloud Logging you can check documentation:

  • Cloud Monitoring collects metrics, events, and metadata from Google Cloud, Amazon Web Services (AWS), hosted uptime probes, and application instrumentation. Google Cloud's operations suite ingests that data and generates insights via dashboards, charts, and alerts.

  • Cloud Logging allows you to store, search, analyze, monitor, and alert on logging data and events from Google Cloud and Amazon Web Services.

like image 190
3 revs Avatar answered Oct 19 '22 05:10

3 revs