[receiver/rabbitmq] add rabbitmq.cluster.name resource attribute - #50273
[receiver/rabbitmq] add rabbitmq.cluster.name resource attribute#50273ayush-singh-0601 wants to merge 5 commits into
Conversation
|
|
|
Welcome, contributor! Thank you for your contribution to opentelemetry-collector-contrib. Important reminders:
|
Pull request dashboard statusWaiting on reviewers · refreshed 2026-08-22 16:51 UTC Review the latest changes. Status above doesn't look right?
|
|
@ayush-singh-0601, please sign the CLA, please check the contributing guidelines, specifically the AI assisted section, and update your PR description. |
|
@ayush-singh-0601 please add a changelog entry |
|
/workflow-approve |
ayush-singh-0601
left a comment
There was a problem hiding this comment.
i have fixed the issue
|
can you suggest what should i do next |
|
/workflow-approve |
|
it is asking for approval for the workflow can you please provide it |
|
/workflow-approve |
|
@ayush-singh-0601, |
|
i updated my pr description, sorry for the change in description , wont happen again |
|
Also check the (I, a human, wrote ...) checkbox. Also, make sure that this won't happen again, otherwise it may lead to closing to your upcoming PRs. For more info, read our contributing guidelines. |
|
/workflow-approve |
|
done |
Description
add the disabled-by-default
rabbitmq.cluster.nameresource attributefetch the cluster name from RabbitMQ's
/api/cluster-nameendpoint once per scrapepropagate it to queue, node, and exchange metrics, with partial-error handling when lookup fails
regenerate metadata artifacts and add client/scraper coverage
Link to tracking issue
Fixes #50168
Testing
CGO_ENABLED=0 go test ./...(pass)CGO_ENABLED=0 go vet ./...(pass)git diff --check(pass)go test -race ./...could not run on the local Windows image because its installed 32-bit C compiler cannot build 64-bit race binaries; upstream CI should run the race job on supported runners.Documentation
regenerate metadata artifacts
Authorship