The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
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.
 
 
 
 
 
 
grafana/pkg/util
Mustafa Sencer Özcan 4ba378603d
feat(unified-storage): round robin queue and scheduler package (#105544)
7 months ago
..
cmd Packaging: Added deprecation warnings when running `grafana-cli` or `grafana-server`; the `grafana` command should be used instead. (#66976) 3 years ago
cmputil Chore: use any rather than interface{} (#74066) 2 years ago
debouncer fix(util): flaky debouncer test (#105541) 7 months ago
errhttp wire up the ui to the new search api (#97866) 1 year ago
httpclient Replace usage of http.DefaultClient and http.DefaultTransport (#104135) 7 months ago
osutil Settings: Fix data race when dynamically overriding settings with environment variables (#81667) 2 years ago
proxyutil Authlib: Use types package rather than claims (#99243) 11 months ago
retryer Database: Don't sleep 10ms before every request (#64832) 3 years ago
ring Unified Storage: added pkg/util/ring package to handle queueing of notifications (#84657) 2 years ago
scheduler feat(unified-storage): round robin queue and scheduler package (#105544) 7 months ago
testutil fix: testutil blocking PR checks from passing (#101527) 10 months ago
ticker Alerting: Extract ticker into shared package (#55703) 3 years ago
xorm Remove support for Google Spanner database. (#105846) 7 months ago
contextutil.go Chore: Replace go-multierror with errors package (#66432) 3 years ago
contextutil_test.go Chore: Add context util that allow to provide cause of cancellation (#53918) 3 years ago
encoding.go Utils: Reimplement util.GetRandomString to avoid modulo bias (#64481) 3 years ago
encoding_test.go Utils: Reimplement util.GetRandomString to avoid modulo bias (#64481) 3 years ago
encryption.go Chore: update workspace (#102759) 9 months ago
encryption_test.go
filepath.go Plugins: Always load decoupled frontend assets from builds (#81873) 2 years ago
filepath_test.go Plugins: Make file system path handling in tests OS agnostic (#79651) 2 years ago
ip_address.go Chore: Remove Wrapf (#50128) 4 years ago
ip_address_test.go
json.go Auth: Replace jmespath/go-jmespath with jmespath-community/go-jmespath (#94203) 1 year ago
json_test.go Auth: Replace jmespath/go-jmespath with jmespath-community/go-jmespath (#94203) 1 year ago
md5.go
md5_test.go
pointer.go Chore: Remove xorcare/pointer dependency (#63900) 3 years ago
reverse.go Nested Folders: Add tests for store methods (#57662) 3 years ago
reverse_test.go Nested Folders: Add tests for store methods (#57662) 3 years ago
shortid_generator.go Repurpose wrong datasource UID feature flag (#89363) 2 years ago
shortid_generator_race_test.go Hackaton: Add more unit tests, take 4 (#101704) 9 months ago
shortid_generator_test.go Live: Update centrifuge and remove unreleased "gitops" (#102256) 9 months ago
split_email.go
split_email_test.go
strings.go CI: Bump golangci-lint to 2.0.2 (#103572) 8 months ago
strings_test.go Util: Support parsing and splitting strings enclosed in quotes in util.SplitString (#85735) 2 years ago
svg.go CI: Bump golangci-lint to 2.0.2 (#103572) 8 months ago
svg_test.go CI: Bump golangci-lint to 2.0.2 (#103572) 8 months ago
tls.go chore(perf): Pre-allocate where possible (enable prealloc linter) (#88952) 2 years ago
tls_test.go HTTP: Add TLS version configurability for Grafana server (#67482) 3 years ago
uri_sanitize.go Chore: Remove sensitive information from presigned URLs prior to logging (#87035) 1 year ago
uri_sanitize_test.go Chore: Remove sensitive information from presigned URLs prior to logging (#87035) 1 year ago
url.go
url_test.go
validation.go
validation_test.go