Skip to content

Commit

Permalink
Update exporter/coralogixexporter/config.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Helmuth <[email protected]>
  • Loading branch information
povilasv and TylerHelmuth committed Apr 11, 2023
1 parent 567b2a5 commit 50320d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/coralogixexporter/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func (c *Config) Validate() error {
isEmpty(c.Traces.Endpoint) &&
isEmpty(c.Metrics.Endpoint) &&
isEmpty(c.Logs.Endpoint) {
return fmt.Errorf("`domain` or `traces.endpoint` or `metrics.endpoint` or `logs.endpoint` not specified, please fix the configuration file")
return fmt.Errorf("`domain` or `traces.endpoint` or `metrics.endpoint` or `logs.endpoint` not specified, please fix the configuration")
}
if c.PrivateKey == "" {
return fmt.Errorf("`privateKey` not specified, please fix the configuration file")
Expand Down

0 comments on commit 50320d4

Please sign in to comment.