Skip to content

Commit

Permalink
Remove the configuration for Geneva Metrics exporter (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan authored Dec 13, 2023
1 parent d8022f4 commit 65e68b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions exporters/geneva/example/example_metrics.cc
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ void initMetrics(const std::string &name, const std::string &account_name) {

// Initialize and set the global MeterProvider
metric_sdk::PeriodicExportingMetricReaderOptions reader_options;
reader_options.export_interval_millis = std::chrono::milliseconds(1000);
reader_options.export_timeout_millis = std::chrono::milliseconds(500);
std::unique_ptr<metric_sdk::MetricReader> reader{
new metric_sdk::PeriodicExportingMetricReader(std::move(exporter),
reader_options)};
Expand Down

0 comments on commit 65e68b5

Please sign in to comment.