Update document format in plugin test (#383)

This commit is contained in:
mrproliu 2022-11-14 21:46:44 +08:00 committed by GitHub
parent bcbbc2bfcc
commit 615aa8eab4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 6 deletions

View File

@ -212,8 +212,7 @@ as the version number, which will be changed in the test for each version.
**Expected Data Format Of The Segment**
```yml
segmentItems:
-
serviceName: SERVICE_NAME(string)
- serviceName: SERVICE_NAME(string)
segmentSize: SEGMENT_SIZE(int)
segments:
- segmentId: SEGMENT_ID(string)
@ -295,8 +294,7 @@ The verify description for SegmentRef
**Expected Data Format Of The Meter Items**
```yml
meterItems:
-
serviceName: SERVICE_NAME(string)
- serviceName: SERVICE_NAME(string)
meterSize: METER_SIZE(int)
meters:
- ...
@ -336,8 +334,7 @@ The verify description for MeterId
**Expected Data Format Of The Log Items**
```yml
logItems:
-
serviceName: SERVICE_NAME(string)
- serviceName: SERVICE_NAME(string)
logSize: LOG_SIZE(int)
logs:
- ...