-
Notifications
You must be signed in to change notification settings - Fork 501
Closed
Labels
good first issueGood for newcomersGood for newcomershelp wantedGood for taking. Extra help will be provided by maintainersGood for taking. Extra help will be provided by maintainerstriage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Description
According to the specs [1] the periodic metric reader should read configuration from environment variables. opentelemetry-cpp does not use these environment variables currently [2]
Lines 16 to 17 in f4897b2
constexpr std::chrono::milliseconds kExportIntervalMillis = std::chrono::milliseconds(60000); | |
constexpr std::chrono::milliseconds kExportTimeOutMillis = std::chrono::milliseconds(30000); |
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedGood for taking. Extra help will be provided by maintainersGood for taking. Extra help will be provided by maintainerstriage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.