-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aerospike agent and dashboards #19188
base: master
Are you sure you want to change the base?
Conversation
modified check and metrics python scripts - -- to include all aerospike metrics most as gauge -- latency metrics are added as histograms added new dashboard covering key aerospike metrics required to be monitored includes, - cluster, node, namespace, sindex, sets, users, xdr, basic system-info and latencies
added CHANGELOG.md with details added and changed.
updated Aerospike pulgin version in about script
reverted the aerospike version to 4.0.0
reverted CHANGELOG.md to earlier and actual version generated changelog using ddev package from pypi with command "ddev release changelog new"
corrected the changelog files location
updated the correct PR number
The changelog type |
incorporated lint feedback and removed unnessary spaces
The changelog type |
removed unneceddary spaces at the end of the line as suggested in lint check
The changelog type |
removed unnecessary blank lines reported by lint at the end of file
The changelog type |
corrected comments
The changelog type |
renamed label cluster_name as aerospike_cluster as it is forbidden as per github checks,
The changelog type |
added mapping for cluster_name to aerospike_cluster - updated check.py
The changelog type |
The changelog type |
1 similar comment
The changelog type |
updated the latest metric details in common.py
The changelog type |
removed unnecessary spaces reported by lint
The changelog type |
made suggesting given in lint
The changelog type |
fixed lint comments
The changelog type |
reverted old metric names used in unit tests
The changelog type |
incorporated lint feedback
The changelog type |
added metric to prometheus.txt
The changelog type |
added metric in metadata.csv
The changelog type |
corrected the metric name by adding proper prefix
The changelog type |
corrected metadata using ddev command
The changelog type |
corrected labels in the metric name
The changelog type |
corrected labels syntax issue
The changelog type |
added metrics to prometheus txt and metadata.csv
The changelog type |
added batch metrics to metadata and prometheus.txt
The changelog type |
What does this PR do?
Modified the aerospike integration to include all the metrics exposed by aerospike-pormetheus-exporter and multiple dashboard consuming the exported metrics.
Motivation
Expanding Metric Collection and Dashboards, we want to ensure all Aerospike metrics are available in datadog, so customers can have better visibility and provide actionable insights for key metrics, including performance, latency, and resource utilization.
Review checklist (to be filled by reviewers)
qa/skip-qa
label if the PR doesn't need to be tested during QA.backport/<branch-name>
label to the PR and it will automatically open a backport PR once this one is merged