-
Notifications
You must be signed in to change notification settings - Fork 435
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
[RabbitMQ] Added dimension fields for rabbitmq queue datastream #5660
[RabbitMQ] Added dimension fields for rabbitmq queue datastream #5660
Conversation
🌐 Coverage report
|
packages/rabbitmq/changelog.yml
Outdated
@@ -1,3 +1,8 @@ | |||
- version: "1.9.0" | |||
changes: | |||
- description: Added dimension fields for rabbitmq queue datastream to support TSDB. |
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.
Please remove the phrase rabbitmq
@@ -3,6 +3,7 @@ | |||
fields: | |||
- name: name | |||
type: keyword | |||
dimension: true |
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.
Please add the reason
Please add a vhost name as dimension |
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!
Package rabbitmq - 1.8.3 containing this change is available at https://epr.elastic.co/search?package=rabbitmq |
What does this PR do?
This PR adds dimension fields for rabbitmq queue datastream to support TSDB.
Checklist
I have reviewed tips for building integrations and this pull request is aligned with them.
I have verified that all data streams collect metrics or logs.
I have added an entry to my package's
changelog.yml
file.I have verified that Kibana version constraints are current according to guidelines.
Relates RabbitMQ TSDB Enablement #5279