-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #619 from tursodatabase/lucio/docs-client-versions
docs: Move docs to root and add `client_version_metrics.md`
- Loading branch information
Showing
14 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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