You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have Logger.name, which is a hierarchal name of the source, with the most significant piece first (like the company name, then module, then class, then function).
There's a "Resource" in GCP that corresponds to GCP's internal resources, primarily, and cannot be created/changed outside of GCP. This is what this thread is about: googleapis/google-cloud-dotnet#2460 (comment) (Logging to others than Global)
However, it's also the case that every deployment or statefulset in k8s creates a new "log" in Stackdriver. If we ingest everything through the HTTP ingestion, only "name" differentiates the logs; it could be useful to parametise the Stackdriver target with a function that can decide "log" name from the Message's name.
The text was updated successfully, but these errors were encountered:
Currently we have
Logger.name
, which is a hierarchal name of the source, with the most significant piece first (like the company name, then module, then class, then function).There's a "Resource" in GCP that corresponds to GCP's internal resources, primarily, and cannot be created/changed outside of GCP. This is what this thread is about: googleapis/google-cloud-dotnet#2460 (comment) (Logging to others than Global)
However, it's also the case that every deployment or statefulset in k8s creates a new "log" in Stackdriver. If we ingest everything through the HTTP ingestion, only "name" differentiates the logs; it could be useful to parametise the Stackdriver target with a function that can decide "log" name from the Message's name.
The text was updated successfully, but these errors were encountered: