Skip to content

Conversation

@robbwagoner
Copy link

Per the alpine/README.md, this adds an optional Docker build-arg VC_ENABLE_RDS_OFFHOST to configure the VividCortex agent to enable query digest and sampling via the PERFORMANCE_SCHEMA. It is intended for use with AWS RDS MySQL and RDS Aurora MySQL since the setting is not exposed via RDS Parameter Groups, per the VividCortex documentation.

Usage: --build-arg VC_ENABLE_RDS_OFFHOST=1.
Creates /etc/vividcortex/vc-mysql-metrics.conf:

  {
    "force-offhost-digests": "true",
    "force-offhost-samples": "true"
  }

Copy link

@Genio40921 Genio40921 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bvvb

Copy link

@Genio40921 Genio40921 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

öäüü

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants