Skip to content

Commit

Permalink
Fix Docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
simek-m committed Dec 16, 2024
1 parent dbfbc00 commit 6362c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/solarwindsextension/internal/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
"go.opentelemetry.io/collector/exporter/otlpexporter"
)

// Config represents a Solarwinds Exporter configuration.
// Config represents a Solarwinds Extension configuration.
type Config struct {
// DataCenter ID (e.g. na-01).
DataCenter string `mapstructure:"data_center"`
Expand Down

0 comments on commit 6362c9e

Please sign in to comment.