Merge "Install Fluentd Prometheus plugin out of the box"

This commit is contained in:
Zuul 2020-06-16 23:28:02 +00:00 committed by Gerrit Code Review
commit 9694149480
2 changed files with 6 additions and 0 deletions

View File

@ -87,6 +87,7 @@ RUN chmod 755 /usr/local/bin/kolla_extend_start
'fluent-plugin-grep',
'fluent-plugin-grok-parser',
'fluent-plugin-parser',
'fluent-plugin-prometheus',
'fluent-plugin-rewrite-tag-filter',
] %}
{% endif %}

View File

@ -0,0 +1,5 @@
---
features:
- |
The Prometheus plugin is now installed into the Fluentd container by
default.