Documentation ¶
Overview ¶
cloudhealthtestserver
This application is a fake cloudhealth endpoint. It accepts requests for the *real* cloud health endpoint and writes the data to lmm. Finally, it forwards requests onto the *real* cloud health endpoint.
cloudhealthtestserver accepts incoming cloudhealth requests at http://localhost:7776/endpoint
For this service to work, create a config file at /etc/cloudhealthtestserver/lmm.yaml that describes how to connect to lmm. the format of this file looks like:
endpoints: - "some-kafka-endpoint-for-lmm.net:9092" topic: "awsMetricTopic" apiKey: "your lmm api key goes here" tenantId: "your lmm tenant id goes here" clientId: "scotty"
Click to show internal directories.
Click to hide internal directories.