-
Notifications
You must be signed in to change notification settings - Fork 19
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
Language appear as Python #6
Comments
@overallduka Could you try config :new_relic,
application_name: System.get_env("NEWRELIC_APP_NAME"),
license_key: System.get_env("NEWRELIC_LICENSE_KEY"),
poll_interval: 60_000,
language: "elixir" |
I've added this language to the config but it failed to send logs to newrelic by throwing this error:
plus, why is it even passing python by default in the first place? :) newrelic.ex/lib/new_relic/agent.ex Line 48 in 2641a9b
|
@mousavian Beсause Python is supported by NewRelic. I guess, you could change it to Ruby or other language that have official support, but not to Elixir still. |
Not big deal but language appear as Python, accordingly picture below:
https://www.dropbox.com/s/8bth7n6y59k95dp/Screenshot%202017-02-12%2013.19.08.png?dl=0
The text was updated successfully, but these errors were encountered: