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
OpenTelemetry Memcached instrumentation allows user to automatically collect trace data from queries made by the client and export them to the backend of choice. This example does not showcase export functionality, but there are numerous other examples doing that: [`express`](../express), [`router`](../router).
4
+
5
+
## Running the Example
6
+
7
+
Created spans are printed out to stdout while running the example.
8
+
9
+
```sh
10
+
npm install # install the dependencies
11
+
npm run docker:start # start memcached server
12
+
npm run start # run the example
13
+
npm run docker:stop # spin down and clean up the docker container
0 commit comments