Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ronensc committed Feb 16, 2023
1 parent b036161 commit 0585d4c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ Following is the supported API format for specifying connection tracking:
tcpFlags: settings for handling TCP flags
fieldName: name of the field containing TCP flags
detectEndConnection: detect end connections by FIN_ACK flag
correctDirection: swap source and destination when the first flowlog contains the SYN_ACK flag
swapAB: swap source and destination when the first flowlog contains the SYN_ACK flag
</pre>
## Time-based Filters API
Following is the supported API format for specifying metrics time-based filters:
Expand Down
8 changes: 8 additions & 0 deletions docs/operational-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ Each table below provides documentation for an exported flowlogs-pipeline operat
| **Labels** | type |


### conntrack_tcp_flags
| **Name** | conntrack_tcp_flags |
|:---|:---|
| **Description** | The total number of actions taken based on TCP flags. |
| **Type** | counter |
| **Labels** | action |


### encode_prom_errors
| **Name** | encode_prom_errors |
|:---|:---|
Expand Down

0 comments on commit 0585d4c

Please sign in to comment.