Skip to content
This repository was archived by the owner on Apr 28, 2022. It is now read-only.

Enrich the ways one can configure Jaeger with ASP.Net's IConfiguration #110

Merged
merged 3 commits into from
Dec 11, 2018

Conversation

mihaipopescu
Copy link
Contributor

Which problem is this PR solving?

  • Have multiple ways in which Jaeger can be easily configured, not only through Environment Variables.

Short description of the changes

  • Sometimes it's very useful to use other configuration providers and IConfiguration offers this possibility.

see https://docs.microsoft.com/en-us/aspnet/core/fundamentals/configuration/?view=aspnetcore-2.1

Sometimes it's very useful to use other configuration providers and
IConfiguration offers this possibility.

see https://docs.microsoft.com/en-us/aspnet/core/fundamentals/configuration/?view=aspnetcore-2.1

Signed-off-by: Mihai Popescu <mihai@unity3d.com>
@mihaipopescu
Copy link
Contributor Author

If the direction is accepted, I think some documentation changes will be nice to add as well.

@Falco20019 Falco20019 added the enhancement New feature or request label Oct 19, 2018
@Falco20019 Falco20019 added this to the v0.3.0 milestone Oct 19, 2018
@paulomorgado
Copy link

ASP.NET Core uses Microsoft.Extensions.Configuration.* but it can be used by any application running on any runtime that supports the .NET Standard being used.

It can be used in .NET Framework Console applications or ASP.NET WebForms applications.

@thzinc
Copy link

thzinc commented Nov 13, 2018

I prefer this solution over the compromise I proposed in #108. 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants