Skip to content

Commit 8e4c89d

Browse files
docs: include certs net
Signed-off-by: Ricky Moorhouse <[email protected]>
1 parent 8b31cff commit 8e4c89d

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

docs/config.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ nets:
1919
timeout: 5
2020
username: trawler-monitor
2121
namespace: apic-gateway
22-
product:
22+
manager:
2323
enabled: true
2424
username: trawler-monitor
2525
namespace: apic-management
26+
certs:
27+
enabled: true
2628
```
2729
2830
## General trawler settings:
@@ -103,4 +105,11 @@ Sample config:
103105
enabled: true
104106
namespace: apic
105107

106-
- namespace: namespace the analytics subsystem is deployed in
108+
- namespace: namespace the analytics subsystem is deployed in
109+
110+
### Certs net
111+
112+
Sample config:
113+
114+
certs:
115+
enabled: true

docs/metrics.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ The kind of metrics that trawler collects are currently as follows and are provi
4343
| Invoke test API (defined in config) created | datapower_invoke_api_{name}_status_created |
4444

4545

46-
4746
### Analytics subsystem
4847
| Description | metric name |
4948
| ------------- |-------------|
@@ -52,3 +51,9 @@ The kind of metrics that trawler collects are currently as follows and are provi
5251
| Number of shards in states - active, relocating, initialising, unassigned | analytics_{state}_shards_total|
5352
| Number of pending tasks | analytics_pending_tasks_total|
5453
| API Calls in last hour by status code | analytics_apicalls_lasthour_2xx, 4xx etc|
54+
55+
56+
### Cert monitoring
57+
| Description | metric name |
58+
| ------------- |-------------|
59+
| Certificate seconds remaining | cert_remaining_seconds |

0 commit comments

Comments
 (0)