Skip to content

Releases: ipHeaders/silverpeak-prometheus

v0.1.8

28 Apr 19:32
e197497
Compare
Choose a tag to compare

What's Changed

New Metrics

Name Type Description
totalCPUs Gauge the total amount of CPU on the orchestrator, works only when orch is not running in container
loadAverage Gauge orchestrator load average, works only when orch is not running in container
totalMemSize Gauge total memory of the server, works only when orch is not running in container
maintenaceModeAppliances Gauge appliances currently in maintenance mode

Full Changelog: v0.1.7...v0.1.8

v0.1.7

17 Feb 20:04
df5a018
Compare
Choose a tag to compare

What's Changed

Things to Know

Example

   edge-1: # Change name accordingly 
      - {system: true, interval: 120}
      - {bgp: true, interval: 120} 
      - {flows: true, interval: 120} 

Adding New Metrics

Name Type Description
activeTotalFlows Gauge number of active flows
activeStaleFlows Gauge number of active stale flows
activeInconsistentFlows Gauge number of active inconsistent flows
activeFlowsWithIssues Gauge number of active flows with issues
activeFlowsOptimized Gauge number of active optimized flows
activeFlowsWithIgnores Gauge no description in swagger
activeFlowsPassthrough Gauge number of active passthrough flows
activeFlowsManagement Gauge number of active management flows
activeFlowsAsymmetric Gauge number of active asymmetric flows
activeFlowsRouteDropped Gauge number of active flows dropped due to route
activeFlowsFirewallDropped Gauge number of active flows dropped due to firewall
inactiveTotalFlows Gauge number of inactive flows
inactiveStaleFlows Gauge number of inactive stale flows
inactiveInconsistentFlows Gauge number of inactive inconsistent flows
inactiveFlowsWithIssues Gauge number of inactive flows with issues
inactiveFlowsOptimized Gauge number of inactive optimized flows
inactiveFlowsWithIgnores Gauge no description in swagger
inactiveFlowsPassthrough Gauge number of inactive passthrough flows
inactiveFlowsManagement Gauge number of inactive management flows
inactiveFlowsAsymmetric Gauge number of inactive asymmetric flows
inactiveFlowsRouteDropped Gauge number of inactive flows dropped due to route
inactiveFlowsFirewallDropped Gauge number of inactive flows dropped due to firewall

Full Changelog: v0.1.6...v0.1.7

v0.1.6

24 Jan 04:35
c5459fb
Compare
Choose a tag to compare

What's Changed

Fixing Bugs

  • Fixing bug when running on container. It prevented the program to run due to missing file.

Full Changelog: v0.1.5...v0.1.6

v0.1.5

24 Jan 03:13
4f349d2
Compare
Choose a tag to compare

What's Changed

Fixing Bugs

  • Fix bug that prevented exporter to launch due to function to get app version

Full Changelog: v0.1.4...v0.1.5

v0.1.4

24 Jan 02:31
3d8baa9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

Adding New Metrics

Name Type Description
totalTunnelCount Gauge get total tunnel count across all appliances
bgpNumVrfs Gauge total number of vrf using bgp
bgpProcessState_info Label state of the bgp process
bgpRejectMismatches Gauge bgp neighbors rejected by a mismatch
bgpNumPeers Gauge total number of bgp peers
bgpSubsInstalled Gauge total numbers of subnets installed in the bgp process
bgpOspfRoutes Gauge total number of routes originated by OSPF
bgpIBGPRoutes Gauge total number of routes originated by iBGP
bgpEBGPRoutes Gauge total number of routes originated by eBGP
bgpNeighborState Gauge state of bgp neighbor
bgpNeighborStateStr_info Label state of bgp neighbor in string
bgpNeighborUptime Gauge uptime of the bgp neighbor
bgpNeighborReceivedPrefix Gauge total number of prefixes received from the neighbor
bgpNeighborSentPrefix Gauge total number of prefixes advertised to the neighbor

v0.1.3

11 Jan 01:47
3e159e2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

29 Dec 16:07
306ab82
Compare
Choose a tag to compare

What's Changed

  • Added system metrics for appliances [cpu,memory]
  • updated docs
  • Update how package the docker container

PR

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

22 Dec 16:52
Compare
Choose a tag to compare

Initial working release

  • Install from Pypi - Working
  • Running using Docker - Working