You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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%
The text was updated successfully, but these errors were encountered:
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 metrictopic/send_message_operation_count
and not a property, so when aresponse_code=unavailable
datapoint is present signalB
is split in two MTS, one withresponse_code=unavailable
and the other one withresponse_code!=unavailable
So signal
signal
is also split in two: one with the ratioresponse_code=unavailable / response_code!=unavailable
and the other one with the ratioresponse_code=unavailable / response_code=unavailable
, the second one is always 100%The text was updated successfully, but these errors were encountered: