Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Rutta/Stackdriver allow separate "logs" #364

Open
haf opened this issue Sep 7, 2018 · 0 comments
Open

Upgrade Rutta/Stackdriver allow separate "logs" #364

haf opened this issue Sep 7, 2018 · 0 comments

Comments

@haf
Copy link
Member

haf commented Sep 7, 2018

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.

@haf haf added the improvement label Oct 2, 2018
@haf haf changed the title Upgrade Rutta/Stackdriver to use proper resources Upgrade Rutta/Stackdriver allow separate "logs" Mar 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant