Dabz / ccloudexporter

Prometheus exporter for Confluent Cloud API metric
https://docs.confluent.io/current/cloud/metrics-api.html
87 stars 53 forks source link

If make install is to be run from kubernetes folder, the include path… #82

Closed subkanthi closed 3 years ago

subkanthi commented 3 years ago

Fixes include path based on instructions in README.

Dabz commented 3 years ago

Looking at the instruction of the README:

cp ./ccloud_exporter.env-template ./kubernetes/ccloud_exporter.env
cd ./kubernetes
vim ./ccloud_exporter.env
make install

It seems that you are correct. Let me merge the PR. Thanks a lot @subkanthi for finding that!