Skip to content

Commit 4a5d612

Browse files
committed
update doc
1 parent 84165f3 commit 4a5d612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONFIGURATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ SolarWindsAPM::Config[:transaction_settings] = [
154154

155155
### OpenTelemetry Metrics Export with Custom Metrics
156156

157-
If user want to export the opentelemetry metrics through opentelemetry otlp protocol, user can do it directly after require `solarwinds_apm`. Since we don't provide the default metrics exporter, user needs to install `opentelemetry-exporter-otlp-metrics`.
157+
If user want to export the opentelemetry metrics through opentelemetry otlp protocol to solarwinds observability, user can do it directly after require `solarwinds_apm`. Since we don't provide the default metrics exporter, user needs to install `opentelemetry-exporter-otlp-metrics`. However, `solarwinds_apm` agent is not responsible to decide when to export. User need to export by themselves (e.g. `OpenTelemetry.meter_provider.metric_readers.each { |reader| reader.pull if reader.respond_to?(:pull) }` or use [PeriodicMetricReader](https://github.com/open-telemetry/opentelemetry-ruby/blob/main/metrics_sdk/lib/opentelemetry/sdk/metrics/export/periodic_metric_reader.rb) to export with desired time interval.
158158

159159
Required setting:
160160

0 commit comments

Comments
 (0)