From 12e82b40858f6ec79a4f8b8e4bde9ca3d9c8c9dc Mon Sep 17 00:00:00 2001 From: Henry Arend Date: Fri, 23 May 2025 15:01:00 -0400 Subject: [PATCH] feat(cloudflare): update docs --- docs/flags.md | 2 +- docs/monitoring/metrics.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/flags.md b/docs/flags.md index 867031aaf..4c997158b 100644 --- a/docs/flags.md +++ b/docs/flags.md @@ -92,7 +92,7 @@ | `--[no-]cloudflare-proxied` | When using the Cloudflare provider, specify if the proxy mode must be enabled (default: disabled) | | `--[no-]cloudflare-custom-hostnames` | When using the Cloudflare provider, specify if the Custom Hostnames feature will be used. Requires "Cloudflare for SaaS" enabled. (default: disabled) | | `--cloudflare-custom-hostnames-min-tls-version=1.0` | When using the Cloudflare provider with the Custom Hostnames, specify which Minimum TLS Version will be used by default. (default: 1.0, options: 1.0, 1.1, 1.2, 1.3) | -| `--cloudflare-custom-hostnames-certificate-authority=google` | When using the Cloudflare provider with the Custom Hostnames, specify which Cerrtificate Authority will be used by default. (default: google, options: google, ssl_com, lets_encrypt) | +| `--cloudflare-custom-hostnames-certificate-authority=CLOUDFLARE-CUSTOM-HOSTNAMES-CERTIFICATE-AUTHORITY` | When using the Cloudflare provider with the Custom Hostnames, optionally specify which Certificate Authority will be used. (optional, options: google, ssl_com, lets_encrypt) | | `--cloudflare-dns-records-per-page=100` | When using the Cloudflare provider, specify how many DNS records listed per page, max possible 5,000 (default: 100) | | `--cloudflare-region-key=CLOUDFLARE-REGION-KEY` | When using the Cloudflare provider, specify the region (default: earth) | | `--cloudflare-record-comment=""` | When using the Cloudflare provider, specify the comment for the DNS records (default: '') | diff --git a/docs/monitoring/metrics.md b/docs/monitoring/metrics.md index ae4752913..8d73b202a 100644 --- a/docs/monitoring/metrics.md +++ b/docs/monitoring/metrics.md @@ -80,6 +80,8 @@ curl https://localhost:7979/metrics | http_request_duration_seconds | | process_cpu_seconds_total | | process_max_fds | +| process_network_receive_bytes_total | +| process_network_transmit_bytes_total | | process_open_fds | | process_resident_memory_bytes | | process_start_time_seconds |