Skip to content
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

[receiver/aerospikereceiver] Add query metrics. #13295

Merged
merged 32 commits into from
Aug 17, 2022

Conversation

dwelch-spike
Copy link
Contributor

Description: Add query_count and query_json metrics. Useful for tracking query transactions.

Link to tracking Issue: 13255

Testing: Integration test adjusted for new metrics. Unit tests passed. local testing with Aerospike cluster.

Documentation: Automated changes made to documentation.md by mdatagen reflecting new metrics.

dwelch-spike and others added 28 commits June 27, 2022 12:15
…telemetry-collector-contrib into aerospikereceiver-perf
@dwelch-spike dwelch-spike requested review from a team and djaglowski as code owners August 12, 2022 18:44
receiver/aerospikereceiver/metadata.yaml Show resolved Hide resolved
unreleased/aerospikereceiver-metrics-query.yaml Outdated Show resolved Hide resolved
"timeUnixNano": "1660328843530626000"
},
{
"asInt": "0",
Copy link
Member

Choose a reason for hiding this comment

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

It looks like the integration test environment produced 0 for basically all the new metrics. Do you think it's worth updating the scraper test to cover at least some of them, to ensure a given response results in non-zero data points?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes I agree. In order to populate those metrics I'll have to set something up that makes requests to the test container. I can make an issue ticket for that and make it my next PR.

dwelch-spike and others added 2 commits August 16, 2022 16:50
Co-authored-by: Daniel Jaglowski <[email protected]>
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.

None yet

3 participants