Skip to content

Commit 24e6c29

Browse files
authored
Fix typo in go_expvar documentation links (#37937)
1 parent bc5971c commit 24e6c29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/en/agent/configuration/network.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ Used for Agent services communicating with each other locally within the host on
214214
| [Agent browser GUI][16] | 5002 | TCP | |
215215
| APM receiver | 8126 | TCP | Includes Tracing and the Profiler. |
216216
| [DogStatsD][18] | 8125 | UDP | Port for DogStatsD unless `dogstatsd_non_local_traffic` is set to true. This port is available on IPv4 localhost: `127.0.0.1`. |
217-
| go_expvar server (APM) | 5012 | TCP | For more information, see [the go_expar integration documentation][15]. |
218-
| go_expvar integration server | 5000 | TCP | For more information, see [the go_expar integration documentation][15]. |
217+
| go_expvar server (APM) | 5012 | TCP | For more information, see [the go_expvar integration documentation][15]. |
218+
| go_expvar integration server | 5000 | TCP | For more information, see [the go_expvar integration documentation][15]. |
219219
| IPC API | 5001 | TCP | Port used for Inter Process Communication (IPC). |
220220
| Process Agent debug | 6062 | TCP | Debug endpoints for the Process Agent. |
221221
| Process Agent runtime | 6162 | TCP | Runtime configuration settings for the Process Agent. |

0 commit comments

Comments
 (0)