all.go 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. // Copyright 2019 Yunion
  2. //
  3. // Licensed under the Apache License, Version 2.0 (the "License");
  4. // you may not use this file except in compliance with the License.
  5. // You may obtain a copy of the License at
  6. //
  7. // http://www.apache.org/licenses/LICENSE-2.0
  8. //
  9. // Unless required by applicable law or agreed to in writing, software
  10. // distributed under the License is distributed on an "AS IS" BASIS,
  11. // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. // See the License for the specific language governing permissions and
  13. // limitations under the License.
  14. package measurements
  15. var All = []SMeasurement{
  16. bond,
  17. bondSlave,
  18. cpu,
  19. disk,
  20. diskio,
  21. linuxSysctlFs,
  22. mem,
  23. net,
  24. netint,
  25. nvidia,
  26. processes,
  27. radeontop,
  28. system,
  29. vasmi,
  30. worker,
  31. serviceHttpCode,
  32. serviceProcessStats,
  33. dbStats,
  34. statusProbe,
  35. vmCpu,
  36. vmMem,
  37. vmDisk,
  38. vmDiskio,
  39. vmNetio,
  40. cloudAccount,
  41. containerCpu,
  42. containerMem,
  43. containerProcess,
  44. containerDiskIo,
  45. dcsRedisCpu,
  46. dcsRedisMem,
  47. dcsRedisNetio,
  48. dcsRedisConn,
  49. dcsRedisInstanceOpt,
  50. dcsRedisCachekeys,
  51. dcsRedisDatamem,
  52. haproxy,
  53. internalAgent,
  54. internalGather,
  55. internalMemstats,
  56. internalWrite,
  57. jenkinsNode,
  58. jenkinsJob,
  59. k8sPod,
  60. k8sDeploy,
  61. k8sNode,
  62. kernel,
  63. kernelVmstat,
  64. mysql,
  65. netstat,
  66. ntpq,
  67. ossLatency,
  68. ossNetio,
  69. ossReq,
  70. ossPerfMon,
  71. ping,
  72. podCpu,
  73. podGpu,
  74. podMem,
  75. podVolume,
  76. podProcess,
  77. podDiskIo,
  78. rabbitmqOverview,
  79. rabbitmqNode,
  80. rabbitmqQueue,
  81. rdsConn,
  82. rdsCpu,
  83. rdsMem,
  84. rdsNetio,
  85. rdsDisk,
  86. redis,
  87. redisKeyspace,
  88. sensors,
  89. ipmiSensor,
  90. smartctl,
  91. storage,
  92. swap,
  93. temp,
  94. hostRaid,
  95. }