Skip to content

Commit

Permalink
configurable integration's temporal directory (#1793)
Browse files Browse the repository at this point in the history
  • Loading branch information
nijugeorge173 authored Jan 31, 2024
1 parent 5b5dbcc commit eb50a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@ type Config struct {

// this is the default "persister" folder that the SDK uses. right now we don't allow configuration but we could at some point
// send this to the integrations for them to use for persisting data.
DefaultIntegrationsTempDir string
DefaultIntegrationsTempDir string `yaml:"default_integrations_temp_dir" envconfig:"default_integrations_temp_dir"`

Check failure on line 1199 in pkg/config/config.go

View workflow job for this annotation

GitHub Actions / linter-linux / Run Linter

tag is not aligned , should be: envconfig:"default_integrations_temp_dir" yaml:"default_integrations_temp_dir" (tagalign)

Check failure on line 1199 in pkg/config/config.go

View workflow job for this annotation

GitHub Actions / linter-macos / Lint tests

tag is not aligned , should be: envconfig:"default_integrations_temp_dir" yaml:"default_integrations_temp_dir" (tagalign)

Check failure on line 1199 in pkg/config/config.go

View workflow job for this annotation

GitHub Actions / linter-windows / Lint tests

tag is not aligned , should be: envconfig:"default_integrations_temp_dir" yaml:"default_integrations_temp_dir" (tagalign)

// EnableProcessMetrics enables/disables process metrics, it does not enforce when not set.
// Default: empty
Expand Down

0 comments on commit eb50a92

Please sign in to comment.