This repository assumes that you have access to a Kubernetes cluster via kubectl
/helm
. You will also need Terraform or OpenTofu.
In the otel-demo
directory:
terraform init
to install Terraform dependencies- Create a file,
terraform.tfvars
with your Instana agent key and SaaS endpoint terraform apply
will use the Helm provider to deploy the Instana Agent and the OpenTelemetry Demo project to your cluster. A namespace for the agent will also be created
In the instana-dashboards
directory:
terraform init
to install Terraform dependencies.- Create a file,
terraform.tfvars
with your Instana Agent API Token and SaaS tenant name. terraform apply
will use the Instana provider to create a custom dashboard.