@jeffjassky/telemetry 0.3.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -71,7 +71,9 @@ app.use('/telemetry', createDashboard({
71
71
  }));
72
72
  ```
73
73
 
74
- Then `open http://localhost:3000/telemetry`.
74
+ Then `open http://localhost:3000/telemetry`. The dashboard derives its report
75
+ builder from the registry you just wrote, so a new event or rollup family is a
76
+ new chart with no UI code — see [Reports](https://jeffjassky.github.io/telemetry/guide/reports).
75
77
 
76
78
  ## The three things to get right
77
79