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: src/guide/advanced/metrics.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,6 @@ This topic will be updated as part of the new configuration reference.
19
19
The progress on the configuration reference can be tracked in the following GitHub issue:\
20
20
[iroha-2-docs > Issue #392: Tracking issue for Configuration Reference as per RFC](https://github.com/hyperledger-iroha/iroha-2-docs/issues/392).
21
21
22
-
::: note
23
-
24
-
For examples, see [Sample Configuration Files](../configure/sample-configuration.md).
25
-
26
-
:::
27
-
28
22
After the above is configured, you can use the IP address set in the `"TORII_TELEMETRY_URL"` variable to access the metrics data from within a running Iroha instance.
Copy file name to clipboardExpand all lines: src/guide/advanced/running-iroha-on-bare-metal.md
+4-13Lines changed: 4 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,19 +12,12 @@ error-prone, particularly for exotic systems (Windows).
12
12
::: info
13
13
14
14
For this chapter, we assume you have learned about
15
-
[configuration](/guide/configure/sample-configuration.md) and
16
15
[management](/guide/configure/peer-management.md) in Iroha 2. Here we offer
17
16
you instructions to run Iroha on bare metal without going into details
18
17
about various configuration options available.
19
18
20
-
You can always check
21
-
[sample configuration files](/guide/configure/sample-configuration.md) for
22
-
`configs/peer/genesis.json` and `configs/peer/config.json`, or refer to
23
-
[peer configuration options](/guide/configure/peer-configuration.md) for
24
-
more details.
19
+
TODO extend with a relevant config guide
25
20
26
-
<!-- TODO: Add the new configuration reference, once its ready. Issue: https://github.com/hyperledger-iroha/iroha-2-docs/issues/392
27
-
The full list of available options is in the [Iroha Configuration Reference](https://github.com/hyperledger-iroha/iroha/blob/iroha2-dev/docs/source/references/config.md). -->
28
21
29
22
:::
30
23
@@ -448,13 +441,11 @@ Iroha in the real world.
448
441
```
449
442
450
443
3. Register your peer to a network, and make sure to add at least four of
0 commit comments