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

Fix Laravel service name reading from env variable #118

Merged
merged 2 commits into from
Nov 15, 2018
Merged

Fix Laravel service name reading from env variable #118

merged 2 commits into from
Nov 15, 2018

Conversation

Sh4d1
Copy link
Contributor

@Sh4d1 Sh4d1 commented Nov 13, 2018

Using $_ENV does not seem to work, using getenv works better.

Signed-off-by: Patrik Cyvoct pcyvoct@assessfirst.com

Signed-off-by: Patrik Cyvoct <pcyvoct@assessfirst.com>
@Sh4d1
Copy link
Contributor Author

Sh4d1 commented Nov 15, 2018

@labbati could this be added to the 0.3 ?

|-----------------------|--------------------|-----------------------------------------|
| `DD_AGENT_HOST` | `localhost` | The agent host name |
| `DD_TRACE_AGENT_PORT` | `8126` | The trace agent port number |
| `ddtrace_app_name` | `framework's name` | The service name (Laravel and Symphony) |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are still having a conversation about how to name the variable, please remove from here for now, while we are still supporting it in the code

@labbati
Copy link
Member

labbati commented Nov 15, 2018

Please remove that line gtom the main table as that will change almost for sure, our changes will be backward compatible, thugh.

@Sh4d1
Copy link
Contributor Author

Sh4d1 commented Nov 15, 2018

@labbati done 👍

@labbati labbati added the 🎉 new-integration A new integration label Nov 15, 2018
@labbati labbati added this to the 0.3.0 milestone Nov 15, 2018
Signed-off-by: Patrik Cyvoct <pcyvoct@assessfirst.com>
@labbati
Copy link
Member

labbati commented Nov 15, 2018

Thanks @Sh4d1 , merging the PR

@labbati labbati changed the title Fix laravel service name Fix Laravel service name reading from env variable Nov 15, 2018
@labbati labbati merged commit 445134c into DataDog:master Nov 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎉 new-integration A new integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants