-
Notifications
You must be signed in to change notification settings - Fork 599
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CORE-8141] Add host information to metrics report #24023
[CORE-8141] Add host information to metrics report #24023
Conversation
/dt |
the below tests from https://buildkite.com/redpanda/redpanda/builds/57648#0192ff57-1af8-495a-b2a9-b5b8633346bf have failed and will be retried
the below tests from https://buildkite.com/redpanda/redpanda/builds/57663#019300eb-01de-4920-999c-16b4cc332f4c have failed and will be retried
|
3301708
to
c69776c
Compare
Added hostname, domainname, and a list of FQDNs to the call-home report Signed-off-by: Michael Boquard <michael@redpanda.com>
Signed-off-by: Michael Boquard <michael@redpanda.com>
c69776c
to
99df629
Compare
/dt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
/backport v24.2.x |
/backport v24.1.x |
Adds a number of new nodes associated with the broker's address to the report:
hostname
- the reported hostname of the node sending the reportdomainname
- the reported domain name of the node sending the reportfqdns
- List of FQDN's of the node sending the reportnodes.kafka_advertised_listeners
- List of Kafka Advertised listeners for all nodes in the clusterBackports Required
Release Notes