Skip to content

Commit

Permalink
Add new configuration to doc tables
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Nov 15, 2024
1 parent 3510f0c commit ceb560b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/sdk/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Target-specific properties are prioritized. E.g. `otel.exporter.otlp.metrics.end

### Prometheus exporter

The exporter launches an HTTP server which responds to the HTTP requests with Prometheus metrics in the appropriate format.
The exporter launches an HTTP server which responds to the HTTP requests with Prometheus metrics in the appropriate format.

| System property | Environment variable | Description |
|----------------------------------------------|-------------------------------------------------------|------------------------------------------------------------------------------------------|
Expand All @@ -116,6 +116,7 @@ The exporter launches an HTTP server which responds to the HTTP requests with Pr
| otel.exporter.prometheus.without.type.suffix | OTEL\\_EXPORTER\\_PROMETHEUS\_WITHOUT\\_TYPE\\_SUFFIX | If metrics are produced without a type suffix. Default is `false`. |
| otel.exporter.prometheus.without.scope.info | OTEL\\_EXPORTER\\_PROMETHEUS\_WITHOUT\\_SCOPE\\_INFO | If metrics are produced without a scope info metric or scope labels. Default is `false`. |
| otel.exporter.prometheus.without.target.info | OTEL\\_EXPORTER\\_PROMETHEUS\_WITHOUT\\_TARGET\\_INFO | If metrics are produced without a target info metric. Default is `false`. |
| otel.exporter.prometheus.shutdown.timeout | OTEL\\_EXPORTER\\_PROMETHEUS\_SHUTDOWN\\_TIMEOUT | The time to wait for provider to do any cleanup required. Default is `10 seconds`. |

### Period metric reader

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ object PrometheusMetricExporterAutoConfigure {
* | otel.exporter.prometheus.without.type.suffix | OTEL_EXPORTER_PROMETHEUS_WITHOUT_TYPE_SUFFIX | If metrics are produced without a type suffix. Default is `false`. |
* | otel.exporter.prometheus.without.scope.info | OTEL_EXPORTER_PROMETHEUS_WITHOUT_SCOPE_INFO | If metrics are produced without a scope info metric or scope labels. Default is `false`. |
* | otel.exporter.prometheus.without.target.info | OTEL_EXPORTER_PROMETHEUS_WITHOUT_TARGET_INFO | If metrics are produced without a target info metric. Default is `false`. |
* | otel.exporter.prometheus.shutdown.timeout | OTEL_EXPORTER_PROMETHEUS_SHUTDOWN_TIMEOUT | The time to wait for provider to do any cleanup required. Default is `10 seconds`. |
* }}}
*
* @see
Expand Down

0 comments on commit ceb560b

Please sign in to comment.