Open Andrey250419 opened 2 years ago
Hello, I'm trying to make fields in grafana (as shown in the picture), but I don't understand how I should form a log sending from python to loki.
logger.info ('Test', extra={"tags": {"tag": 1}, "fields": {"field": 1}}) or...?
Hello, I'm trying to make fields in grafana (as shown in the picture), but I don't understand how I should form a log sending from python to loki.
logger.info ('Test', extra={"tags": {"tag": 1}, "fields": {"field": 1}}) or...?