Backend: Error Monitoring
Backend: Logging
Go
JS
Python
Ruby
Java
Rust
Hosting Providers
Backend: Tracing
Native OpenTelemetry
Fullstack Frameworks
Overview
Self Host & Local Dev
Menu
Logging in GCP
Deploying your application or infrastructure in Google Cloud Platform (GCP)? Stream your logs to highlight to see everything in one place.
Check out the following examples of setting up logs streaming in these services:
GCP Cloud Logging with Pub/Sub export
-
Setup the Google Ops Agent to send your infrastructure or compute logs to Google Cloud Logging.
-
Create a Cloud Pub/Sub topic for exporting your Google cloud logs.
-
Setup a Log Router Sink in Google Cloud Logging
-
Setup a Pub/Sub Subscription to export to highlight.io over HTTPS. Set the delivery to Push on endpoint URL https://pub.highlight.io/v1/logs/raw?project=YOUR_PROJECT_ID&service=backend-service
At this point, your infrastructure / service logs should show up in highlight!