-
EnterpriseDB
- Western Australia
- http://blog.2ndquadrant.com/author/craig-ringer/
Popular repositories Loading
-
Arduino-DHT22
Arduino-DHT22 Public archiveForked from nethoncho/Arduino-DHT22
Arduino library for the DHT22 humidity and temperature sensor
-
github-actions-signal-handling-demo
github-actions-signal-handling-demo PublicDemonstrate signal handling in shell scripts under github actions
-
as7-eclipselink-integration
as7-eclipselink-integration Public archiveIntegration code for using EclipseLink on JBoss AS 7, mostly a packaged and tested version of code by Rich DiCroce. Credit is his, bugs are probably mine.
-
openscad-pegboard-peggrid
openscad-pegboard-peggrid PublicAn OpenSCAD library for generating pegboard / hole grids / peg grids
-
postupload
postupload PublicWeb-based file upload application for hosting on your own server - like anonymous ftp with write-only uploads, or various file upload cloud services. Suitable for replacing email as a file transfer…
865 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
April 2025
Created 1 repository
-
ringerc/avalanche
Go
This contribution was made on Apr 4
Created a pull request in prometheus-community/avalanche that received 1 comment
Fix mtypes zero divide when the input has no summary metrics or no histogram metrics
Fix a zero-divide crash in mtypes
if the input lacks either summary metrics or histogram metrics.
In the process, add test cover for the -avalanche…
Created an issue in prometheus-community/avalanche that received 1 comment
mtypes divide by zero crash if input has no summary or histogram metrics
The mtypes
utility crashes with a 0 divide error if the input lacks summary or histogram metrics and the -avalanche-flags-for-adjusted-series
flag …