# LoadRunner Enterprise provider

The **LoadRunner Enterprise provider** collects metrics from a LoadRunner Enterprise instance and makes them available to Akamas.

## Prerequisites <a href="#prerequisites" id="prerequisites"></a>

This section provides the minimum requirements that you should match before using the LoadRunnerEnterprise telemetry provider.

### Supported versions <a href="#supported-versions" id="supported-versions"></a>

* LoadRunner Enterprise 12.60, 12.63 and 2020 SP3
* InfluxDB 1.7 and 1.8

### Network requirements <a href="#network-requirements" id="network-requirements"></a>

* Port 8086 between Akamas VM to InfluxDB host, opened in both directions. This port is used to gather metrics.

### Permissions <a href="#permissions" id="permissions"></a>

* The provider requires a user that can access InfluxDB.
* The user must have read permission on the database containing the LoadRunner metrics.

## Supported component types <a href="#supported-component-types" id="supported-component-types"></a>

* Web Application

You can check [LoadRunner provider metrics mapping](https://docs.akamas.io/akamas-docs/3.1.3/akamas-reference/telemetry-providers/loadrunner-metrics-mapping) to see how component-types metrics are extracted by this provider.

## Workflow requirements <a href="#workflow-requirements" id="workflow-requirements"></a>

This section lists the workflow operators this provider depends on.

* [LoadRunnerEnterprise operator](https://docs.akamas.io/akamas-docs/3.1.3/akamas-reference/workflow-operators/loadrunnerenteprise-operator)

## Setup the data source <a href="#setup-the-data-source" id="setup-the-data-source"></a>

To set up the integration between Loadrunner Enterprise and InfluxDB please follow the [official Microfocus documentation](https://admhelp.microfocus.com/lre/en/2020_SP2-SP3/online_help/Content/PC/Analysis-Servers.htm?Highlight=influx). Akamas does not require any additional setup on the data source.

## Components configuration <a href="#components-configuration" id="components-configuration"></a>

Akamas reasons in terms of a system to be optimized and in terms of parameters and metrics of components of that system. To understand the link between metrics collected from LoadRunnerEnterprise through InfluxDB and a specific component, the LoadRunnerEnterprise provider looks up some properties in the components of a system:

* `loadrunnerenterprise`

You can use this example to start building your component specification:

{% code lineNumbers="true" %}

```yaml
# Specification for a component, whose metrics should be collected by the Prometheus Provider
name: "WebApp1" # name of the component
description: "WebApp for payment services" # description of the component
properties:
  loadrunnerenterprise: ""
```

{% endcode %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.akamas.io/akamas-docs/3.1.3/integrating-akamas/integrating-telemetry-providers/loadrunner-enterprise-provider.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
