The Prometheus monitoring system and time series database.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
prometheus/storage/remote
Justin Lei 8ef7dfdeeb
Add a chunk size limit in bytes (#12054)
2 years ago
..
azuread Add Azure AD package for remote write (#11944) 3 years ago
otlptranslator Add OTLP Ingestion endpoint (#12571) 2 years ago
chunked.go (storage): move from github.com/pkg/errors to 'errors' and 'fmt' (#10946) 4 years ago
chunked_test.go Testify: move to require (#8122) 5 years ago
client.go Add Azure AD package for remote write (#11944) 3 years ago
client_test.go remote: Convert to RecoverableError using errors.As (#12103) 3 years ago
codec.go Add OTLP Ingestion endpoint (#12571) 2 years ago
codec_test.go Perform integer/float histogram type checking on conversions, and use a consistent method for determining integer vs float histogram 3 years ago
ewma.go style: Replace `else if` cascades with `switch` 3 years ago
intern.go Move away from testutil, refactor imports (#8087) 5 years ago
intern_test.go Testify: move to require (#8122) 5 years ago
max_timestamp.go Remote: Do not collect non-initialized timestamp metrics (#8060) 5 years ago
metadata_watcher.go (storage): move from github.com/pkg/errors to 'errors' and 'fmt' (#10946) 4 years ago
metadata_watcher_test.go (storage): move from github.com/pkg/errors to 'errors' and 'fmt' (#10946) 4 years ago
queue_manager.go remote-write: add http.resend_count tracing attribute 2 years ago
queue_manager_test.go Perform integer/float histogram type checking on conversions, and use a consistent method for determining integer vs float histogram 3 years ago
read.go labels: simplify call to get Labels from Builder 3 years ago
read_handler.go Replace sort.Slice with faster slices.SortFunc 3 years ago
read_handler_test.go Add a chunk size limit in bytes (#12054) 2 years ago
read_test.go Handle native histograms in remote read 3 years ago
storage.go [tsdb] re-implement WAL watcher to read via a "notification" channel (#11949) 3 years ago
storage_test.go Update package storage/remote tests for new labels.Labels type 3 years ago
write.go Add Azure AD package for remote write (#11944) 3 years ago
write_handler.go Add OTLP Ingestion endpoint (#12571) 2 years ago
write_handler_test.go Merge pull request #11688 from damnever/fix/datamodelvalidation-remotewriteapi 3 years ago
write_test.go Add OTLP Ingestion endpoint (#12571) 2 years ago