Skip to content

Commit

Permalink
chore: added log line with proto message
Browse files Browse the repository at this point in the history
  • Loading branch information
jmichalek132 committed Nov 12, 2024
1 parent 9415ebe commit 5747e4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exporter/prometheusremotewriteexporter/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ func newPRWExporter(cfg *Config, set exporter.Settings) (*prwExporter, error) {
batchTimeSeriesState: newBatchTimeSericesState(),
}

prwe.settings.Logger.Info("Running with prometheus remote write proto message", zap.Any("ProtoMsg", cfg.RemoteWriteProtoMsg))

prwe.wal = newWAL(cfg.WAL, prwe.export)
return prwe, nil
}
Expand Down

0 comments on commit 5747e4a

Please sign in to comment.