X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_lcm%2Flcm.cfg;h=4aadf22fc5a17259f63c8adbe987648a02ec38b1;hb=843adbc77237767f62b198e9cbb5ffb4c7caf17d;hp=fa72b7f83cb6c00f2593948e0e2f0c35745680a9;hpb=90fd5b3db57d7bd5248f91b08e7f6a28dab2f9ea;p=osm%2FLCM.git diff --git a/osm_lcm/lcm.cfg b/osm_lcm/lcm.cfg index fa72b7f..4aadf22 100644 --- a/osm_lcm/lcm.cfg +++ b/osm_lcm/lcm.cfg @@ -42,6 +42,7 @@ VCA: user: admin secret: secret cloud: localhost + k8s_cloud: k8scloud helmpath: /usr/local/bin/helm kubectlpath: /usr/bin/kubectl jujupath: /usr/local/bin/juju @@ -83,3 +84,11 @@ message: # loglevel: DEBUG # logfile: /var/log/osm/lcm-message.log group_id: lcm-server + +prometheus: + driver: prometheus + # local file to store the configuration + path: /etc/prometheus + uri: http://prometheus:9090/ + # loglevel: DEBUG + # logfile: /var/log/osm/lcm-message.log