This repository was archived by the owner on Feb 10, 2022. It is now read-only.
Open
Conversation
Mariano (mdefanti)
approved these changes
Feb 3, 2020
Yair Frontera (Carmellion)
approved these changes
Feb 3, 2020
92aad13 to
db2d4f0
Compare
2da2e3b to
3136bcd
Compare
[DOCS-693] Placeholder fix
…taDog#542) Documents latest changes to Logstash datadog plugin
* Add v1.0.0 of resin integration Includes the following data * Thread pool metrics * Connection pool metrics Co-Authored-By: Julia <611228+hithwen@users.noreply.github.com>
…name Updating Apollo name
* Update docs URL and fix typo * Change manifest display_name to Apollo
* Add auth0 entry for tile and documentation Co-authored-by: cswatt <cecilia.watt@datadoghq.com>
Wording update
3136bcd to
dd17515
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
This PR introduces a new agent check for ProxySQL which is a high performance MySQL proxy. ProxySQL is officially supported by Percona and is the recommended load balancer for Percona XtraDB Cluster.
Originally written by Ovais Tariq (@ovaistariq) (DataDog/dd-agent#3107) and opened as DataDog#39 and Benjamin Doherty (@bangpound) (DataDog#97)
Motivation
ProxySQL is a commonly used database proxy in MySQL and Percona XtraDB Cluster deployments, and Datadog is a popular monitoring tool. Datadog currently doesn't have any agent check for ProxySQL, hence adding this agent check to Datadog will benefit other users in the community.
Review checklist
PR has a meaningful title or PR has the
no-changeloglabel attachedFeature or bugfix has tests
Git history is clean
If PR impacts documentation, docs team has been notified or an issue has been opened on the documentation repo
Additional Notes
Not applicable.