|
|
@ -60,10 +60,10 @@ Setting this environment variable automatically enables audit logging to the HTT |
|
|
|
|
|
|
|
|
|
|
|
NOTE: |
|
|
|
NOTE: |
|
|
|
- `timeToFirstByte` and `timeToResponse` will be expressed in Nanoseconds. |
|
|
|
- `timeToFirstByte` and `timeToResponse` will be expressed in Nanoseconds. |
|
|
|
- In the case of the erasure setup `tags.objectErasureMap` provides |
|
|
|
- Additionally in the case of the erasure coded setup `tags.objectErasureMap` provides per object details about |
|
|
|
- Pool number |
|
|
|
- Pool number the object operation was performed on. |
|
|
|
- Set number |
|
|
|
- Set number the object operation was performed on. |
|
|
|
- The list of disks belonging to the set |
|
|
|
- The list of disks participating in this operation belong to the set. |
|
|
|
|
|
|
|
|
|
|
|
```json |
|
|
|
```json |
|
|
|
{ |
|
|
|
{ |
|
|
@ -103,13 +103,14 @@ NOTE: |
|
|
|
}, |
|
|
|
}, |
|
|
|
"tags": { |
|
|
|
"tags": { |
|
|
|
"objectErasureMap": { |
|
|
|
"objectErasureMap": { |
|
|
|
"pool": 1, |
|
|
|
"object": { |
|
|
|
"set": 10, |
|
|
|
"poolId": 1, |
|
|
|
"path/to/object": [ |
|
|
|
"setId": 10, |
|
|
|
"http://minio.example.com/mnt/zone1/disk1", |
|
|
|
"disks": [ |
|
|
|
"http://minio.example.com/mnt/zone1/disk2", |
|
|
|
"http://server01/mnt/pool1/disk01", |
|
|
|
"http://minio.example.com/mnt/zone1/disk3", |
|
|
|
"http://server02/mnt/pool1/disk02", |
|
|
|
"http://minio.example.com/mnt/zone1/disk4" |
|
|
|
"http://server03/mnt/pool1/disk03", |
|
|
|
|
|
|
|
"http://server04/mnt/pool1/disk04" |
|
|
|
] |
|
|
|
] |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|