diff --git a/artprima/prometheus-metrics-bundle/1.0/config/packages/prometheus_metrics.yaml b/artprima/prometheus-metrics-bundle/1.0/config/packages/prometheus_metrics.yaml new file mode 100644 index 00000000..e3e12106 --- /dev/null +++ b/artprima/prometheus-metrics-bundle/1.0/config/packages/prometheus_metrics.yaml @@ -0,0 +1,6 @@ +artprima_prometheus_metrics: + namespace: myapp + type: apcu + ignored_routes: + - prometheus_bundle_prometheus + - _wdt diff --git a/artprima/prometheus-metrics-bundle/1.0/config/packages/test/prometheus_metrics.yaml b/artprima/prometheus-metrics-bundle/1.0/config/packages/test/prometheus_metrics.yaml new file mode 100644 index 00000000..80ad98d1 --- /dev/null +++ b/artprima/prometheus-metrics-bundle/1.0/config/packages/test/prometheus_metrics.yaml @@ -0,0 +1,2 @@ +artprima_prometheus_metrics: + type: in_memory diff --git a/artprima/prometheus-metrics-bundle/1.0/config/routes/metrics.yaml b/artprima/prometheus-metrics-bundle/1.0/config/routes/metrics.yaml new file mode 100644 index 00000000..fa30eee0 --- /dev/null +++ b/artprima/prometheus-metrics-bundle/1.0/config/routes/metrics.yaml @@ -0,0 +1,2 @@ +app_metrics: + resource: '@ArtprimaPrometheusMetricsBundle/Resources/config/routing.xml' diff --git a/artprima/prometheus-metrics-bundle/1.0/manifest.json b/artprima/prometheus-metrics-bundle/1.0/manifest.json new file mode 100644 index 00000000..d10a6b70 --- /dev/null +++ b/artprima/prometheus-metrics-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Artprima\\PrometheusMetricsBundle\\ArtprimaPrometheusMetricsBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}