diff --git a/ns3777k/prometheus-bundle/1.0/config/packages/ns3777k_prometheus.yaml b/ns3777k/prometheus-bundle/1.0/config/packages/ns3777k_prometheus.yaml new file mode 100644 index 00000000..e6b30933 --- /dev/null +++ b/ns3777k/prometheus-bundle/1.0/config/packages/ns3777k_prometheus.yaml @@ -0,0 +1,7 @@ +ns3777k_prometheus: + namespace: app + adapter: apcu + + listener: + enabled: true + ignored_routes: [metrics, _wdt] diff --git a/ns3777k/prometheus-bundle/1.0/config/packages/test/ns3777k_prometheus.yaml b/ns3777k/prometheus-bundle/1.0/config/packages/test/ns3777k_prometheus.yaml new file mode 100644 index 00000000..c1975754 --- /dev/null +++ b/ns3777k/prometheus-bundle/1.0/config/packages/test/ns3777k_prometheus.yaml @@ -0,0 +1,2 @@ +ns3777k_prometheus: + adapter: in_memory diff --git a/ns3777k/prometheus-bundle/1.0/config/routes/metrics.yaml b/ns3777k/prometheus-bundle/1.0/config/routes/metrics.yaml new file mode 100644 index 00000000..af1e1845 --- /dev/null +++ b/ns3777k/prometheus-bundle/1.0/config/routes/metrics.yaml @@ -0,0 +1,2 @@ +metrics: + resource: '@Ns3777kPrometheusBundle/Resources/config/routing.xml' diff --git a/ns3777k/prometheus-bundle/1.0/manifest.json b/ns3777k/prometheus-bundle/1.0/manifest.json new file mode 100644 index 00000000..b683f1a1 --- /dev/null +++ b/ns3777k/prometheus-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Ns3777k\\PrometheusBundle\\Ns3777kPrometheusBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}