jet / dotnet-templates

Example app and service templates `dotnet new -i Equinox.Templates; dotnet new eqx*/pro*` https://github.com/jet/equinox https://github.com/jet/FsCodec
https://github.com/jet/propulsion
Apache License 2.0
64 stars 16 forks source link

Lag Reporting Frequency of Cosmos consumers to 1 min #95

Closed ragiano215 closed 3 years ago

ragiano215 commented 3 years ago

Change to default the change feed lag report frequency to 1 min from None. The latter caused both the logging and the emission of the Prometheus metric to not occur. It was deemed that 1 min shouldn't be too costly a default to use.

bartelink commented 3 years ago

Thanks for the contribution, much appreciated!