Google Cloud Operations Suite website screenshot

Google Cloud Operations Suite

Google Cloud Operations Suite (formerly Stackdriver) provides integrated monitoring, logging, and diagnostics for applications and infrastructure running on Google Cloud. It encompasses Cloud Monitoring, Cloud Logging, Cloud Trace, Cloud Profiler, and Error Reporting to deliver comprehensive observability, real-time visibility, alerting, log analysis, distributed tracing, and performance profiling across cloud environments.

1 APIs 0 Features
Error ReportingGoogle CloudLoggingMonitoringObservabilityOperationsProfilingStackdriverTracing

APIs

Google Cloud Operations Suite API

The Operations Suite API provides a unified interface for managing observability across Google Cloud services, including monitoring metrics and dashboards, centralized logging, ...

Collections

Pricing Plans

Rate Limits

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🌐
Portal
Portal
🚀
GettingStarted
GettingStarted
🔗
Documentation
Documentation
🔑
Authentication
Authentication
💰
Pricing
Pricing
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🟢
StatusPage
StatusPage
💬
Support
Support
🔗
JSONLDContext
JSONLDContext

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google Cloud Operations Suite API
  version: v3
items:
- info:
    name: Projects
    type: folder
  items:
  - info:
      name: Google Cloud Operations Suite List Time Series
      type: http
    http:
      method: GET
      url: https://monitoring.googleapis.com/v3/projects/:projectId/timeSeries
      params:
      - name: projectId
        value: ''
        type: path
      - name: filter
        value: ''
        type: query
      - name: interval.startTime
        value: ''
        type: query
      - name: interval.endTime
        value: ''
        type: query
    docs: Lists time series that match a filter for monitoring data.
  - info:
      name: Google Cloud Operations Suite Create Time Series
      type: http
    http:
      method: POST
      url: https://monitoring.googleapis.com/v3/projects/:projectId/timeSeries
      params:
      - name: projectId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Creates or adds data to one or more time series.
  - info:
      name: Google Cloud Operations Suite List Alert Policies
      type: http
    http:
      method: GET
      url: https://monitoring.googleapis.com/v3/projects/:projectId/alertPolicies
      params:
      - name: projectId
        value: ''
        type: path
    docs: Lists the existing alerting policies for the project.
  - info:
      name: Google Cloud Operations Suite Create Alert Policy
      type: http
    http:
      method: POST
      url: https://monitoring.googleapis.com/v3/projects/:projectId/alertPolicies
      params:
      - name: projectId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Creates a new alerting policy.
  - info:
      name: Google Cloud Operations Suite List Dashboards
      type: http
    http:
      method: GET
      url: https://monitoring.googleapis.com/v1/projects/:projectId/dashboards
      params:
      - name: projectId
        value: ''
        type: path
    docs: Lists the existing dashboards for the project.
  - info:
      name: Google Cloud Operations Suite Create Dashboard
      type: http
    http:
      method: POST
      url: https://monitoring.googleapis.com/v1/projects/:projectId/dashboards
      params:
      - name: projectId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Creates a new custom dashboard.
  - info:
      name: Google Cloud Operations Suite List Uptime Check Configs
      type: http
    http:
      method: GET
      url: https://monitoring.googleapis.com/v3/projects/:projectId/uptimeCheckConfigs
      params:
      - name: projectId
        value: ''
        type: path
    docs: Lists the existing uptime check configurations.
- info:
    name: Entries:list
    type: folder
  items:
  - info:
      name: Google Cloud Operations Suite List Log Entries
      type: http
    http:
      method: POST
      url: https://monitoring.googleapis.com/v2/entries:list
      body:
        type: json
        data: '{}'
    docs: Lists log entries from Cloud Logging.
- info:
    name: Entries:write
    type: folder
  items:
  - info:
      name: Google Cloud Operations Suite Write Log Entries
      type: http
    http:
      method: POST
      url: https://monitoring.googleapis.com/v2/entries:write
      body:
        type: json
        data: '{}'
    docs: Writes log entries to Cloud Logging.
bundled: true