Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Helper Packages

  • if you need IP ranges consider to use iprange.
  • if you parse an application log files, then log is handy.
  • if you need filtering check matcher.
  • if you collect metrics from an HTTP endpoint use web.
  • if you collect metrics from a prometheus endpoint, then prometheus and web is what you need.
  • tlscfg provides TLS support.
  • stm helps you to convert any struct to a map[string]int64.