Metric
A metric node is used to count log records that goes through it. It exports a
new COUNTER metric in the pipeline's Prometheus Exporter
Example
{
"timestamp": "...",
"fields": {
"tag": "myapp",
"content": "hello world"
}
}
⇓
A metric node is used to count log records that goes through it. It exports a
new COUNTER metric in the pipeline's Prometheus Exporter
{
"timestamp": "...",
"fields": {
"tag": "myapp",
"content": "hello world"
}
}
⇓