Skip to content

Commit

Permalink
adaptive concurrency / admission control: mark non-alpha (#20775)
Browse files Browse the repository at this point in the history
No longer in development and should be prod ready.

Risk Level: N/A
Testing: N/A
Docs Changes: Done
Release Notes: N/A
Platform Specific Features: N/Aprod ready.

Signed-off-by: Matt Klein <[email protected]>
  • Loading branch information
mattklein123 authored Apr 12, 2022
1 parent 7eb3a87 commit fcca74a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
Adaptive Concurrency
====================

.. attention::

The adaptive concurrency filter is experimental and is currently under active development.

This filter should be configured with the name ``envoy.filters.http.adaptive_concurrency``.

See the :ref:`v3 API reference <envoy_v3_api_msg_extensions.filters.http.adaptive_concurrency.v3.AdaptiveConcurrency>` for details on each configuration parameter.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
Admission Control
=================

.. attention::

The admission control filter is experimental and is currently under active development.

See the :ref:`v3 API reference <envoy_v3_api_msg_extensions.filters.http.admission_control.v3.AdmissionControl>` for details on each configuration parameter.

Overview
Expand Down
4 changes: 2 additions & 2 deletions source/extensions/extensions_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@ envoy.filters.http.adaptive_concurrency:
categories:
- envoy.filters.http
security_posture: unknown
status: alpha
status: stable
envoy.filters.http.admission_control:
categories:
- envoy.filters.http
security_posture: unknown
status: alpha
status: stable
envoy.filters.http.alternate_protocols_cache:
categories:
- envoy.filters.http
Expand Down

0 comments on commit fcca74a

Please sign in to comment.