Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions activemq/assets/dataflows.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
provides:
- id: activemq-broker-metrics
always_on: true
- id: activemq-logs
always_on: true
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Mark activemq logs stream as optional

The new activemq-logs stream is marked always_on: true, but this integration’s own setup docs say log collection is disabled by default and only works after explicitly enabling logs and adding log config (activemq/README.md lines 52-59). Keeping this as always-on misrepresents when the logs dataflow is actually available and can skew downstream cataloging/eligibility logic for installations that only collect metrics.

Useful? React with 👍 / 👎.

Loading