Skip to content

Commit

Permalink
fix typo caught by test
Browse files Browse the repository at this point in the history
  • Loading branch information
greatestusername committed Nov 7, 2023
1 parent 4ff83dd commit 397a888
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# log_record:
# severity_text: info
# append_pattern: true
# body: The container is unable to connnect to the MBean server to retreive kafka metrics.
# body: The container is unable to connnect to the MBean server to retrieve kafka metrics.
# - regexp: "java.rmi.UnknownHostException: Unknown host"
# first_only: true
# log_record:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# log_record:
# severity_text: info
# append_pattern: true
# body: The container is unable to connnect to the MBean server to retreive kafka metrics.
# body: The container is unable to connnect to the MBean server to retrieve kafka metrics.
# - regexp: "java.rmi.UnknownHostException: Unknown host"
# first_only: true
# log_record:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# log_record:
# severity_text: info
# append_pattern: true
# body: The container is unable to connnect to the MBean server to retreive kafka metrics.
# body: The container is unable to connnect to the MBean server to retrieve kafka metrics.
# - regexp: "java.rmi.UnknownHostException: Unknown host"
# first_only: true
# log_record:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ smartagent/collectd/kafka_broker:
log_record:
severity_text: info
append_pattern: true
body: The container is unable to connnect to the MBean server to retreive kafka metrics.
body: The container is unable to connnect to the MBean server to retrieve kafka metrics.
- regexp: "java.rmi.UnknownHostException: Unknown host"
first_only: true
log_record:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
log_record:
severity_text: info
append_pattern: true
body: The container is unable to connnect to the MBean server to retreive kafka metrics.
body: The container is unable to connnect to the MBean server to retrieve kafka metrics.
- regexp: "java.rmi.UnknownHostException: Unknown host"
first_only: true
log_record:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ smartagent/collectd/kafka_consumer:
log_record:
severity_text: info
append_pattern: true
body: The container is unable to connnect to the MBean server to retreive kafka metrics.
body: The container is unable to connnect to the MBean server to retrieve kafka metrics.
- regexp: "java.rmi.UnknownHostException: Unknown host"
first_only: true
log_record:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
log_record:
severity_text: info
append_pattern: true
body: The container is unable to connnect to the MBean server to retreive kafka metrics.
body: The container is unable to connnect to the MBean server to retrieve kafka metrics.
- regexp: "java.rmi.UnknownHostException: Unknown host"
first_only: true
log_record:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ smartagent/collectd/kafka_producer:
log_record:
severity_text: info
append_pattern: true
body: The container is unable to connnect to the MBean server to retreive kafka metrics.
body: The container is unable to connnect to the MBean server to retrieve kafka metrics.
- regexp: "java.rmi.UnknownHostException: Unknown host"
first_only: true
log_record:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
log_record:
severity_text: info
append_pattern: true
body: The container is unable to connnect to the MBean server to retreive kafka metrics.
body: The container is unable to connnect to the MBean server to retrieve kafka metrics.
- regexp: "java.rmi.UnknownHostException: Unknown host"
first_only: true
log_record:
Expand Down
1 change: 0 additions & 1 deletion tests/receivers/smartagent/collectd-kafka/bundled_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ var kafka = testutils.NewContainer().WithContext(

var kafkaZookeeper = testutils.NewContainer().WithImage("zookeeper:3.5").WithName("zookeeper").WithNetworks("kafka").WithExposedPorts("2181:2181").WillWaitForPorts("2181")


func TestBrokerMetrics(t *testing.T) {
testutils.SkipIfNotContainerTest(t)
if runtime.GOOS == "darwin" {
Expand Down

0 comments on commit 397a888

Please sign in to comment.