This PR adds a small update to the mixin for the log expression. It adds the log_type label and updates the expression to also use the matcher selectors. The intention is to update the k8s plugin snippet for logs to use the log_type label, avoiding potential confusion with needing to add an arbitrary value to the filename label.
This is untested in k8s, so there's no confirmation that the diagnostic logs are sent to the DB2 container's stdout.
Description
This PR adds a small update to the mixin for the log expression. It adds the
log_type
label and updates the expression to also use thematcher
selectors. The intention is to update thek8s
plugin snippet for logs to use thelog_type
label, avoiding potential confusion with needing to add an arbitrary value to thefilename
label.Changes