metrics_partial_with_members_golden.yaml 38 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100
  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.pool_member.ip_address
  119. value:
  120. stringValue: 10.33.104.2
  121. - key: bigip.pool_member.name
  122. value:
  123. stringValue: /Common/dev:80
  124. scopeMetrics:
  125. - metrics:
  126. - description: Availability of the pool member.
  127. gauge:
  128. dataPoints:
  129. - asInt: "0"
  130. attributes:
  131. - key: status
  132. value:
  133. stringValue: available
  134. startTimeUnixNano: "1000000"
  135. timeUnixNano: "2000000"
  136. - asInt: "1"
  137. attributes:
  138. - key: status
  139. value:
  140. stringValue: offline
  141. startTimeUnixNano: "1000000"
  142. timeUnixNano: "2000000"
  143. - asInt: "0"
  144. attributes:
  145. - key: status
  146. value:
  147. stringValue: unknown
  148. startTimeUnixNano: "1000000"
  149. timeUnixNano: "2000000"
  150. name: bigip.pool_member.availability
  151. unit: "1"
  152. - description: Current number of connections to the pool member.
  153. name: bigip.pool_member.connection.count
  154. sum:
  155. aggregationTemporality: 2
  156. dataPoints:
  157. - asInt: "0"
  158. startTimeUnixNano: "1000000"
  159. timeUnixNano: "2000000"
  160. unit: '{connections}'
  161. - description: Amount of data transmitted to and from the pool member.
  162. name: bigip.pool_member.data.transmitted
  163. sum:
  164. aggregationTemporality: 2
  165. dataPoints:
  166. - asInt: "0"
  167. attributes:
  168. - key: direction
  169. value:
  170. stringValue: received
  171. startTimeUnixNano: "1000000"
  172. timeUnixNano: "2000000"
  173. - asInt: "0"
  174. attributes:
  175. - key: direction
  176. value:
  177. stringValue: sent
  178. startTimeUnixNano: "1000000"
  179. timeUnixNano: "2000000"
  180. isMonotonic: true
  181. unit: By
  182. - description: Enabled state of of the pool member.
  183. gauge:
  184. dataPoints:
  185. - asInt: "0"
  186. attributes:
  187. - key: status
  188. value:
  189. stringValue: disabled
  190. startTimeUnixNano: "1000000"
  191. timeUnixNano: "2000000"
  192. - asInt: "1"
  193. attributes:
  194. - key: status
  195. value:
  196. stringValue: enabled
  197. startTimeUnixNano: "1000000"
  198. timeUnixNano: "2000000"
  199. name: bigip.pool_member.enabled
  200. unit: "1"
  201. - description: Number of packets transmitted to and from the pool member.
  202. name: bigip.pool_member.packet.count
  203. sum:
  204. aggregationTemporality: 2
  205. dataPoints:
  206. - asInt: "0"
  207. attributes:
  208. - key: direction
  209. value:
  210. stringValue: received
  211. startTimeUnixNano: "1000000"
  212. timeUnixNano: "2000000"
  213. - asInt: "0"
  214. attributes:
  215. - key: direction
  216. value:
  217. stringValue: sent
  218. startTimeUnixNano: "1000000"
  219. timeUnixNano: "2000000"
  220. isMonotonic: true
  221. unit: '{packets}'
  222. - description: Number of requests to the pool member.
  223. name: bigip.pool_member.request.count
  224. sum:
  225. aggregationTemporality: 2
  226. dataPoints:
  227. - asInt: "0"
  228. startTimeUnixNano: "1000000"
  229. timeUnixNano: "2000000"
  230. isMonotonic: true
  231. unit: '{requests}'
  232. - description: Current number of sessions for the pool member.
  233. name: bigip.pool_member.session.count
  234. sum:
  235. aggregationTemporality: 2
  236. dataPoints:
  237. - asInt: "0"
  238. startTimeUnixNano: "1000000"
  239. timeUnixNano: "2000000"
  240. unit: '{sessions}'
  241. scope:
  242. name: otelcol/bigipreceiver
  243. version: latest
  244. - resource:
  245. attributes:
  246. - key: bigip.pool.name
  247. value:
  248. stringValue: /Common/dev
  249. - key: bigip.virtual_server.destination
  250. value:
  251. stringValue: 10.1.10.100:80
  252. - key: bigip.virtual_server.name
  253. value:
  254. stringValue: /Common/test-virtual-server1
  255. scopeMetrics:
  256. - metrics:
  257. - description: Availability of the virtual server.
  258. gauge:
  259. dataPoints:
  260. - asInt: "0"
  261. attributes:
  262. - key: status
  263. value:
  264. stringValue: available
  265. timeUnixNano: "1000000"
  266. - asInt: "1"
  267. attributes:
  268. - key: status
  269. value:
  270. stringValue: offline
  271. timeUnixNano: "1000000"
  272. - asInt: "0"
  273. attributes:
  274. - key: status
  275. value:
  276. stringValue: unknown
  277. timeUnixNano: "1000000"
  278. name: bigip.virtual_server.availability
  279. unit: "1"
  280. - description: Current number of connections to the virtual server.
  281. name: bigip.virtual_server.connection.count
  282. sum:
  283. aggregationTemporality: 2
  284. dataPoints:
  285. - asInt: "0"
  286. timeUnixNano: "1000000"
  287. unit: '{connections}'
  288. - description: Amount of data transmitted to and from the virtual server.
  289. name: bigip.virtual_server.data.transmitted
  290. sum:
  291. aggregationTemporality: 2
  292. dataPoints:
  293. - asInt: "0"
  294. attributes:
  295. - key: direction
  296. value:
  297. stringValue: received
  298. timeUnixNano: "1000000"
  299. - asInt: "0"
  300. attributes:
  301. - key: direction
  302. value:
  303. stringValue: sent
  304. timeUnixNano: "1000000"
  305. isMonotonic: true
  306. unit: By
  307. - description: Enabled state of of the virtual server.
  308. gauge:
  309. dataPoints:
  310. - asInt: "0"
  311. attributes:
  312. - key: status
  313. value:
  314. stringValue: disabled
  315. timeUnixNano: "1000000"
  316. - asInt: "1"
  317. attributes:
  318. - key: status
  319. value:
  320. stringValue: enabled
  321. timeUnixNano: "1000000"
  322. name: bigip.virtual_server.enabled
  323. unit: "1"
  324. - description: Number of packets transmitted to and from the virtual server.
  325. name: bigip.virtual_server.packet.count
  326. sum:
  327. aggregationTemporality: 2
  328. dataPoints:
  329. - asInt: "0"
  330. attributes:
  331. - key: direction
  332. value:
  333. stringValue: received
  334. timeUnixNano: "1000000"
  335. - asInt: "0"
  336. attributes:
  337. - key: direction
  338. value:
  339. stringValue: sent
  340. timeUnixNano: "1000000"
  341. isMonotonic: true
  342. unit: '{packets}'
  343. - description: Number of requests to the virtual server.
  344. name: bigip.virtual_server.request.count
  345. sum:
  346. aggregationTemporality: 2
  347. dataPoints:
  348. - asInt: "0"
  349. timeUnixNano: "1000000"
  350. isMonotonic: true
  351. unit: '{requests}'
  352. scope:
  353. name: otelcol/bigipreceiver
  354. version: latest
  355. - resource:
  356. attributes:
  357. - key: bigip.pool.name
  358. value:
  359. stringValue: /Common/test-pool-1
  360. - key: bigip.pool_member.ip_address
  361. value:
  362. stringValue: 10.0.0.1
  363. - key: bigip.pool_member.name
  364. value:
  365. stringValue: /Common/test-node-1:80
  366. scopeMetrics:
  367. - metrics:
  368. - description: Availability of the pool member.
  369. gauge:
  370. dataPoints:
  371. - asInt: "0"
  372. attributes:
  373. - key: status
  374. value:
  375. stringValue: available
  376. startTimeUnixNano: "1000000"
  377. timeUnixNano: "2000000"
  378. - asInt: "1"
  379. attributes:
  380. - key: status
  381. value:
  382. stringValue: offline
  383. startTimeUnixNano: "1000000"
  384. timeUnixNano: "2000000"
  385. - asInt: "0"
  386. attributes:
  387. - key: status
  388. value:
  389. stringValue: unknown
  390. startTimeUnixNano: "1000000"
  391. timeUnixNano: "2000000"
  392. name: bigip.pool_member.availability
  393. unit: "1"
  394. - description: Current number of connections to the pool member.
  395. name: bigip.pool_member.connection.count
  396. sum:
  397. aggregationTemporality: 2
  398. dataPoints:
  399. - asInt: "0"
  400. startTimeUnixNano: "1000000"
  401. timeUnixNano: "2000000"
  402. unit: '{connections}'
  403. - description: Amount of data transmitted to and from the pool member.
  404. name: bigip.pool_member.data.transmitted
  405. sum:
  406. aggregationTemporality: 2
  407. dataPoints:
  408. - asInt: "0"
  409. attributes:
  410. - key: direction
  411. value:
  412. stringValue: received
  413. startTimeUnixNano: "1000000"
  414. timeUnixNano: "2000000"
  415. - asInt: "0"
  416. attributes:
  417. - key: direction
  418. value:
  419. stringValue: sent
  420. startTimeUnixNano: "1000000"
  421. timeUnixNano: "2000000"
  422. isMonotonic: true
  423. unit: By
  424. - description: Enabled state of of the pool member.
  425. gauge:
  426. dataPoints:
  427. - asInt: "1"
  428. attributes:
  429. - key: status
  430. value:
  431. stringValue: disabled
  432. startTimeUnixNano: "1000000"
  433. timeUnixNano: "2000000"
  434. - asInt: "0"
  435. attributes:
  436. - key: status
  437. value:
  438. stringValue: enabled
  439. startTimeUnixNano: "1000000"
  440. timeUnixNano: "2000000"
  441. name: bigip.pool_member.enabled
  442. unit: "1"
  443. - description: Number of packets transmitted to and from the pool member.
  444. name: bigip.pool_member.packet.count
  445. sum:
  446. aggregationTemporality: 2
  447. dataPoints:
  448. - asInt: "0"
  449. attributes:
  450. - key: direction
  451. value:
  452. stringValue: received
  453. startTimeUnixNano: "1000000"
  454. timeUnixNano: "2000000"
  455. - asInt: "0"
  456. attributes:
  457. - key: direction
  458. value:
  459. stringValue: sent
  460. startTimeUnixNano: "1000000"
  461. timeUnixNano: "2000000"
  462. isMonotonic: true
  463. unit: '{packets}'
  464. - description: Number of requests to the pool member.
  465. name: bigip.pool_member.request.count
  466. sum:
  467. aggregationTemporality: 2
  468. dataPoints:
  469. - asInt: "0"
  470. startTimeUnixNano: "1000000"
  471. timeUnixNano: "2000000"
  472. isMonotonic: true
  473. unit: '{requests}'
  474. - description: Current number of sessions for the pool member.
  475. name: bigip.pool_member.session.count
  476. sum:
  477. aggregationTemporality: 2
  478. dataPoints:
  479. - asInt: "0"
  480. startTimeUnixNano: "1000000"
  481. timeUnixNano: "2000000"
  482. unit: '{sessions}'
  483. scope:
  484. name: otelcol/bigipreceiver
  485. version: latest
  486. - resource:
  487. attributes:
  488. - key: bigip.pool.name
  489. value:
  490. stringValue: /Common/test-pool-1
  491. - key: bigip.pool_member.ip_address
  492. value:
  493. stringValue: 10.0.0.2
  494. - key: bigip.pool_member.name
  495. value:
  496. stringValue: /Common/test-node-2:80
  497. scopeMetrics:
  498. - metrics:
  499. - description: Availability of the pool member.
  500. gauge:
  501. dataPoints:
  502. - asInt: "0"
  503. attributes:
  504. - key: status
  505. value:
  506. stringValue: available
  507. startTimeUnixNano: "1000000"
  508. timeUnixNano: "2000000"
  509. - asInt: "1"
  510. attributes:
  511. - key: status
  512. value:
  513. stringValue: offline
  514. startTimeUnixNano: "1000000"
  515. timeUnixNano: "2000000"
  516. - asInt: "0"
  517. attributes:
  518. - key: status
  519. value:
  520. stringValue: unknown
  521. startTimeUnixNano: "1000000"
  522. timeUnixNano: "2000000"
  523. name: bigip.pool_member.availability
  524. unit: "1"
  525. - description: Current number of connections to the pool member.
  526. name: bigip.pool_member.connection.count
  527. sum:
  528. aggregationTemporality: 2
  529. dataPoints:
  530. - asInt: "0"
  531. startTimeUnixNano: "1000000"
  532. timeUnixNano: "2000000"
  533. unit: '{connections}'
  534. - description: Amount of data transmitted to and from the pool member.
  535. name: bigip.pool_member.data.transmitted
  536. sum:
  537. aggregationTemporality: 2
  538. dataPoints:
  539. - asInt: "0"
  540. attributes:
  541. - key: direction
  542. value:
  543. stringValue: received
  544. startTimeUnixNano: "1000000"
  545. timeUnixNano: "2000000"
  546. - asInt: "0"
  547. attributes:
  548. - key: direction
  549. value:
  550. stringValue: sent
  551. startTimeUnixNano: "1000000"
  552. timeUnixNano: "2000000"
  553. isMonotonic: true
  554. unit: By
  555. - description: Enabled state of of the pool member.
  556. gauge:
  557. dataPoints:
  558. - asInt: "1"
  559. attributes:
  560. - key: status
  561. value:
  562. stringValue: disabled
  563. startTimeUnixNano: "1000000"
  564. timeUnixNano: "2000000"
  565. - asInt: "0"
  566. attributes:
  567. - key: status
  568. value:
  569. stringValue: enabled
  570. startTimeUnixNano: "1000000"
  571. timeUnixNano: "2000000"
  572. name: bigip.pool_member.enabled
  573. unit: "1"
  574. - description: Number of packets transmitted to and from the pool member.
  575. name: bigip.pool_member.packet.count
  576. sum:
  577. aggregationTemporality: 2
  578. dataPoints:
  579. - asInt: "0"
  580. attributes:
  581. - key: direction
  582. value:
  583. stringValue: received
  584. startTimeUnixNano: "1000000"
  585. timeUnixNano: "2000000"
  586. - asInt: "0"
  587. attributes:
  588. - key: direction
  589. value:
  590. stringValue: sent
  591. startTimeUnixNano: "1000000"
  592. timeUnixNano: "2000000"
  593. isMonotonic: true
  594. unit: '{packets}'
  595. - description: Number of requests to the pool member.
  596. name: bigip.pool_member.request.count
  597. sum:
  598. aggregationTemporality: 2
  599. dataPoints:
  600. - asInt: "0"
  601. startTimeUnixNano: "1000000"
  602. timeUnixNano: "2000000"
  603. isMonotonic: true
  604. unit: '{requests}'
  605. - description: Current number of sessions for the pool member.
  606. name: bigip.pool_member.session.count
  607. sum:
  608. aggregationTemporality: 2
  609. dataPoints:
  610. - asInt: "0"
  611. startTimeUnixNano: "1000000"
  612. timeUnixNano: "2000000"
  613. unit: '{sessions}'
  614. scope:
  615. name: otelcol/bigipreceiver
  616. version: latest
  617. - resource:
  618. attributes:
  619. - key: bigip.pool.name
  620. value:
  621. stringValue: /Common/test-pool-1
  622. - key: bigip.pool_member.ip_address
  623. value:
  624. stringValue: 10.0.0.3
  625. - key: bigip.pool_member.name
  626. value:
  627. stringValue: /Common/test-node-3:80
  628. scopeMetrics:
  629. - metrics:
  630. - description: Availability of the pool member.
  631. gauge:
  632. dataPoints:
  633. - asInt: "0"
  634. attributes:
  635. - key: status
  636. value:
  637. stringValue: available
  638. startTimeUnixNano: "1000000"
  639. timeUnixNano: "2000000"
  640. - asInt: "1"
  641. attributes:
  642. - key: status
  643. value:
  644. stringValue: offline
  645. startTimeUnixNano: "1000000"
  646. timeUnixNano: "2000000"
  647. - asInt: "0"
  648. attributes:
  649. - key: status
  650. value:
  651. stringValue: unknown
  652. startTimeUnixNano: "1000000"
  653. timeUnixNano: "2000000"
  654. name: bigip.pool_member.availability
  655. unit: "1"
  656. - description: Current number of connections to the pool member.
  657. name: bigip.pool_member.connection.count
  658. sum:
  659. aggregationTemporality: 2
  660. dataPoints:
  661. - asInt: "0"
  662. startTimeUnixNano: "1000000"
  663. timeUnixNano: "2000000"
  664. unit: '{connections}'
  665. - description: Amount of data transmitted to and from the pool member.
  666. name: bigip.pool_member.data.transmitted
  667. sum:
  668. aggregationTemporality: 2
  669. dataPoints:
  670. - asInt: "0"
  671. attributes:
  672. - key: direction
  673. value:
  674. stringValue: received
  675. startTimeUnixNano: "1000000"
  676. timeUnixNano: "2000000"
  677. - asInt: "0"
  678. attributes:
  679. - key: direction
  680. value:
  681. stringValue: sent
  682. startTimeUnixNano: "1000000"
  683. timeUnixNano: "2000000"
  684. isMonotonic: true
  685. unit: By
  686. - description: Enabled state of of the pool member.
  687. gauge:
  688. dataPoints:
  689. - asInt: "1"
  690. attributes:
  691. - key: status
  692. value:
  693. stringValue: disabled
  694. startTimeUnixNano: "1000000"
  695. timeUnixNano: "2000000"
  696. - asInt: "0"
  697. attributes:
  698. - key: status
  699. value:
  700. stringValue: enabled
  701. startTimeUnixNano: "1000000"
  702. timeUnixNano: "2000000"
  703. name: bigip.pool_member.enabled
  704. unit: "1"
  705. - description: Number of packets transmitted to and from the pool member.
  706. name: bigip.pool_member.packet.count
  707. sum:
  708. aggregationTemporality: 2
  709. dataPoints:
  710. - asInt: "0"
  711. attributes:
  712. - key: direction
  713. value:
  714. stringValue: received
  715. startTimeUnixNano: "1000000"
  716. timeUnixNano: "2000000"
  717. - asInt: "0"
  718. attributes:
  719. - key: direction
  720. value:
  721. stringValue: sent
  722. startTimeUnixNano: "1000000"
  723. timeUnixNano: "2000000"
  724. isMonotonic: true
  725. unit: '{packets}'
  726. - description: Number of requests to the pool member.
  727. name: bigip.pool_member.request.count
  728. sum:
  729. aggregationTemporality: 2
  730. dataPoints:
  731. - asInt: "0"
  732. startTimeUnixNano: "1000000"
  733. timeUnixNano: "2000000"
  734. isMonotonic: true
  735. unit: '{requests}'
  736. - description: Current number of sessions for the pool member.
  737. name: bigip.pool_member.session.count
  738. sum:
  739. aggregationTemporality: 2
  740. dataPoints:
  741. - asInt: "0"
  742. startTimeUnixNano: "1000000"
  743. timeUnixNano: "2000000"
  744. unit: '{sessions}'
  745. scope:
  746. name: otelcol/bigipreceiver
  747. version: latest
  748. - resource:
  749. attributes:
  750. - key: bigip.pool.name
  751. value:
  752. stringValue: /Common/test-pool-1
  753. - key: bigip.pool_member.ip_address
  754. value:
  755. stringValue: 10.33.121.108
  756. - key: bigip.pool_member.name
  757. value:
  758. stringValue: /Common/nginx:80
  759. scopeMetrics:
  760. - metrics:
  761. - description: Availability of the pool member.
  762. gauge:
  763. dataPoints:
  764. - asInt: "1"
  765. attributes:
  766. - key: status
  767. value:
  768. stringValue: available
  769. startTimeUnixNano: "1000000"
  770. timeUnixNano: "2000000"
  771. - asInt: "0"
  772. attributes:
  773. - key: status
  774. value:
  775. stringValue: offline
  776. startTimeUnixNano: "1000000"
  777. timeUnixNano: "2000000"
  778. - asInt: "0"
  779. attributes:
  780. - key: status
  781. value:
  782. stringValue: unknown
  783. startTimeUnixNano: "1000000"
  784. timeUnixNano: "2000000"
  785. name: bigip.pool_member.availability
  786. unit: "1"
  787. - description: Current number of connections to the pool member.
  788. name: bigip.pool_member.connection.count
  789. sum:
  790. aggregationTemporality: 2
  791. dataPoints:
  792. - asInt: "0"
  793. startTimeUnixNano: "1000000"
  794. timeUnixNano: "2000000"
  795. unit: '{connections}'
  796. - description: Amount of data transmitted to and from the pool member.
  797. name: bigip.pool_member.data.transmitted
  798. sum:
  799. aggregationTemporality: 2
  800. dataPoints:
  801. - asInt: "0"
  802. attributes:
  803. - key: direction
  804. value:
  805. stringValue: received
  806. startTimeUnixNano: "1000000"
  807. timeUnixNano: "2000000"
  808. - asInt: "0"
  809. attributes:
  810. - key: direction
  811. value:
  812. stringValue: sent
  813. startTimeUnixNano: "1000000"
  814. timeUnixNano: "2000000"
  815. isMonotonic: true
  816. unit: By
  817. - description: Enabled state of of the pool member.
  818. gauge:
  819. dataPoints:
  820. - asInt: "1"
  821. attributes:
  822. - key: status
  823. value:
  824. stringValue: disabled
  825. startTimeUnixNano: "1000000"
  826. timeUnixNano: "2000000"
  827. - asInt: "0"
  828. attributes:
  829. - key: status
  830. value:
  831. stringValue: enabled
  832. startTimeUnixNano: "1000000"
  833. timeUnixNano: "2000000"
  834. name: bigip.pool_member.enabled
  835. unit: "1"
  836. - description: Number of packets transmitted to and from the pool member.
  837. name: bigip.pool_member.packet.count
  838. sum:
  839. aggregationTemporality: 2
  840. dataPoints:
  841. - asInt: "0"
  842. attributes:
  843. - key: direction
  844. value:
  845. stringValue: received
  846. startTimeUnixNano: "1000000"
  847. timeUnixNano: "2000000"
  848. - asInt: "0"
  849. attributes:
  850. - key: direction
  851. value:
  852. stringValue: sent
  853. startTimeUnixNano: "1000000"
  854. timeUnixNano: "2000000"
  855. isMonotonic: true
  856. unit: '{packets}'
  857. - description: Number of requests to the pool member.
  858. name: bigip.pool_member.request.count
  859. sum:
  860. aggregationTemporality: 2
  861. dataPoints:
  862. - asInt: "0"
  863. startTimeUnixNano: "1000000"
  864. timeUnixNano: "2000000"
  865. isMonotonic: true
  866. unit: '{requests}'
  867. - description: Current number of sessions for the pool member.
  868. name: bigip.pool_member.session.count
  869. sum:
  870. aggregationTemporality: 2
  871. dataPoints:
  872. - asInt: "0"
  873. startTimeUnixNano: "1000000"
  874. timeUnixNano: "2000000"
  875. unit: '{sessions}'
  876. scope:
  877. name: otelcol/bigipreceiver
  878. version: latest
  879. - resource:
  880. attributes:
  881. - key: bigip.pool.name
  882. value:
  883. stringValue: /Common/test-pool-1
  884. - key: bigip.virtual_server.destination
  885. value:
  886. stringValue: 10.1.10.100:21
  887. - key: bigip.virtual_server.name
  888. value:
  889. stringValue: /Common/test-virtual-server2
  890. scopeMetrics:
  891. - metrics:
  892. - description: Availability of the virtual server.
  893. gauge:
  894. dataPoints:
  895. - asInt: "1"
  896. attributes:
  897. - key: status
  898. value:
  899. stringValue: available
  900. timeUnixNano: "1000000"
  901. - asInt: "0"
  902. attributes:
  903. - key: status
  904. value:
  905. stringValue: offline
  906. timeUnixNano: "1000000"
  907. - asInt: "0"
  908. attributes:
  909. - key: status
  910. value:
  911. stringValue: unknown
  912. timeUnixNano: "1000000"
  913. name: bigip.virtual_server.availability
  914. unit: "1"
  915. - description: Current number of connections to the virtual server.
  916. name: bigip.virtual_server.connection.count
  917. sum:
  918. aggregationTemporality: 2
  919. dataPoints:
  920. - asInt: "0"
  921. timeUnixNano: "1000000"
  922. unit: '{connections}'
  923. - description: Amount of data transmitted to and from the virtual server.
  924. name: bigip.virtual_server.data.transmitted
  925. sum:
  926. aggregationTemporality: 2
  927. dataPoints:
  928. - asInt: "0"
  929. attributes:
  930. - key: direction
  931. value:
  932. stringValue: received
  933. timeUnixNano: "1000000"
  934. - asInt: "0"
  935. attributes:
  936. - key: direction
  937. value:
  938. stringValue: sent
  939. timeUnixNano: "1000000"
  940. isMonotonic: true
  941. unit: By
  942. - description: Enabled state of of the virtual server.
  943. gauge:
  944. dataPoints:
  945. - asInt: "1"
  946. attributes:
  947. - key: status
  948. value:
  949. stringValue: disabled
  950. timeUnixNano: "1000000"
  951. - asInt: "0"
  952. attributes:
  953. - key: status
  954. value:
  955. stringValue: enabled
  956. timeUnixNano: "1000000"
  957. name: bigip.virtual_server.enabled
  958. unit: "1"
  959. - description: Number of packets transmitted to and from the virtual server.
  960. name: bigip.virtual_server.packet.count
  961. sum:
  962. aggregationTemporality: 2
  963. dataPoints:
  964. - asInt: "0"
  965. attributes:
  966. - key: direction
  967. value:
  968. stringValue: received
  969. timeUnixNano: "1000000"
  970. - asInt: "0"
  971. attributes:
  972. - key: direction
  973. value:
  974. stringValue: sent
  975. timeUnixNano: "1000000"
  976. isMonotonic: true
  977. unit: '{packets}'
  978. - description: Number of requests to the virtual server.
  979. name: bigip.virtual_server.request.count
  980. sum:
  981. aggregationTemporality: 2
  982. dataPoints:
  983. - asInt: "0"
  984. timeUnixNano: "1000000"
  985. isMonotonic: true
  986. unit: '{requests}'
  987. scope:
  988. name: otelcol/bigipreceiver
  989. version: latest
  990. - resource:
  991. attributes:
  992. - key: bigip.pool.name
  993. value:
  994. stringValue: /Common/test-pool-1
  995. - key: bigip.virtual_server.destination
  996. value:
  997. stringValue: 10.1.10.101:80
  998. - key: bigip.virtual_server.name
  999. value:
  1000. stringValue: /Common/test-virtual-server3
  1001. scopeMetrics:
  1002. - metrics:
  1003. - description: Availability of the virtual server.
  1004. gauge:
  1005. dataPoints:
  1006. - asInt: "1"
  1007. attributes:
  1008. - key: status
  1009. value:
  1010. stringValue: available
  1011. timeUnixNano: "1000000"
  1012. - asInt: "0"
  1013. attributes:
  1014. - key: status
  1015. value:
  1016. stringValue: offline
  1017. timeUnixNano: "1000000"
  1018. - asInt: "0"
  1019. attributes:
  1020. - key: status
  1021. value:
  1022. stringValue: unknown
  1023. timeUnixNano: "1000000"
  1024. name: bigip.virtual_server.availability
  1025. unit: "1"
  1026. - description: Current number of connections to the virtual server.
  1027. name: bigip.virtual_server.connection.count
  1028. sum:
  1029. aggregationTemporality: 2
  1030. dataPoints:
  1031. - asInt: "0"
  1032. timeUnixNano: "1000000"
  1033. unit: '{connections}'
  1034. - description: Amount of data transmitted to and from the virtual server.
  1035. name: bigip.virtual_server.data.transmitted
  1036. sum:
  1037. aggregationTemporality: 2
  1038. dataPoints:
  1039. - asInt: "0"
  1040. attributes:
  1041. - key: direction
  1042. value:
  1043. stringValue: received
  1044. timeUnixNano: "1000000"
  1045. - asInt: "0"
  1046. attributes:
  1047. - key: direction
  1048. value:
  1049. stringValue: sent
  1050. timeUnixNano: "1000000"
  1051. isMonotonic: true
  1052. unit: By
  1053. - description: Enabled state of of the virtual server.
  1054. gauge:
  1055. dataPoints:
  1056. - asInt: "1"
  1057. attributes:
  1058. - key: status
  1059. value:
  1060. stringValue: disabled
  1061. timeUnixNano: "1000000"
  1062. - asInt: "0"
  1063. attributes:
  1064. - key: status
  1065. value:
  1066. stringValue: enabled
  1067. timeUnixNano: "1000000"
  1068. name: bigip.virtual_server.enabled
  1069. unit: "1"
  1070. - description: Number of packets transmitted to and from the virtual server.
  1071. name: bigip.virtual_server.packet.count
  1072. sum:
  1073. aggregationTemporality: 2
  1074. dataPoints:
  1075. - asInt: "0"
  1076. attributes:
  1077. - key: direction
  1078. value:
  1079. stringValue: received
  1080. timeUnixNano: "1000000"
  1081. - asInt: "0"
  1082. attributes:
  1083. - key: direction
  1084. value:
  1085. stringValue: sent
  1086. timeUnixNano: "1000000"
  1087. isMonotonic: true
  1088. unit: '{packets}'
  1089. - description: Number of requests to the virtual server.
  1090. name: bigip.virtual_server.request.count
  1091. sum:
  1092. aggregationTemporality: 2
  1093. dataPoints:
  1094. - asInt: "0"
  1095. timeUnixNano: "1000000"
  1096. isMonotonic: true
  1097. unit: '{requests}'
  1098. scope:
  1099. name: otelcol/bigipreceiver
  1100. version: latest