Skip to content

Commit 753a5e9

Browse files
committed
updated readme files
1 parent 5ccf56d commit 753a5e9

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

examples/symfony-app-datadog/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# Symfony demo app for New Relic
1+
# Symfony demo app for Datadog
22

33
This Demo is to show how PHP SDK can be used in a Symfony application for a Docker environment with monitoring tools enabled.
44

5-
For now, we configured the docker environment for Datadog and New Relic.
5+
For now, we configured the docker environment for Datadog.
66

77
## Requirements
88

99
- PHP at least 8.1
1010
- Symfony 6
1111
- Docker
12-
- Registration in New Relic/Datadog
12+
- Registration in Datadog
1313

1414
## Installation
1515

1616
1. Clone/Download the example folder.
17-
2. Navigate to the path `symfony-app/`.
17+
2. Navigate to the path `symfony-app-datadog/`.
1818

1919
## Using the Symfony Demo app in a Docker Environment
2020

@@ -37,6 +37,6 @@ For now, we configured the docker environment for Datadog and New Relic.
3737
1. Navigate to [http://localhost:8080/products](http://localhost:8080/products) or [http://localhost:8080/categories](http://localhost:8080/categories)
3838
2. The result would be an array objects containing products or categories.
3939
3. If it's not make sure that in Merchant Center in the project key selected (see the environment variable for the client credentials in the point 3 of the Installation section), there would be some data for products and categories.
40-
4. Go in the New Relic/Datadog UI to see the monitoring of the API calls.
40+
4. Go in the Datadog UI to see the monitoring of the API calls.
4141

4242
The docker configuration files will be found in the `docker/php` folder and the `docker-compose.yml` in the `symfony-app/` folder so they can be used in your application.
File renamed without changes.

examples/symfony-app-newrelic/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
This Demo is to show how PHP SDK can be used in a Symfony application for a Docker environment with monitoring tools enabled.
44

5-
For now, we configured the docker environment for Datadog and New Relic.
5+
For now, we configured the docker environment for New Relic.
66

77
## Requirements
88

99
- PHP at least 8.1
1010
- Symfony 6
1111
- Docker
12-
- Registration in New Relic/Datadog
12+
- Registration in New Relic
1313

1414
## Installation
1515

1616
1. Clone/Download the example folder.
17-
2. Navigate to the path `symfony-app/`.
17+
2. Navigate to the path `symfony-app-newrelic/`.
1818

1919
## Using the Symfony Demo app in a Docker Environment
2020

@@ -37,6 +37,6 @@ For now, we configured the docker environment for Datadog and New Relic.
3737
1. Navigate to [http://localhost:8080/products](http://localhost:8080/products) or [http://localhost:8080/categories](http://localhost:8080/categories)
3838
2. The result would be an array objects containing products or categories.
3939
3. If it's not make sure that in Merchant Center in the project key selected (see the environment variable for the client credentials in the point 3 of the Installation section), there would be some data for products and categories.
40-
4. Go in the New Relic/Datadog UI to see the monitoring of the API calls.
40+
4. Go in the New Relic UI to see the monitoring of the API calls.
4141

4242
The docker configuration files will be found in the `docker/php` folder and the `docker-compose.yml` in the `symfony-app/` folder so they can be used in your application.
File renamed without changes.

0 commit comments

Comments
 (0)