Skip to content

Commit e9bb274

Browse files
committed
docs: minor
1 parent 9b73609 commit e9bb274

File tree

3 files changed

+2
-21
lines changed

3 files changed

+2
-21
lines changed

docs/logging_monitoring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pod name.
1717
Example:
1818

1919
```sh
20-
$ warnet bitcoin debug-log tank=0000
20+
$ warnet bitcoin debug-log tank-0000
2121

2222

2323
2023-10-11T17:54:39.616974Z Bitcoin Core version v25.0.0 (release build)
@@ -98,7 +98,7 @@ nodes:
9898
metrics: blocks=getblockcount() inbounds=getnetworkinfo()["connections_in"] outbounds=getnetworkinfo()["connections_in"] mempool_size=getmempoolinfo()["size"]
9999
```
100100
101-
The data can be retrieved firectly from the Prometheus exporter container in the tank pod via port `9332`, example:
101+
The data can be retrieved directly from the Prometheus exporter container in the tank pod via port `9332`, example:
102102

103103
```
104104
# HELP blocks getblockcount()

docs/warnet.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,6 @@ options:
147147

148148
## Graph
149149

150-
### `warnet graph import-json`
151-
Create a cycle graph with nodes imported from lnd `describegraph` JSON file,
152-
and additionally include 7 extra random outbounds per node. Include lightning
153-
channels and their policies as well.
154-
Returns XML file as string with or without --outfile option.
155-
156-
157150
## Image
158151

159152
### `warnet image build`

src/warnet/graph.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@
1414
def graph():
1515
"""Create and validate network graphs"""
1616

17-
18-
@graph.command()
19-
def import_json(infile: Path, outfile: Path, cb: str, ln_image: str):
20-
"""
21-
Create a cycle graph with nodes imported from lnd `describegraph` JSON file,
22-
and additionally include 7 extra random outbounds per node. Include lightning
23-
channels and their policies as well.
24-
Returns XML file as string with or without --outfile option.
25-
"""
26-
raise Exception("Not Implemented")
27-
28-
2917
def custom_graph(
3018
num_nodes: int,
3119
num_connections: int,

0 commit comments

Comments
 (0)