Skip to content
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

Add documentation for ActiveMQ Scaler #611

Merged
merged 4 commits into from
Jan 3, 2022

Conversation

melisatanrverdi
Copy link
Contributor

@melisatanrverdi melisatanrverdi commented Dec 10, 2021

Signed-off-by: melisatanrverdi [email protected]

Provide documentation for ActiveMQ scaler.

Checklist

  • Commits are signed with Developer Certificate of Origin (DCO)

Relates to kedacore/keda#2305
Relates to kedacore/keda#2120

Copy link
Member

@tomkerkhove tomkerkhove left a comment

Choose a reason for hiding this comment

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

Added a quick remark. Would you mind aligning with our doc guidance please?

content/docs/2.6/scalers/activemq.md Outdated Show resolved Hide resolved
Signed-off-by: melisatanrverdi <[email protected]>
content/docs/2.6/scalers/activemq.md Outdated Show resolved Hide resolved
Signed-off-by: melisatanrverdi <[email protected]>
- `destinationName` - Name of the queue to check for the message count.
- `brokerName` - Name of the broker as defined in ActiveMQ.
- `targetQueueSize` - Target value for queue length passed to the scaler. The scaler will cause the replicas to increase if the queue message count is greater than the target value per active replica. (Default: `10`, Optional)
- `restAPITemplate` - Template to build REST API url to get queue size. (Default: `"http://<<managementEndpoint>>/api/jolokia/read/org.apache.activemq:type=Broker,brokerName=<<brokerName>>,destinationType=Queue,destinationName=<<destinationName>>/QueueSize"`, Optional)
Copy link
Contributor

Choose a reason for hiding this comment

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

am I mistaken or is the template using the Go text/template syntax now?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, I corrected default template syntax.

Copy link
Member

@tomkerkhove tomkerkhove left a comment

Choose a reason for hiding this comment

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

LGTM, thanks a ton @melisatanrverdi!🎉

@JorTurFer JorTurFer mentioned this pull request Dec 20, 2021
5 tasks
@zroubalik zroubalik merged commit 0d98d90 into kedacore:main Jan 3, 2022
daniel-yavorovich pushed a commit to dysnix/keda-docs that referenced this pull request Jan 18, 2022
Signed-off-by: melisatanrverdi <[email protected]>
Signed-off-by: Daniel Yavorovych <[email protected]>
daniel-yavorovich pushed a commit to dysnix/keda-docs that referenced this pull request Jan 18, 2022
Signed-off-by: melisatanrverdi <[email protected]>
Signed-off-by: Daniel Yavorovych <[email protected]>
daniel-yavorovich pushed a commit to dysnix/keda-docs that referenced this pull request Jan 26, 2022
Signed-off-by: melisatanrverdi <[email protected]>
Signed-off-by: Daniel Yavorovych <[email protected]>
daniel-yavorovich pushed a commit to dysnix/keda-docs that referenced this pull request Jan 26, 2022
Signed-off-by: melisatanrverdi <[email protected]>
Signed-off-by: Daniel Yavorovych <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants