metrics_partial_golden.yaml 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445
  1. resourceMetrics:
  2. - resource:
  3. attributes:
  4. - key: bigip.pool.name
  5. value:
  6. stringValue: ""
  7. - key: bigip.virtual_server.destination
  8. value:
  9. stringValue: 10.1.2.1:21
  10. - key: bigip.virtual_server.name
  11. value:
  12. stringValue: /stage/stage
  13. scopeMetrics:
  14. - metrics:
  15. - description: Availability of the virtual server.
  16. gauge:
  17. dataPoints:
  18. - asInt: "0"
  19. attributes:
  20. - key: status
  21. value:
  22. stringValue: available
  23. timeUnixNano: "1000000"
  24. - asInt: "0"
  25. attributes:
  26. - key: status
  27. value:
  28. stringValue: offline
  29. timeUnixNano: "1000000"
  30. - asInt: "1"
  31. attributes:
  32. - key: status
  33. value:
  34. stringValue: unknown
  35. timeUnixNano: "1000000"
  36. name: bigip.virtual_server.availability
  37. unit: "1"
  38. - description: Current number of connections to the virtual server.
  39. name: bigip.virtual_server.connection.count
  40. sum:
  41. aggregationTemporality: 2
  42. dataPoints:
  43. - asInt: "0"
  44. timeUnixNano: "1000000"
  45. unit: '{connections}'
  46. - description: Amount of data transmitted to and from the virtual server.
  47. name: bigip.virtual_server.data.transmitted
  48. sum:
  49. aggregationTemporality: 2
  50. dataPoints:
  51. - asInt: "0"
  52. attributes:
  53. - key: direction
  54. value:
  55. stringValue: received
  56. timeUnixNano: "1000000"
  57. - asInt: "0"
  58. attributes:
  59. - key: direction
  60. value:
  61. stringValue: sent
  62. timeUnixNano: "1000000"
  63. isMonotonic: true
  64. unit: By
  65. - description: Enabled state of of the virtual server.
  66. gauge:
  67. dataPoints:
  68. - asInt: "0"
  69. attributes:
  70. - key: status
  71. value:
  72. stringValue: disabled
  73. timeUnixNano: "1000000"
  74. - asInt: "1"
  75. attributes:
  76. - key: status
  77. value:
  78. stringValue: enabled
  79. timeUnixNano: "1000000"
  80. name: bigip.virtual_server.enabled
  81. unit: "1"
  82. - description: Number of packets transmitted to and from the virtual server.
  83. name: bigip.virtual_server.packet.count
  84. sum:
  85. aggregationTemporality: 2
  86. dataPoints:
  87. - asInt: "0"
  88. attributes:
  89. - key: direction
  90. value:
  91. stringValue: received
  92. timeUnixNano: "1000000"
  93. - asInt: "0"
  94. attributes:
  95. - key: direction
  96. value:
  97. stringValue: sent
  98. timeUnixNano: "1000000"
  99. isMonotonic: true
  100. unit: '{packets}'
  101. - description: Number of requests to the virtual server.
  102. name: bigip.virtual_server.request.count
  103. sum:
  104. aggregationTemporality: 2
  105. dataPoints:
  106. - asInt: "0"
  107. timeUnixNano: "1000000"
  108. isMonotonic: true
  109. unit: '{requests}'
  110. scope:
  111. name: otelcol/bigipreceiver
  112. version: latest
  113. - resource:
  114. attributes:
  115. - key: bigip.pool.name
  116. value:
  117. stringValue: /Common/dev
  118. - key: bigip.virtual_server.destination
  119. value:
  120. stringValue: 10.1.10.100:80
  121. - key: bigip.virtual_server.name
  122. value:
  123. stringValue: /Common/test-virtual-server1
  124. scopeMetrics:
  125. - metrics:
  126. - description: Availability of the virtual server.
  127. gauge:
  128. dataPoints:
  129. - asInt: "0"
  130. attributes:
  131. - key: status
  132. value:
  133. stringValue: available
  134. timeUnixNano: "1000000"
  135. - asInt: "1"
  136. attributes:
  137. - key: status
  138. value:
  139. stringValue: offline
  140. timeUnixNano: "1000000"
  141. - asInt: "0"
  142. attributes:
  143. - key: status
  144. value:
  145. stringValue: unknown
  146. timeUnixNano: "1000000"
  147. name: bigip.virtual_server.availability
  148. unit: "1"
  149. - description: Current number of connections to the virtual server.
  150. name: bigip.virtual_server.connection.count
  151. sum:
  152. aggregationTemporality: 2
  153. dataPoints:
  154. - asInt: "0"
  155. timeUnixNano: "1000000"
  156. unit: '{connections}'
  157. - description: Amount of data transmitted to and from the virtual server.
  158. name: bigip.virtual_server.data.transmitted
  159. sum:
  160. aggregationTemporality: 2
  161. dataPoints:
  162. - asInt: "0"
  163. attributes:
  164. - key: direction
  165. value:
  166. stringValue: received
  167. timeUnixNano: "1000000"
  168. - asInt: "0"
  169. attributes:
  170. - key: direction
  171. value:
  172. stringValue: sent
  173. timeUnixNano: "1000000"
  174. isMonotonic: true
  175. unit: By
  176. - description: Enabled state of of the virtual server.
  177. gauge:
  178. dataPoints:
  179. - asInt: "0"
  180. attributes:
  181. - key: status
  182. value:
  183. stringValue: disabled
  184. timeUnixNano: "1000000"
  185. - asInt: "1"
  186. attributes:
  187. - key: status
  188. value:
  189. stringValue: enabled
  190. timeUnixNano: "1000000"
  191. name: bigip.virtual_server.enabled
  192. unit: "1"
  193. - description: Number of packets transmitted to and from the virtual server.
  194. name: bigip.virtual_server.packet.count
  195. sum:
  196. aggregationTemporality: 2
  197. dataPoints:
  198. - asInt: "0"
  199. attributes:
  200. - key: direction
  201. value:
  202. stringValue: received
  203. timeUnixNano: "1000000"
  204. - asInt: "0"
  205. attributes:
  206. - key: direction
  207. value:
  208. stringValue: sent
  209. timeUnixNano: "1000000"
  210. isMonotonic: true
  211. unit: '{packets}'
  212. - description: Number of requests to the virtual server.
  213. name: bigip.virtual_server.request.count
  214. sum:
  215. aggregationTemporality: 2
  216. dataPoints:
  217. - asInt: "0"
  218. timeUnixNano: "1000000"
  219. isMonotonic: true
  220. unit: '{requests}'
  221. scope:
  222. name: otelcol/bigipreceiver
  223. version: latest
  224. - resource:
  225. attributes:
  226. - key: bigip.pool.name
  227. value:
  228. stringValue: /Common/test-pool-1
  229. - key: bigip.virtual_server.destination
  230. value:
  231. stringValue: 10.1.10.100:21
  232. - key: bigip.virtual_server.name
  233. value:
  234. stringValue: /Common/test-virtual-server2
  235. scopeMetrics:
  236. - metrics:
  237. - description: Availability of the virtual server.
  238. gauge:
  239. dataPoints:
  240. - asInt: "1"
  241. attributes:
  242. - key: status
  243. value:
  244. stringValue: available
  245. timeUnixNano: "1000000"
  246. - asInt: "0"
  247. attributes:
  248. - key: status
  249. value:
  250. stringValue: offline
  251. timeUnixNano: "1000000"
  252. - asInt: "0"
  253. attributes:
  254. - key: status
  255. value:
  256. stringValue: unknown
  257. timeUnixNano: "1000000"
  258. name: bigip.virtual_server.availability
  259. unit: "1"
  260. - description: Current number of connections to the virtual server.
  261. name: bigip.virtual_server.connection.count
  262. sum:
  263. aggregationTemporality: 2
  264. dataPoints:
  265. - asInt: "0"
  266. timeUnixNano: "1000000"
  267. unit: '{connections}'
  268. - description: Amount of data transmitted to and from the virtual server.
  269. name: bigip.virtual_server.data.transmitted
  270. sum:
  271. aggregationTemporality: 2
  272. dataPoints:
  273. - asInt: "0"
  274. attributes:
  275. - key: direction
  276. value:
  277. stringValue: received
  278. timeUnixNano: "1000000"
  279. - asInt: "0"
  280. attributes:
  281. - key: direction
  282. value:
  283. stringValue: sent
  284. timeUnixNano: "1000000"
  285. isMonotonic: true
  286. unit: By
  287. - description: Enabled state of of the virtual server.
  288. gauge:
  289. dataPoints:
  290. - asInt: "1"
  291. attributes:
  292. - key: status
  293. value:
  294. stringValue: disabled
  295. timeUnixNano: "1000000"
  296. - asInt: "0"
  297. attributes:
  298. - key: status
  299. value:
  300. stringValue: enabled
  301. timeUnixNano: "1000000"
  302. name: bigip.virtual_server.enabled
  303. unit: "1"
  304. - description: Number of packets transmitted to and from the virtual server.
  305. name: bigip.virtual_server.packet.count
  306. sum:
  307. aggregationTemporality: 2
  308. dataPoints:
  309. - asInt: "0"
  310. attributes:
  311. - key: direction
  312. value:
  313. stringValue: received
  314. timeUnixNano: "1000000"
  315. - asInt: "0"
  316. attributes:
  317. - key: direction
  318. value:
  319. stringValue: sent
  320. timeUnixNano: "1000000"
  321. isMonotonic: true
  322. unit: '{packets}'
  323. - description: Number of requests to the virtual server.
  324. name: bigip.virtual_server.request.count
  325. sum:
  326. aggregationTemporality: 2
  327. dataPoints:
  328. - asInt: "0"
  329. timeUnixNano: "1000000"
  330. isMonotonic: true
  331. unit: '{requests}'
  332. scope:
  333. name: otelcol/bigipreceiver
  334. version: latest
  335. - resource:
  336. attributes:
  337. - key: bigip.pool.name
  338. value:
  339. stringValue: /Common/test-pool-1
  340. - key: bigip.virtual_server.destination
  341. value:
  342. stringValue: 10.1.10.101:80
  343. - key: bigip.virtual_server.name
  344. value:
  345. stringValue: /Common/test-virtual-server3
  346. scopeMetrics:
  347. - metrics:
  348. - description: Availability of the virtual server.
  349. gauge:
  350. dataPoints:
  351. - asInt: "1"
  352. attributes:
  353. - key: status
  354. value:
  355. stringValue: available
  356. timeUnixNano: "1000000"
  357. - asInt: "0"
  358. attributes:
  359. - key: status
  360. value:
  361. stringValue: offline
  362. timeUnixNano: "1000000"
  363. - asInt: "0"
  364. attributes:
  365. - key: status
  366. value:
  367. stringValue: unknown
  368. timeUnixNano: "1000000"
  369. name: bigip.virtual_server.availability
  370. unit: "1"
  371. - description: Current number of connections to the virtual server.
  372. name: bigip.virtual_server.connection.count
  373. sum:
  374. aggregationTemporality: 2
  375. dataPoints:
  376. - asInt: "0"
  377. timeUnixNano: "1000000"
  378. unit: '{connections}'
  379. - description: Amount of data transmitted to and from the virtual server.
  380. name: bigip.virtual_server.data.transmitted
  381. sum:
  382. aggregationTemporality: 2
  383. dataPoints:
  384. - asInt: "0"
  385. attributes:
  386. - key: direction
  387. value:
  388. stringValue: received
  389. timeUnixNano: "1000000"
  390. - asInt: "0"
  391. attributes:
  392. - key: direction
  393. value:
  394. stringValue: sent
  395. timeUnixNano: "1000000"
  396. isMonotonic: true
  397. unit: By
  398. - description: Enabled state of of the virtual server.
  399. gauge:
  400. dataPoints:
  401. - asInt: "1"
  402. attributes:
  403. - key: status
  404. value:
  405. stringValue: disabled
  406. timeUnixNano: "1000000"
  407. - asInt: "0"
  408. attributes:
  409. - key: status
  410. value:
  411. stringValue: enabled
  412. timeUnixNano: "1000000"
  413. name: bigip.virtual_server.enabled
  414. unit: "1"
  415. - description: Number of packets transmitted to and from the virtual server.
  416. name: bigip.virtual_server.packet.count
  417. sum:
  418. aggregationTemporality: 2
  419. dataPoints:
  420. - asInt: "0"
  421. attributes:
  422. - key: direction
  423. value:
  424. stringValue: received
  425. timeUnixNano: "1000000"
  426. - asInt: "0"
  427. attributes:
  428. - key: direction
  429. value:
  430. stringValue: sent
  431. timeUnixNano: "1000000"
  432. isMonotonic: true
  433. unit: '{packets}'
  434. - description: Number of requests to the virtual server.
  435. name: bigip.virtual_server.request.count
  436. sum:
  437. aggregationTemporality: 2
  438. dataPoints:
  439. - asInt: "0"
  440. timeUnixNano: "1000000"
  441. isMonotonic: true
  442. unit: '{requests}'
  443. scope:
  444. name: otelcol/bigipreceiver
  445. version: latest