Skip to content

Commit

Permalink
Use exporter.Settings, fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
axw committed Jun 12, 2024
1 parent b7c800a commit 99bcb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/elasticsearchexporter/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type elasticsearchExporter struct {

func newExporter(
cfg *Config,
set exporter.CreateSettings,
set exporter.Settings,
index string,
dynamicIndex bool,
) (*elasticsearchExporter, error) {
Expand Down

0 comments on commit 99bcb66

Please sign in to comment.