Module Values.RDSDBMetricNameSource

Sourcetype nonrec t =
  1. | CPU
  2. | Memory
  3. | EBSVolumeStorageSpaceUtilization
  4. | NetworkReceiveThroughput
  5. | NetworkTransmitThroughput
  6. | EBSVolumeReadIOPS
  7. | EBSVolumeWriteIOPS
  8. | EBSVolumeReadThroughput
  9. | EBSVolumeWriteThroughput
  10. | DatabaseConnections
  11. | StorageNetworkReceiveThroughput
  12. | StorageNetworkTransmitThroughput
  13. | AuroraMemoryHealthState
  14. | AuroraMemoryNumDeclinedSql
  15. | AuroraMemoryNumKillConnTotal
  16. | AuroraMemoryNumKillQueryTotal
  17. | ReadIOPSEphemeralStorage
  18. | WriteIOPSEphemeralStorage
  19. | VolumeReadIOPs
  20. | VolumeBytesUsed
  21. | VolumeWriteIOPs
  22. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t