You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've closed #438 with the decision that we are largely comfortable with the Configurator API at the moment; and rather than spending more energy smoothing out the remaining rough edges we will update our documentation.
Specifically we want to ensure that people use ENV variables whenever possible; they are the happy path and well-documented upstream in the API.
The text was updated successfully, but these errors were encountered:
This PR updates our documentation in a few ways:
- Replaces some outdated configuration examples referencing a tracer factory
- Cleans up a reference to a non-existent LMDB example
- Sets the console span exporter for all current instrumentation examples
- Updates docs to reflect how to configure things via the environment whenever possible or reasonable.
Note that this means our examples may not flush to the console since the
BatchSpanProcessor is selected by default. I think this is okay,
honestly, but if it comes up we could figure out a way to select the
SimpleSpanProcessor (as some examples were doing) via the environment.
Fixesopen-telemetry#872
…874)
This PR updates our documentation in a few ways:
- Replaces some outdated configuration examples referencing a tracer factory
- Cleans up a reference to a non-existent LMDB example
- Sets the console span exporter for all current instrumentation examples
- Updates docs to reflect how to configure things via the environment whenever possible or reasonable.
Note that this means our examples may not flush to the console since the
BatchSpanProcessor is selected by default. I think this is okay,
honestly, but if it comes up we could figure out a way to select the
SimpleSpanProcessor (as some examples were doing) via the environment.
Fixes#872
Co-authored-by: Francis Bogsanyi <[email protected]>
We've closed #438 with the decision that we are largely comfortable with the Configurator API at the moment; and rather than spending more energy smoothing out the remaining rough edges we will update our documentation.
Specifically we want to ensure that people use ENV variables whenever possible; they are the happy path and well-documented upstream in the API.
The text was updated successfully, but these errors were encountered: