You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Adds Proto.Actor meter to the MeterProviderBuilder
26
+
/// Adds Proto.Actor metrics to the <see cref="MeterProviderBuilder"/>
21
27
/// </summary>
22
28
/// <param name="builder"></param>
23
29
/// <param name="useRecommendedHistogramBoundaries">If true, views will be added for histogram metrics to specify recommended histogram boundaries.</param>
@@ -59,10 +65,14 @@ public static MeterProviderBuilder AddProtoActorInstrumentation(this MeterProvid
/// <param name="actorId">Unique actor identifier</param>
36
+
/// <param name="inclusiveToIndex">Index stored along the snapshot has to be <= to the value in this parameter for the snapshot to be deleted</param>
/// Writes an event to event stream of particular actor
58
+
/// </summary>
59
+
/// <param name="actorId">Unique actor identifier</param>
60
+
/// <param name="index">Expected index this event should be written at. This can be used for optimistic concurrency, although most providers don't do that</param>
61
+
/// <param name="event">Event to be written</param>
0 commit comments