Skip to content
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

Prefix Variable Substitution #19

Open
VasuBalakrishnan opened this issue Mar 4, 2015 · 0 comments
Open

Prefix Variable Substitution #19

VasuBalakrishnan opened this issue Mar 4, 2015 · 0 comments

Comments

@VasuBalakrishnan
Copy link

Can we add variable substitution for prefixKey (very similar to NLog Layout Renderer)? This would be helpful if you're deploying services to multiple machines and would want to keep the config files same.

As an example:

<graphite xmlns="http://github.com/peschuster/Graphite/Configuration">
    <!--<graphite address="127.0.0.1" port="2003" transport="Tcp" />-->
    <statsd address="127.0.0.1" port="8125" prefixKey="${appsetting:env}.${machinename}.services" />
</graphite>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants