terraform-signalfx-detectors icon indicating copy to clipboard operation
terraform-signalfx-detectors copied to clipboard

Azure: Add Storage Accounts file detectors

Open BzSpi opened this issue 4 years ago • 2 comments

Relates to #206

BzSpi avatar Jan 06 '21 16:01 BzSpi

I've made the following remarks to splunk regarding their implementation:

I took a look at the metrics and found some implementaion that does not fit well

  • The file share name dimension is sometimes named "FileShare" (metrics Transactions, Egress, Ingress) and sometimes "fileshare" (metrics FileCapacity, FileShareCapacityQuota, FileShareSnapshotCount...). Comparing the metrics is only possible by doing dimensions renaming in signlaflow
  • The storage account tags dimensions are missing for some metrics (FileShareCapacityQuota, FileShareSnapshotCount...)
  • The dimension azure_resource_name is missing on some metrics

We achieved to have workarounds for "file share" dimension casing and lack of azure_resource_name dimensions prevent using the metrics in production.

BzSpi avatar Jul 06 '22 09:07 BzSpi

Set the non working detectors (those without filtering) to disabled by default.

BzSpi avatar Aug 26 '22 09:08 BzSpi