I need to configure Heapster to collect the metrics for my custom kubernetes and store it in the my own influx . I made the changes in Heapster.yaml for source & sink configuration but this doesnt work . Below are the values change
- --source=kubernetes:https://
- --sink=influxdb:http://:8086 .
It creates k8s database in influx but the measurements are not getting generated
Can anyone help with this?