node-red-contrib-msg-ozlogger
Version:
Basic implementations for a log helper on node-red
27 lines (21 loc) • 862 B
HTML
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OZTracer</title>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">
</head>
<body>
<div class="header">
<h2>How do you will see the logs in grafana, for example</h2>
<br/>
Grafana<br/><br/>
<img src="./grafana.png" width="500" /><br/><br/><br/>
The flow that generated this trace<br/><br/>
<img src="./flow.png" width="500" /><br/><br/><br/>
</div>
</body>
</html>