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

Improve the Write logEntry sample #359

Open
5 tasks
0xSage opened this issue Dec 10, 2020 · 0 comments
Open
5 tasks

Improve the Write logEntry sample #359

0xSage opened this issue Dec 10, 2020 · 0 comments
Assignees
Labels
api: logging Issues related to the googleapis/java-logging API. good first issue This issue is a good place to started contributing to this repository. lang: java Issues specific to Java. priority: p3 Desirable enhancement or fix. May not be included in next release. samples Issues that are directly related to samples. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@0xSage
Copy link
Contributor

0xSage commented Dec 10, 2020

Improve the Write logEntry sample on this page

This page is referenced by docs that explicitly talk about LogEntries. So we should demo this “advanced” logging technique, even though we do recommend the standard log wrapper approach in the quickstarts.

Criteria:

  • Demo how to write a text logEntry (textPayload)
  • Demo how to write a struct logEntry (jsonPayload)
  • Include: severity level, labels, resource type (“global”)
  • Demo: batch logging vs writing one log at a time
  • Update accompanying tests

Region tag: logging_write_log_entry

@0xSage 0xSage added good first issue This issue is a good place to started contributing to this repository. priority: p2 Moderately-important priority. Fix may not be included in next release. priority: p3 Desirable enhancement or fix. May not be included in next release. and removed priority: p2 Moderately-important priority. Fix may not be included in next release. labels Dec 10, 2020
@product-auto-label product-auto-label bot added api: logging Issues related to the googleapis/java-logging API. samples Issues that are directly related to samples. labels Dec 10, 2020
@athakor athakor self-assigned this Dec 11, 2020
@athakor athakor added the lang: java Issues specific to Java. label Dec 11, 2020
@athakor athakor removed their assignment Jan 14, 2021
@simonz130 simonz130 added the type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. label Jan 22, 2021
@simonz130 simonz130 self-assigned this May 20, 2021
@minherz minherz assigned arbrown and unassigned simonz130 Feb 10, 2022
@minherz minherz added type: question Request for information or clarification. Not an issue. and removed type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. labels Jul 13, 2022
@meredithslota meredithslota added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. and removed type: question Request for information or clarification. Not an issue. labels Apr 12, 2023
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. good first issue This issue is a good place to started contributing to this repository. lang: java Issues specific to Java. priority: p3 Desirable enhancement or fix. May not be included in next release. samples Issues that are directly related to samples. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

6 participants