googleapis/google-cloud-python

Improve the Write logEntry sample

Chiusa

#15.426 aperta il 10 dic 2020

 (1 commento) (0 reazioni) (0 assegnatari)Python (1481 fork)batch import
api: logginggood first issuepriority: p3samplestype: feature request

Metriche repository

Star
 (4304 stelle)
Metriche merge PR
 (Merge medio 4g) (158 PR mergiate in 30 g)

Descrizione

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

Guida contributor