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
Copy file name to clipboardExpand all lines: cardano-tracer/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,16 @@ For more details please [read the documentation](https://github.com/intersectmbo
6
6
7
7
## RTView
8
8
9
+
> Attention: RTView is hidden behind a build flag. Enable with this cabal flag: `-f +rtview`.
10
+
9
11
RTView is a real-time monitoring tool for Cardano nodes (RTView is an abbreviation for "Real Time View"), it is a part of `cardano-tracer` service. RTView provides an interactive web page where you can see different kinds of information about connected nodes (something like Grafana).
10
12
11
13
For more details please [read its documentation](https://github.com/intersectmbo/cardano-node/blob/master/cardano-tracer/docs/cardano-rtview.md).
12
14
15
+
RTView is not feature complete and is thus disabled by default. Being
16
+
an experimental/optional component of `cardano-tracer` we will still
17
+
guarantee it remains buildable and usable in its current state.
18
+
13
19
## Developers
14
20
15
21
Performance and Tracing team is responsible for this service. The primary developer is [Baldur Blöndal](https://github.com/Icelandjack).
Copy file name to clipboardExpand all lines: cardano-tracer/docs/cardano-rtview.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,12 @@
1
1
# Cardano RTView
2
2
3
-
RTView is a part of `cardano-tracer`[service](https://github.com/intersectmbo/cardano-node/blob/master/cardano-tracer/docs/cardano-tracer.md). It is a real-time monitoring tool for Cardano nodes (RTView is an abbreviation for "Real Time View"). It provides an interactive web page where you can see different kinds of information about connected nodes.
3
+
> Attention: RTView is hidden behind a build flag. Enable with this cabal flag: `-f +rtview`.
4
+
5
+
RTView is an optional part of `cardano-tracer`[service](https://github.com/intersectmbo/cardano-node/blob/master/cardano-tracer/docs/cardano-tracer.md). It is a real-time monitoring tool for Cardano nodes (RTView is an abbreviation for "Real Time View"). It provides an interactive web page where you can see different kinds of information about connected nodes.
6
+
7
+
RTView is not feature complete and is thus disabled by default. Being
8
+
an experimental/optional component of `cardano-tracer` we will still
9
+
guarantee it remains buildable and usable in its current state.
0 commit comments