Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
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