Releases: ipHeaders/silverpeak-prometheus
Releases · ipHeaders/silverpeak-prometheus
v0.1.8
What's Changed
- Feature/pr 21 by @ipHeaders in #22
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
What's Changed
- Feature/pr 17 by @ipHeaders in #17
- Feature/pr 18 by @ipHeaders in #18
- adding app flow by @ipHeaders in #19
- Feature/pr 20 by @ipHeaders in #20
Things to Know
- To scan for the flow metrics, you need to update the vars.yml file as shown https://github.com/ipHeaders/silverpeak-prometheus/blob/main/test/test_vars.yml
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
What's Changed
- removing dependency for error handler by @ipHeaders in #16
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
What's Changed
- updating the container packaging by @ipHeaders in #15
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
What's Changed
- Feature/pr 14 by @ipHeaders in #14
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
What's Changed
- Feature/pr 9 by @ipHeaders in #9
- Feature/10 by @ipHeaders in #10
- Feature/update docs by @ipHeaders in #11
- fixing readme by @ipHeaders in #12
- Feature/pr 13 by @ipHeaders in #13
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Added system metrics for appliances [cpu,memory]
- updated docs
- Update how package the docker container
PR
- Create CODE_OF_CONDUCT.md by @ipHeaders in #2
- Feature/docs by @ipHeaders in #4
- fixing docs by @ipHeaders in #5
- Feature/working by @ipHeaders in #6
- bumping project version for new release by @ipHeaders in #7
- updating code to package application by @ipHeaders in #8
New Contributors
- @ipHeaders made their first contribution in #2
Full Changelog: v0.1.1...v0.1.2