GithubHelp home page GithubHelp logo

Comments (2)

astormnewrelic avatar astormnewrelic commented on July 19, 2024

@micahhausler Thanks you for the feedback, and that's a great idea. We've got better configuration support on our feature roadmap now.

In the meanwhile, if you're lucky enough to be the one writing you application (as opposed to supporting an application someone else has already written can can't recompile), you do have control over the configuration settings.

If you're creating your configuration with something like this (per the sample application)

cfg := newrelic.NewConfig("Example App", mustGetEnv("NEW_RELIC_LICENSE_KEY"))

Then you can set your own host display name with code that looks like the following

cfg := newrelic.NewConfig("Example App", mustGetEnv("NEW_RELIC_LICENSE_KEY"))
cfg.HostDisplayName = "My Great Name";

Also, here's a link to the configuration struct that has a list of all the field programmers can manually set.

So, while not as neat and tidy as a separate environment variable configuration system, this might be able to get you where you need to be.

We're going to close this issue out for now, but if you have additional feedback please don't hesitate to reopen and/or respond (either here, or via the support ticket_

from go-agent.

purple4reina avatar purple4reina commented on July 19, 2024

Hi @sergeylanzman!

I know you posted this issue a while ago, but we have a proposed solution for you! We're considering some changes for a major version 3.0 release. Part of this would be a change to how we do application configuration. Take a look at the list of proposed changes here #106.

What do you think of these proposals? We'd love to hear your thoughts!

from go-agent.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.