Install LoadRunner Enterprise provider

To install the LoadRunnerEnterprise provider, create a YAML file (called provider.yml in this example) with the definition of the provider:

#LoadRunnerEnterprise Telemetry Provider
name: LoadRunnerEnterprise
description: Telemetry Provider that enables to import of metrics from LoadRunner Enterprise through InfluxDB
dockerImage: 485790562880.dkr.ecr.us-east-2.amazonaws.com/akamas/telemetry-providers/lre-provider:3.2.0

Then you can install the provider using the Akamas CLI:

akamas install telemetry-provider provider.yml

The installed provider is shared with all users of your Akamas installation and can monitor many different systems, by configuring appropriate telemetry provider instances.

Last updated