Skip to content

Commit

Permalink
update for new flags structure (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
memodi authored Dec 12, 2024
1 parent ca8337c commit 8d031f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ metadata:
spec:
metricName: flows_with_flags_per_destination_total
type: Counter
flatten: [Flags]
labels: [SrcSubnetLabel,DstSubnetLabel,DstK8S_Name,DstK8S_Type,DstK8S_HostName,DstK8S_Namespace,Flags]
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ metadata:
spec:
metricName: flows_with_flags_per_source_total
type: Counter
flatten: [Flags]
labels: [DstSubnetLabel,SrcSubnetLabel,SrcK8S_Name,SrcK8S_Type,SrcK8S_HostName,SrcK8S_Namespace,Flags]

0 comments on commit 8d031f2

Please sign in to comment.