The Etag does not change when changing the configuration. For example, set the sample rate to 0.1, and query the endpoint. Now set the sample rate to 0.2 and query again. The Etag is the same.
Similarly, when providing the Etag in a If-None-Match header, the server responds with 304 Not Modified when updating the configuration as opposed to responding with a 200.
The Etag does not change when changing the configuration. For example, set the sample rate to 0.1, and query the endpoint. Now set the sample rate to 0.2 and query again. The Etag is the same.
Similarly, when providing the Etag in a
If-None-Matchheader, the server responds with304 Not Modifiedwhen updating the configuration as opposed to responding with a 200.