agera-edc / DataSpaceConnector

DataspaceConnector project
Apache License 2.0
1 stars 0 forks source link

Metrics - OpenTelemetry Metrics - Cosmos DB #52

Closed algattik closed 2 years ago

algattik commented 2 years ago

Depends on agera-edc/DataSpaceConnector#35 (Metrics - Micrometer instrumentation and bindings)

The OpenTelemetry Metrics API has just been made stable and is the way forward for portable application metrics bindings. (The OpenTelemetry Metrics SDK, in contrast, is still in alpha, which is why we won't use it currently, and use Micrometer instead).

We will use the Cosmos DB persistence layer as a first showcase for custom metrics implementation.

algattik commented 2 years ago

We've determined that the App Insights agent already collects these on Azure, thus the scope is not needed. Closing