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

[BUG] Detector "integration_gcp-pubsub-topic / unavailable_sending_operations_ratio", ratio goes to 100% immediately #547

Open
haedri opened this issue Feb 12, 2024 · 0 comments
Labels
bug Something isn't working detectors About nex or existing detectors

Comments

@haedri
Copy link
Contributor

haedri commented Feb 12, 2024

What is the module?
terraform-signalfx-detectors/modules/integration_gcp-pubsub-topic/detectors-topics.tf

What is the detector?
terraform-signalfx-detectors/modules/integration_gcp-pubsub-topic/detectors-topics.tf

Describe the bug
When an unavailable MTS is present ratio goes to 100% directly, even if ratio should be a lot lower

Additional context
response_code is a dimension of metric topic/send_message_operation_count and not a property, so when a response_code=unavailable datapoint is present signal B is split in two MTS, one with response_code=unavailable and the other one with response_code!=unavailable
So signal signal is also split in two: one with the ratio response_code=unavailable / response_code!=unavailable and the other one with the ratio response_code=unavailable / response_code=unavailable, the second one is always 100%

@haedri haedri added bug Something isn't working detectors About nex or existing detectors labels Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working detectors About nex or existing detectors
Projects
None yet
Development

No branches or pull requests

1 participant