faucetsdn / faucetagent

gNMI agent for faucet configuration
4 stars 2 forks source link

Update to new faucet_config_hash_info label format #13

Closed lantz closed 5 years ago

lantz commented 5 years ago

The new format is:

{config_files='file1,file2', hashes='hash1,hash2'}

The agent currently only supports one config file/hash, but potentially could support multiple files (i.e. includes) in the future.

Also: switch to using prometheus_client.parser

Depends on faucetsdn/faucet#2911 (merged)

Fixes #12