-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4bd425c
commit 245aad6
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
### Adds Fleet Awareness Plugin | ||
|
||
Adds a new plugin that reports telemetry to Apollo on the configuration and deployment of the Router. Initially only | ||
reports, memory and CPU usage but will be expanded to cover other non-intrusive measures in future. 🚀 | ||
|
||
As part of the above PluginPrivate has been extended with a new `activate` hook which is guaranteed to be called once | ||
the OTEL meter has been refreshed. This ensures that code, particularly that concerned with gauges, will survive a hot | ||
reload of the router. | ||
|
||
By [@jonathanrainer](https://github.com/jonathanrainer), [@nmoutschen](https://github.com/nmoutschen), [@loshz](https://github.com/loshz) | ||
in https://github.com/apollographql/router/pull/6151 |