You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -67,7 +67,7 @@ This is for the latest Chronos version **5.1 release and later**.
67
67
- Stable release: 5.1.0
68
68
- LTS release: 5.0.1
69
69
70
-
### 1. Pre-Installation
70
+
### Pre-Installation
71
71
Make sure you're running version 12.18.3 of <ahref="#"><imgsrc="./app/assets/node-logo-color.png"alt="Node"title="Node"align="center"height="20" /></a></a>, which is the most recent LTS (long-term support) version.
72
72
73
73
If you need to roll back from <ahref="#"><imgsrc="./app/assets/node-logo-color.png"alt="Node"title="Node"align="center"height="20" /></a> 14.9.0, make sure to run
@@ -79,14 +79,14 @@ If you're installing Chronos into a microservices application, and you have diff
79
79
in each microservices folder **after you roll back to version 12.18.3.**
80
80
<br>
81
81
82
-
### 2. Install Dependencies
82
+
### Install Dependencies
83
83
84
84
To use Chronos in your existing application, download and install the following in the **root directory** of _each of your microservice applications_:
85
85
```
86
86
npm install chronos-tracker
87
87
```
88
88
89
-
### 3. Configure Chronos
89
+
### Configure Chronos
90
90
91
91
Similarly, in the **root directory** of _each of your microservice applications_, create a `chronos-config.js` file with properties listed below:
92
92
@@ -125,7 +125,7 @@ The `notifications` property is optional. Jump to the section below, [Notificati
125
125
<br>
126
126
<br>
127
127
128
-
### 4. Initialize Chronos
128
+
### Initialize Chronos
129
129
130
130
Wherever you create an instance of your server (see example below),
131
131
@@ -147,10 +147,10 @@ chronos.propagate();
147
147
app.use('/', chronos.track());
148
148
```
149
149
150
-
You should be good to go! The last step, Step #5, is **only applicable** if you need to configure <ahref="#"><imgsrc="./app/assets/docker-logo-color.png"alt="Docker"title="Docker"align="center"height="20" /></a> for your application.
150
+
You should be good to go! The last step, **Docker Configuration**, is **only applicable** if you need to configure <ahref="#"><imgsrc="./app/assets/docker-logo-color.png"alt="Docker"title="Docker"align="center"height="20" /></a> for your application.
151
151
<br>
152
152
153
-
### 5. Docker Configuration
153
+
### Docker Configuration
154
154
155
155
Again, this step is **only applicable** if you are currently using <ahref="#"><imgsrc="./app/assets/docker-logo-color.png"alt="Docker"title="Docker"align="center"height="20" /></a> containers for your microservices.
0 commit comments