Skip to content

Commit

Permalink
Add caveats
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed May 5, 2019
1 parent 243531e commit 5f17311
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Equinox.Cosmos/Cosmos.fs
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ module Log =
let (|EventLen|) (x: #Equinox.Codec.IEvent<_>) = let (BlobLen bytes), (BlobLen metaBytes) = x.Data, x.Meta in bytes+metaBytes
let (|BatchLen|) = Seq.sumBy (|EventLen|)

/// NB Caveat emptor; this is subject to unlimited change without the major version changing - while the `dotnet-templates` repo will be kept in step, and
/// the ChangeLog will mention changes, it's critical to not assume that the presence or nature of these helpers be considered stable
module InternalMetrics =

module RuCounters =
Expand Down

0 comments on commit 5f17311

Please sign in to comment.