opnsense-exporter/vendor/github.com/go-logfmt/logfmt
ihatemodels 24e8161262 Add initial project structure
- add base structure
 - unify the proto metrics creation and propagation
 - implement arp and openvpn
 - refactor to meet the prom exporter standart
 - add instance label to the metrics
 - refactor the call chain
 - add gateway, unbound_dns and openvpn implementations
 - add gateway stuff
 - structure refactor; mod clean; cron implementation
 - implement cron in the collector; refactor utils in the opnsense package

refactor names and implement option functions to disable collectorInstances

add GH action workflows

Create codeql.yml

- clean

fix stuff
2023-11-26 16:06:03 +02:00
..
.gitignore Add initial project structure 2023-11-26 16:06:03 +02:00
CHANGELOG.md Add initial project structure 2023-11-26 16:06:03 +02:00
decode.go Add initial project structure 2023-11-26 16:06:03 +02:00
doc.go Add initial project structure 2023-11-26 16:06:03 +02:00
encode.go Add initial project structure 2023-11-26 16:06:03 +02:00
jsonstring.go Add initial project structure 2023-11-26 16:06:03 +02:00
LICENSE Add initial project structure 2023-11-26 16:06:03 +02:00
README.md Add initial project structure 2023-11-26 16:06:03 +02:00

Go Reference Go Report Card Github Actions Coverage Status

logfmt

Package logfmt implements utilities to marshal and unmarshal data in the logfmt format. It provides an API similar to encoding/json and encoding/xml.

The logfmt format was first documented by Brandur Leach in this article. The format has not been formally standardized. The most authoritative public specification to date has been the documentation of a Go Language package written by Blake Mizerany and Keith Rarick.

Goals

This project attempts to conform as closely as possible to the prior art, while also removing ambiguity where necessary to provide well behaved encoder and decoder implementations.

Non-goals

This project does not attempt to formally standardize the logfmt format. In the event that logfmt is standardized this project would take conforming to the standard as a goal.

Versioning

Package logfmt publishes releases via semver compatible Git tags prefixed with a single 'v'.