Open
Description
From the docs at https://tempo-db.com/docs/api/series/
"Valid characters for the series key are all UTF-8 characters, except for the control characters (0x00-0x0F,0x7F)."
But the regex is more limited:
https://github.com/tempodb/tempodb-python/blob/master/tempodb/client.py#L24
Would expect this to successfully create a series:
s = client.create_series('São Paulo')
Metadata
Metadata
Assignees
Labels
No labels