Skip to content

Commit

Permalink
Print exporter_metrics_namespace on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
krisleipus committed Oct 31, 2023
1 parent 2cfc92d commit 0d16c7f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,12 @@ impl fmt::Display for ExporterOptions {
&self.exporter_metrics_enabled,
);

output.push('\n');
output.push_str(&format!(
"exporter_metrics_namespace: {}",
self.exporter_metrics_namespace
));

output.push('\n');
output.push_str(&format!(
"exporter_metadata_refresh_interval: {:?}",
Expand Down

0 comments on commit 0d16c7f

Please sign in to comment.