googleapis/google-cloud-python

Improve the Write logEntry sample

Fechada

#15.426 aberto em 10 de dez. de 2020

 (1 comentário) (0 reação) (0 responsável)Python (1.481 forks)batch import
api: logginggood first issuepriority: p3samplestype: feature request

Métricas do repositório

Stars
 (4.304 estrelas)
Métricas de merge de PR
 (Mesclagem média 4d) (158 fundiu PRs em 30d)

Description

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

Guia do colaborador