Module Values.MetricNameSource

Sourcetype nonrec t =
  1. | DeviceRSSI
  2. | DeviceSNR
  3. | DeviceRoamingRSSI
  4. | DeviceRoamingSNR
  5. | DeviceUplinkCount
  6. | DeviceDownlinkCount
  7. | DeviceUplinkLostCount
  8. | DeviceUplinkLostRate
  9. | DeviceJoinRequestCount
  10. | DeviceJoinAcceptCount
  11. | DeviceRoamingUplinkCount
  12. | DeviceRoamingDownlinkCount
  13. | GatewayUpTime
  14. | GatewayDownTime
  15. | GatewayRSSI
  16. | GatewaySNR
  17. | GatewayUplinkCount
  18. | GatewayDownlinkCount
  19. | GatewayJoinRequestCount
  20. | GatewayJoinAcceptCount
  21. | AwsAccountUplinkCount
  22. | AwsAccountDownlinkCount
  23. | AwsAccountUplinkLostCount
  24. | AwsAccountUplinkLostRate
  25. | AwsAccountJoinRequestCount
  26. | AwsAccountJoinAcceptCount
  27. | AwsAccountRoamingUplinkCount
  28. | AwsAccountRoamingDownlinkCount
  29. | AwsAccountDeviceCount
  30. | AwsAccountGatewayCount
  31. | AwsAccountActiveDeviceCount
  32. | AwsAccountActiveGatewayCount
  33. | 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