diff --git a/prebid-server/features/pbs-feature-idx.md b/prebid-server/features/pbs-feature-idx.md
index 01c1432ba1..751546dcec 100644
--- a/prebid-server/features/pbs-feature-idx.md
+++ b/prebid-server/features/pbs-feature-idx.md
@@ -53,6 +53,6 @@ title: Prebid Server | Features
| Analytics | module support | Allows developers to plug in a [custom analytics adapter](https://github.com/prebid/prebid-server/blob/master/docs/developers/add-new-analytics-module.md). | | |
| [Troubleshooting](/troubleshooting/pbs-troubleshooting.html) | test flag | Accepts the OpenRTB 'test' flag, emitting additional debug info on responses. | | |
| Troubleshooting | debug flag | Accepts the ext.prebid.debug flag, emitting additional debug info on responses. | | |
-| Operations | core metrics | Emits detailed operational metrics to back-end systems such as Graphite, Influx, etc. | | |
+| Operations | core metrics | Emits detailed operational metrics to back-end systems: Graphite, Influx, and Prometheus | | |
| Operations | circuit breaker | Protects system performance during fault scenarios by detecting problems with external and internal endpoints, turning them off temporarily when a problem occurs. | | |
| Operations | [server default request](/prebid-server/features/pbs-default-request.html) | Support global defaults for incoming requests. | | |