You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -628,7 +628,7 @@ mkDataPointTracer trDataPoint namesFor = do
628
628
pure $ withNamesAppended namesFor tr
629
629
```
630
630
631
-
Also, [there is a document](https://github.com/input-output-hk/cardano-node/wiki/cardano-node-and-DataPoints:-demo)
631
+
Also, [there is a document](https://github.com/input-output-hk/cardano-node-wiki/wiki/cardano-node-and-DataPoints:-demo)
632
632
describing how to accept DataPoints from an external process. [`demo-acceptor`](https://github.com/input-output-hk/cardano-node/blob/master/cardano-tracer/demo/acceptor.hs) application allows to ask for particular DataPoint by its name and display its value.
633
633
634
634
# Integration and implementation in the node
@@ -784,7 +784,7 @@ This document describes a separate service for logging and monitoring Cardano no
784
784
785
785
This document describes how to accept DataPoints from an external process:
0 commit comments