Skip to content

Commit

Permalink
Remove erroneous period in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bryn committed May 7, 2024
1 parent 6c4d7f2 commit 7718a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ By [@Geal](https://github.com/Geal) in https://github.com/apollographql/router/p

### Add support of custom events defined by YAML for telemetry ([Issue #4320](https://github.com/apollographql/router/issues/4320))

Users can now [configure telemetry events via YAML](https://www.apollographql.com/docs/router/configuration/telemetry/instrumentation/events/).
Users can now [configure telemetry events via YAML](https://www.apollographql.com/docs/router/configuration/telemetry/instrumentation/events/)
to log that something has happened (e.g. a request had errors of a particular type) without reaching for Rhai or a custom plugin.

Events may be triggered on conditions and can include information in the request/response pipeline as attributes.
Expand Down

0 comments on commit 7718a08

Please sign in to comment.