Skip to content

Commit 568cf14

Browse files
committed
Merge branch 'main' into az-migration
2 parents b713dd4 + c9102c2 commit 568cf14

File tree

6 files changed

+15
-37
lines changed

6 files changed

+15
-37
lines changed

api/grpc/mpi/v1/command.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/grpc/mpi/v1/common.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/grpc/mpi/v1/files.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/collector/containermetricsreceiver/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,13 @@ containermetrics:
1616
collection_interval: <duration> # default = 1m
1717
initial_delay: <duration> # default = 1s
1818
```
19+
20+
The available scrapers are:
21+
22+
| Scraper | Supported OSs | Description |
23+
| ------------ | ---------------------------- | ------------------------------------------------------ |
24+
| [cpu] | All | CPU utilization metrics |
25+
| [memory] | All | Memory utilization metrics |
26+
27+
[cpu]: ./internal/scraper/cpuscraper/documentation.md
28+
[memory]: ./internal/scraper/memoryscraper/documentation.md

internal/collector/containermetricsreceiver/documentation.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

internal/command/command_service_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,11 @@ func TestCommandService_receiveCallback_configApplyRequest(t *testing.T) {
116116
10*time.Millisecond,
117117
)
118118

119+
wg.Wait()
120+
119121
commandService.configApplyRequestQueueMutex.Lock()
120122
defer commandService.configApplyRequestQueueMutex.Unlock()
121123
assert.Len(t, commandService.configApplyRequestQueue, 1)
122-
wg.Wait()
123124
}
124125

125126
func TestCommandService_UpdateDataPlaneStatus(t *testing.T) {

0 commit comments

Comments
 (0)