Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
damemi committed Jun 22, 2023
1 parent 40b49c9 commit 41a4fc6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion exporter/collector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,11 @@ Note: These `retry_on_failure` and `sending_queue` are provided (and documented)
Additional configuration for the metric exporter:

- `metric.prefix` (optional): MetricPrefix overrides the prefix / namespace of the Google Cloud metric type identifier. If not set, defaults to "custom.googleapis.com/opencensus/"
- `metric.skip_create_descriptor` (optional): Whether to skip creating the metric descriptor.
- `metric.skip_create_descriptor` (optional): Whether to skip creating the
metric descriptor.
- `metric.wal.directory` (optional): Path to local write-ahead-log file.
- `metric.wal.max_backoff` (optional): Maximum duration to retry entries from
the WAL on network errors.

Addition configuration for the logging exporter:

Expand Down

0 comments on commit 41a4fc6

Please sign in to comment.