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

The library does not detect AppEngine with custom runtime #890

Closed
minherz opened this issue Mar 2, 2022 · 0 comments · Fixed by #891
Closed

The library does not detect AppEngine with custom runtime #890

minherz opened this issue Mar 2, 2022 · 0 comments · Fixed by #891
Assignees
Labels
api: logging Issues related to the googleapis/java-logging API. lang: java Issues specific to Java. priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@minherz
Copy link
Contributor

minherz commented Mar 2, 2022

Environment details

  1. AppEngine Flexible environment built with a custom runtime (doc)
  2. Library version: 3.6.2

Steps to reproduce

  1. Deploy environment
  2. Write a log

Actual result

The log entries show "global" resource type instead of "gae_app". The resource attributes include only the project id.

Expected result

The log entries show "gae_app" with the relevant attributes.

@minherz minherz self-assigned this Mar 2, 2022
@product-auto-label product-auto-label bot added the api: logging Issues related to the googleapis/java-logging API. label Mar 2, 2022
@minherz minherz added lang: java Issues specific to Java. priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: logging Issues related to the googleapis/java-logging API. lang: java Issues specific to Java. priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
1 participant