prometheus/storage/remote
Bryan Boreham 8065bef172 Move metric type definitions to common/model
They are used in multiple repos, so common is a better place for them.
Several packages now don't depend on `model/textparse`, e.g.
`storage/remote`.

Also remove `metadata` struct from `api.go`, since it was identical to
a struct in the `metadata` package.

Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
2023-12-19 18:56:54 +00:00
..
azuread
otlptranslator
chunked.go
chunked_test.go
client.go
client_test.go
codec.go Move metric type definitions to common/model 2023-12-19 18:56:54 +00:00
codec_test.go Move metric type definitions to common/model 2023-12-19 18:56:54 +00:00
ewma.go
intern.go
intern_test.go
max_timestamp.go
metadata_watcher.go
metadata_watcher_test.go Move metric type definitions to common/model 2023-12-19 18:56:54 +00:00
queue_manager.go
queue_manager_test.go Move metric type definitions to common/model 2023-12-19 18:56:54 +00:00
read.go
read_handler.go
read_handler_test.go
read_test.go
storage.go
storage_test.go
write.go Append Created Timestamps (#12733) 2023-12-11 08:43:42 +00:00
write_handler.go
write_handler_test.go Append Created Timestamps (#12733) 2023-12-11 08:43:42 +00:00
write_test.go