cap-js / telemetry

CDS plugin providing observability features, incl. automatic OpenTelemetry instrumentation.
https://cap.cloud.sap/docs
Apache License 2.0
8 stars 7 forks source link

no logs with useCache in destination #191

Closed qby-ankul closed 3 months ago

qby-ankul commented 4 months ago

Hi all,

similar to my Issue #109 i added the following properties (see docu) to the package.json:

        "credentials": {...},
        "destinationOptions": {
          "selectionStrategy": "alwaysSubscriber",
          "useCache": true
        },
        "kind": "odata",...

with these properties image

without: image

qby-ankul commented 3 months ago

removed strategy solve the problem.