You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Collects and serves statistics about flows.
// Configuration options for this segments are:
// The endoint field can be configured:
// <host>:8080/flowdata
// <host>:8080/metrics
// The labels to be exported can be set in the configuration.
// Default labels are:
//
// router,ipversion,application,protoname,direction,peer,remoteas,remotecountry
//
// Additional Labels are:
//
// src_port,dst_port,src_ip,dst_ip
//
// The additional label should be used with care, because of infite quantity.
all fields defined in the ProtoBuf format are allowed. But not all will be filled. What fields are actually available depends on the input source.
A "list" can be found at
Hello,
error:
Config:
I do not see which labels are allowed but found this and it does not seem to work.
https://github.com/BelWue/flowpipeline/blob/master/segments/export/prometheus/prometheus.go
Only the following default labels which are different than in the previous link are working:
https://github.com/BelWue/flowpipeline/blob/master/CONFIGURATION.md#prometheus
The text was updated successfully, but these errors were encountered: