Skip to content

Conversation

@kmoonwright
Copy link

Description

This PR adds documentation for the new Honeycomb scaler introduced in kedacore/keda#6896.
It provides a detailed overview of the scaler’s capabilities, configuration parameters, authentication options, and example YAML for end users.

  • Introduces a new scaler documentation page: Honeycomb
  • Documents all supported metadata/authentication fields
  • Includes example configuration for ScaledObject and TriggerAuthentication
  • Follows the KEDA scaler documentation style guide

Checklist

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

Relates to kedacore/keda#6896

@kmoonwright kmoonwright requested a review from a team as a code owner July 9, 2025 22:11
@netlify
Copy link

netlify bot commented Jul 9, 2025

Deploy Preview for keda ready!

Name Link
🔨 Latest commit 47a309b
🔍 Latest deploy log https://app.netlify.com/projects/keda/deploys/6883f1b67e5a6d0008a72be4
😎 Deploy Preview https://deploy-preview-1587--keda.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions
Copy link

github-actions bot commented Jul 9, 2025

Thank you for your contribution! 🙏 We will review your PR as soon as possible.

While you are waiting, make sure to:

  • Add your contribution to all applicable KEDA versions
  • GitHub checks are passing
  • Is the DCO check failing? Here is how you can fix DCO issues

Learn more about:

@kmoonwright kmoonwright marked this pull request as draft July 10, 2025 22:12
@kmoonwright kmoonwright marked this pull request as ready for review July 16, 2025 20:17
Copy link
Member

@JorTurFer JorTurFer left a comment

Choose a reason for hiding this comment

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

Please move this to v2.18. KEDA v2.17 is the current one and new features will be included in the next version

@@ -0,0 +1,152 @@
+++
title = "Honeycomb"
availability = "v2.17+"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
availability = "v2.17+"
availability = "v2.18+"

triggers:
- type: honeycomb
metadata:
apiKey: <HONEYCOMB_API_KEY>
Copy link
Member

Choose a reason for hiding this comment

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

We don't read secret values from trigger metadata.


### Parameter List

- `apiKey` – Honeycomb API key. (Required)
Copy link
Member

Choose a reason for hiding this comment

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

We don't read secret values from trigger metadata.

Suggested change
- `apiKey` – Honeycomb API key. (Required)

### Parameter List

- `apiKey` – Honeycomb API key. (Required)
- `dataset` – Name of the Honeycomb dataset to query. (Required)
Copy link
Member

Choose a reason for hiding this comment

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

"Required" isn't necessary

Suggested change
- `dataset` – Name of the Honeycomb dataset to query. (Required)
- `dataset` – Name of the Honeycomb dataset to query.

- `limit` – Maximum number of results to retrieve. (Default: 1, Optional)
- `timeRange` – Time range in seconds for the query. (Default: 60, Optional)
- `resultField` – Field name in the query result to extract as the metric value. If not set, the first numeric field is used. (Optional)
- `threshold` – Value at which to scale out the target. (Required)
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- `threshold` – Value at which to scale out the target. (Required)
- `threshold` – Value at which to scale out the target.

Comment on lines +150 to +152
**Maintainer:** @kmoonwright
**Availability:** KEDA v2.17+

Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
**Maintainer:** @kmoonwright
**Availability:** KEDA v2.17+

@stale
Copy link

stale bot commented Oct 15, 2025

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale All issues that are marked as stale due to inactivity label Oct 15, 2025
@stale
Copy link

stale bot commented Oct 25, 2025

This issue has been automatically closed due to inactivity.

@stale stale bot closed this Oct 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stale All issues that are marked as stale due to inactivity

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants