Values.ServiceOperationSourceThis structure contains information about an operation discovered by Application Signals. An operation is a specific function performed by a service that was discovered by Application Signals, and is often an API that is called by an upstream dependent.
type nonrec t = {name : OperationName.t option;The name of the operation, discovered by Application Signals.
*)metricReferences : MetricReferences.t option;An array of structures that each contain information about one metric associated with this service operation that was discovered by Application Signals.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of DimensionName.t ])
list ]
list
| `String of Namespace.t ])
list ]
list
| `String of OperationName.t ])
list ]