metadata.yaml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. meta:
  2. plugin_name: tc.plugin
  3. module_name: tc.plugin
  4. monitored_instance:
  5. name: tc
  6. link: ''
  7. categories:
  8. - data-collection.networking-stack-and-network-interfaces
  9. icon_filename: 'freeradius.png'
  10. related_resources:
  11. integrations:
  12. list: []
  13. info_provided_to_referring_integrations:
  14. description: ''
  15. keywords: []
  16. most_popular: false
  17. overview:
  18. data_collection:
  19. metrics_description: 'Examine tc metrics to gain insights into Linux traffic control operations. Study packet flow rates, queue lengths, and drop rates to optimize network traffic flow.'
  20. method_description: ''
  21. supported_platforms:
  22. include: []
  23. exclude: []
  24. multi-instance: true
  25. additional_permissions:
  26. description: ''
  27. default_behavior:
  28. auto_detection:
  29. description: ''
  30. limits:
  31. description: ''
  32. performance_impact:
  33. description: ''
  34. setup:
  35. prerequisites:
  36. list: []
  37. configuration:
  38. file:
  39. name: ''
  40. description: ''
  41. options:
  42. description: ''
  43. folding:
  44. title: ''
  45. enabled: true
  46. list: []
  47. examples:
  48. folding:
  49. enabled: true
  50. title: ''
  51. list: []
  52. troubleshooting:
  53. problems:
  54. list: []
  55. alerts: []
  56. metrics:
  57. folding:
  58. title: Metrics
  59. enabled: false
  60. description: ""
  61. availability: []
  62. scopes:
  63. - name: network device, direction
  64. description: ""
  65. labels:
  66. - name: device
  67. description: TBD
  68. - name: name
  69. description: TBD
  70. - name: family
  71. description: TBD
  72. metrics:
  73. - name: tc.qos
  74. description: Class Usage
  75. unit: "kilobits/s"
  76. chart_type: stacked
  77. dimensions:
  78. - name: a dimension per class
  79. - name: tc.qos_packets
  80. description: Class Packets
  81. unit: "packets/s"
  82. chart_type: stacked
  83. dimensions:
  84. - name: a dimension per class
  85. - name: tc.qos_dropped
  86. description: Class Dropped Packets
  87. unit: "packets/s"
  88. chart_type: stacked
  89. dimensions:
  90. - name: a dimension per class
  91. - name: tc.qos_tokens
  92. description: Class Tokens
  93. unit: "tokens"
  94. chart_type: line
  95. dimensions:
  96. - name: a dimension per class
  97. - name: tc.qos_ctokens
  98. description: Class cTokens
  99. unit: "ctokens"
  100. chart_type: line
  101. dimensions:
  102. - name: a dimension per class