Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Network-Mapper documentation with TCP sniffing count telemetry #239

Merged
merged 1 commit into from
May 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/overview/otterize-oss/usage-telemetry.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ The information reported by Otterize OSS is defined in the [GraphQL schema of th
| `INTENTS_DISCOVERED` | How many intents were discovered by the network mapper. |
| `INTENTS_DISCOVERED_SOCKET_SCAN` | How many intents were discovered by the network watcher ("sniffer") via scanning for open sockets. |
| `INTENTS_DISCOVERED_CAPTURE` | How many intents were discovered by the network watcher ("sniffer") via reading DNS query responses. |
| `INTENTS_DISCOVERED_TCP` | How many intents were discovered by the network watcher ("sniffer") via reading TCP-SYN packets. |
| `INTENTS_DISCOVERED_KAFKA` | How many intents were discovered by the Kafka watcher. |
| `INTENTS_DISCOVERED_ISTIO` | How many intents were discovered by the Istio watcher. |
| `MAPPER_EXPORT ` | How many intents from the network mapper were exported by the CLI: `otterize mapper export...`. |
Expand All @@ -43,7 +44,7 @@ The information reported by Otterize OSS is defined in the [GraphQL schema of th
| `ISTIO_POLICIES_CREATED` | How many Istio authorization policies were created by the intents operator. |
| `ISTIO_POLICIES_DELETED` | How many Istio authorization policies were deleted by the intents operator. |
| `STARTED` | The operator was started. |
| `ACTIVE` | Sent periodically to indicate that the component is still running. |
| `ACTIVE` | Sent periodically to indicate that the component is still running. |
| `SERVICE_DISCOVERED` | How many services were discovered by the network mapper. |
| `NAMESPACE_DISCOVERED` | How many namespaces were discovered by the network mapper. |
| `PROTECTED_SERVICE_APPLIED` | How many protected services were applied. |
Expand Down
Loading