-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmetrics.yml
73 lines (71 loc) · 1.97 KB
/
metrics.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
component: bitswap
metrics:
gauge:
bitswap-active-connections:
description: BitSwap Active Connections
bitswap-pending-entries:
description: BitSwap Pending Entries to serve
labelCount:
# bitswap-request-size:
# description: Block total size for a request
# labels:
# - connection
# - request
# bitswap-request:
# description: Total requests, by type and connection
# labels:
# - connection
# - type
bitswap-block:
description: Block request, by type (info, data) and result (hits, canceled, error, misses)
labels:
- type
- result
cache-block:
description: LRU cache hits, by type (info, data) and result (hits, misses)
labels:
- type
- result
bitswap-sent:
description: Amount of data sent, by type (info, data), in bytes
labels:
- type
bitswap-sent-cid-prefix:
description: CID prefix information of sent blocks (CID version, IPLD code, multihash code, multihash size)
labels:
- version
- code
- mh_code
- mh_size
bitswap-cancel-size:
description: Block total size for canceled requests
labels:
- type
bitswap-block-success-cancel:
description: Block canceled requests
labels:
- type
durations:
bitswap-request-duration:
description: Execution time for a request
s3-request-durations:
description: AWS S3 requests
dynamo-request-durations:
description: AWS DynamoDB requests
count:
bitswap-connections:
description: Bitswap connections
bitswap-total-entries:
description: BitSwap Total Entries served
bitswap-block-error:
description: Block error (on parsing)
bitswap-denied:
description: Count of CIDs found on denylist
process:
elu:
name: bitswap-elu
description: Bitswap Event Loop Utilization
interval: 500
version: 0.4.0
buildDate: "20230706.1402"