Skip to content

Commit

Permalink
Enumerate services for counters
Browse files Browse the repository at this point in the history
  • Loading branch information
avsej committed Feb 7, 2025
1 parent f44aabb commit 7658e6f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rfc/0084-app-service-level-telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,14 @@ Where
| `sdk_{service}_r_canceled` | Canceled |
| `sdk_{service}_r_total` | Total number of operations. Note that this number might differ from `_count` of the histogram, if the response from the server has never been received. |

The `{service}` is one of the following:
* `kv`
* `query`
* `search`
* `analytics`
* `management`
* `eventing`

* `{agent="couchbase-net-sdk/2.4.5.0 (clr/4.0.30319.42000) (os/Microsoft Windows NT 10.0.16299.0)",node="node1",node_uuid="91442eb8202e0e16bbb59624d9ccdb0a",bucket="travel-sample"}` is a list of the tags. The server is free to strip/transform any tags before relaying to Prometheus collector.

| Label | Description |
Expand Down

0 comments on commit 7658e6f

Please sign in to comment.