Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 3.35 KB

framework-ruxit_agent.md

File metadata and controls

52 lines (41 loc) · 3.35 KB

Dynatrace Ruxit Agent Framework

Dynatrace Ruxit is your full stack monitoring solution - powered by artificial intelligence. Dynatrace Ruxit allows you insights into all application requests from the users click in the browser down to the database statement and code-level.

The Ruxit Agent Framework causes an application to be automatically configured to work with a bound Ruxit Service instance (Free trials available).

Detection CriterionExistence of a single bound Ruxit service.
  • Existence of a Ruxit service is defined as the VCAP_SERVICES payload containing a service who's name, label or tag has ruxit as a substring.
Tags ruxit-agent=<version>
Tags are printed to standard output by the buildpack detect script

User-Provided Service

Users must provide their own Ruxit service. A user-provided Ruxit service must have a name or tag with ruxit in it so that the Ruxit Agent Framework will automatically configure the application to work with the service.

The credential payload of the service may contain the following entries:

Name Description
tenant Your Ruxit tenant ID is the unique identifier of your Ruxit environment. You can find it easily by looking at the URL in your browser when you are logged into your Ruxit environment. The subdomain {tenant} in https://{tenant}.live.ruxit.com represents your tenant ID.
tenanttoken The token for your Ruxit environment. You can find it in the deploy Ruxit section within your environment.
server (Optional) The Ruxit server connection URL to connect to. Use host:port format for a specific port number. Uses https://{tenant}.live.ruxit.com:443/communication by default.

Configuration

For general information on configuring the buildpack, including how to specify configuration values through environment variables, refer to Configuration and Extension.

Any environment variables with a RUXIT_ prefix will be relayed to the droplet to allow full configuration of the agent.

The framework can be configured by modifying the config/ruxit_agent.yml file in the buildpack fork. The framework uses the Repository utility support and so it supports the version syntax defined there.

Name Description
repository_root The URL of the Ruxit repository index (details).
version The version of Ruxit to use. Candidate versions can be found in this listing.

Support

This buildpack is currently Beta. If you have any questions or problems regarding the build pack itself please don't hesitate to contact Dynatrace Ruxit on https://answers.ruxit.com/, be sure to use "cloudfoundry" as a topic.