Menu
  • HOME
  • TAGS

Google Logging API - What service name to use when writing entries from non-Google application?

google-api,google-cloud-platform,google-cloud-logging

The Cloud Logging API currently only officially supports Google resources, so the best course of action is to continue to use "compute.googleapis.com" as the service and supply the labels "compute.googleapis.com/resource_type" and "compute.googleapis.com/resource_id", which are used for indexing and visible in the UI drop-downs. We also currently permit the service name...

LogSeverity on aggregated logs in Google Container Engine

google-container-engine,google-cloud-logging

Currently there's no way to do this with the default fluentd agents on each node. If you have suggestions on what the format(s) should be for a feature like this, we'd love your input! You can open an issue with your ideas here.