Skip to content

Commit

Permalink
Merge pull request #619 from tursodatabase/lucio/docs-client-versions
Browse files Browse the repository at this point in the history
docs: Move docs to root and add `client_version_metrics.md`
  • Loading branch information
LucioFranco authored Nov 14, 2023
2 parents 1386fdd + bb97992 commit 4007860
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 15 additions & 0 deletions docs/client_version_metrics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Client verison metrics

Currently, `sqld` supports clients passing their client version via a
`x-libsql-client-version` header. The value of this header should follow this
pattern:

- Hrana/Remote clients should be `libsql-remote-<language>-<version>`
- Embedded replica clients should be `libsql-rpc-<language>-<version>`


`<language>` should be a reference to the language, for example,
`rust`/`go`/`js`/`python`.

`<version>` should be a reference to either a semver version or a commit sha
(first 6 chars of the sha).
File renamed without changes.
File renamed without changes.
File renamed without changes

0 comments on commit 4007860

Please sign in to comment.