The present repository contains the source code of the Doctor Droid Transporter Agent version 1.0.0. Read more here.
The Agent runs inside your VPC and acts as a reverse proxy to connect with your metric sources and send metrics and related data to doctor droid platform.
Currently, the agent supports the following metric sources in your VPC:
- Grafana
Env Var Name | Description | Required |
---|---|---|
DRDROID_API_TOKEN | Authentication token for doctor droid platform | True |
GRAFANA_HOST | Grafana host accessible within VPC | False |
GRAFANA_API_KEY | Grafana API Token | False |
Identify the auth token needed for the authenticating http calls between doctor droid platform and agent by visiting site Once auth token is available, you can set the env var as:
DRDROID_API_TOKEN=<API_TOKEN> GRAFANA_HOST=<HOST> GRAFANA_API_KEY=<KEY> docker-compose -f agent.docker-compose.yml up
Visit Doctor Droid website for getting early access. Go through our documentation to learn more.
For any queries, reach out at dipesh@drdroid.io.