Renames and code reorg to prepare for release #56
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR is open for discussion on the potential renaming of types. Drops use of the "Agent" terminology. Some of these are internal types or rarely used by consumers in common scenarios.
IAgent
becomesIInstrumentationLifetime
.IAgent
implementations (internal) renamed accordingly.AgentBuilder
becomesElasticOpenTelemetryBuilder
AgentBuilderOptions
becomesElasticOpenTelemetryOptions
AgentCompositeLogger
becomesCompositeLogger
Agent
becomesVersionHelper
as it's now only responsible for that. It's not a great name, but it's an internal type anyway.Open for discussion:
We could simplify the
IElasticOpenTelemetry
interface further, name itIElasticDistro
, and fully adopt the notion of being a distro.