Skip to content

Commit f9ccde4

Browse files
docs: add missing argoproj-labs plugins to metric and traffic-router lists (#4705)
* docs: add rollouts-plugin-metric-ai to plugins list Signed-off-by: Nate Simonsen <nate.simonsen@ziprecruiter.com> * docs: add missing argoproj-labs plugins to metric and traffic-router lists Signed-off-by: Nate Simonsen <nate.simonsen@ziprecruiter.com> * docs: drop outbound vendor links from plugin entries (review feedback) Signed-off-by: Nate Simonsen <nate.simonsen@ziprecruiter.com> --------- Signed-off-by: Nate Simonsen <nate.simonsen@ziprecruiter.com>
1 parent f3c3930 commit f9ccde4

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

docs/analysis/plugins.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,22 @@ responsibility of the Argo Rollouts administrator to define the plugin installat
9797

9898
If you have created a plugin, please submit a PR to add it to this list.
9999

100+
### [rollouts-plugin-metric-ai](https://github.com/argoproj-labs/rollouts-plugin-metric-ai)
101+
102+
- An AI-powered metric plugin that delegates analysis to an A2A (Agent-to-Agent) agent. The agent autonomously fetches stable/canary pod logs and returns structured analysis, enabling LLM-driven canary evaluation during rollouts.
103+
104+
### [rollouts-plugin-metric-honeycomb](https://github.com/argoproj-labs/rollouts-plugin-metric-honeycomb)
105+
106+
- A metric plugin that integrates Honeycomb as an analysis provider for Argo Rollouts.
107+
100108
### [rollouts-plugin-metric-opensearch](https://github.com/argoproj-labs/rollouts-plugin-metric-opensearch)
101109

102110
- The application is an OpenSearch plugin designed for use with the Argo Rollouts plugin system. This plugin enables the integration of OpenSearch metrics into Argo Rollouts, allowing for advanced metric analysis and monitoring during application rollouts.
103111

112+
### [rollouts-opsmx-metric-plugin](https://github.com/argoproj-labs/rollouts-opsmx-metric-plugin)
113+
114+
- An OpsMx plugin that performs logs and metrics analysis for Argo Rollouts.
115+
104116
### [rollouts-plugin-metric-sample-prometheus](https://github.com/argoproj-labs/rollouts-plugin-metric-sample-prometheus)
105117

106118
- This is just a sample plugin that can be used as a starting point for creating your own plugin.

docs/features/traffic-management/plugins.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,15 @@ If you have created a plugin, please submit a PR to add it to this list.
9898
### [Gateway API](https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-gatewayapi/)
9999

100100
- Provide support for Gateway API, which includes Kuma, Traefix, cilium, Contour, GloodMesh, HAProxy, and [many others](https://gateway-api.sigs.k8s.io/implementations/#implementation-status).
101+
102+
### [Gloo Edge](https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-glooedge)
103+
104+
- A plugin that enables canary rollouts via Gloo Edge by updating route weights on Gloo `VirtualService` resources.
105+
106+
### [Gloo Platform](https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-glooplatform)
107+
108+
- A plugin that enables canary rollouts via Gloo Platform.
109+
110+
### [OpenShift Route](https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-openshift)
111+
112+
- A plugin that allows argo-rollouts to manage traffic shaping using OpenShift Routes.

0 commit comments

Comments
 (0)