From 19b4a57f1e4de13880040ed484757e14f488c4b0 Mon Sep 17 00:00:00 2001 From: lczupryn-tibco <74616236+lczupryn-tibco@users.noreply.github.com> Date: Thu, 12 Oct 2023 18:41:50 +0200 Subject: [PATCH] docs: fix documentation plugin path --- prometheus-integration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus-integration/README.md b/prometheus-integration/README.md index 4e4652f..d7d440a 100644 --- a/prometheus-integration/README.md +++ b/prometheus-integration/README.md @@ -5,7 +5,7 @@ Prometheus Monitoring for TIBCO BusinessWorks is an open source plug-in for TIBC ## Prometheus for Docker To enable Prometheus monitoring for applications running in Docker follow the below steps: -* Add JAR of this plugin in addons/jar folder and build the base image (name it as bwce-base). +* Add JAR of this plugin in /resources/addons/jars folder and build the base image (name it as bwce-base). * Expose port 9095 in the all application's Dockerfile where Prometheus monitoring is required. * Build the application's docker image using base image created in step 1. (i.e. bwce-base:latest) * Set BW_PROMETHEUS_ENABLE environment variable to TRUE while running the Docker image of the application.