We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello Team,
Invalid configuration in sample of harbor.yml for OTEL timeout: 10s, it has to only "10" without "s".
Error: [ERROR] [/pkg/config/manager.go:66]: LoadSystemConfigFromEnv failed, config item, key: trace_otel_timeout, err: invalid int string: 10s
Thank You, Ayush
The text was updated successfully, but these errors were encountered:
Thanks, it seems the incorrect sample configuration for otel, the value should be int type and the backend unit is seconds, will update it.
Sorry, something went wrong.
chlins
Successfully merging a pull request may close this issue.
Hello Team,
Invalid configuration in sample of harbor.yml for OTEL
timeout: 10s, it has to only "10" without "s".
Error: [ERROR] [/pkg/config/manager.go:66]: LoadSystemConfigFromEnv failed, config item, key: trace_otel_timeout, err: invalid int string: 10s
Thank You,
Ayush
The text was updated successfully, but these errors were encountered: