-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
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
[EXAMPLES] Periodic exporter interval default value is inconsistent. #108
Comments
Good find.
While examples are free to use anything, I think its helpful for us to have consistent patterns we follow. The |
The examples reads as:
Per the spec:
the default value for
interval
is 60000.The problem here is not so much the values used (examples are free to use anything), but the fact that this setup is invalid, at least for opentelemetry-cpp:
timeout
<interval
Since every other numerical value provided in examples seem to match defaults, please consider to use the default (60000) for
interval
, to avoid confusion.Currently:
Files
anchors.yaml
andkitchen-sink.yaml
use 5000 instead.The text was updated successfully, but these errors were encountered: