Skip to content

Commit

Permalink
Fix include inner direction in metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
jotak committed Oct 9, 2023
1 parent d0c4a98 commit f100719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/metrics/predefined_metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ var (
tagPackets: "Packets",
}
mapDirection = map[string]string{
tagIngress: "0",
tagEgress: "1",
tagIngress: "0|2",
tagEgress: "1|2",
}
predefinedMetrics []taggedMetricDefinition
// Note that we set default in-code rather than in CRD, in order to keep track of value being unset or set intentionnally in FlowCollector
Expand Down

0 comments on commit f100719

Please sign in to comment.