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
Diego Augusto Molina 5fc580b401
Unified Storage: Testing For Fix Create, Update and Delete wrt Resource Versions (#88568)
12 months ago
..
cmd Packaging: Added deprecation warnings when running `grafana-cli` or `grafana-server`; the `grafana` command should be used instead. (#66976) 2 years ago
cmputil Chore: use any rather than interface{} (#74066) 2 years ago
errutil Errors: Update errutil to be compatible with k8s errors (#87605) 1 year ago
osutil Settings: Fix data race when dynamically overriding settings with environment variables (#81667) 1 year ago
proxyutil Chore: Fix error handling in postDashboard, remove UserDisplayDTO, fix live redis client initialization (#87206) 1 year ago
retryer Database: Don't sleep 10ms before every request (#64832) 2 years ago
ring Unified Storage: added pkg/util/ring package to handle queueing of notifications (#84657) 1 year ago
testutil Unified Storage: Testing For Fix Create, Update and Delete wrt Resource Versions (#88568) 12 months ago
ticker Alerting: Extract ticker into shared package (#55703) 3 years ago
xorm Chore: Upgrade go from 1.21.0 to 1.21.10 (#87479) 1 year ago
contextutil.go Chore: Replace go-multierror with errors package (#66432) 2 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) 2 years ago
encoding_test.go Utils: Reimplement util.GetRandomString to avoid modulo bias (#64481) 2 years ago
encryption.go Encryption: Use secrets service (#40251) 4 years ago
encryption_test.go Fix decrypting secrets in alerting migration (#41061) 4 years ago
filepath.go Plugins: Always load decoupled frontend assets from builds (#81873) 1 year ago
filepath_test.go Plugins: Make file system path handling in tests OS agnostic (#79651) 1 year ago
ip_address.go Chore: Remove Wrapf (#50128) 3 years ago
ip_address_test.go Backend: fix IPv6 address parsing erroneous (#28585) 5 years ago
json.go JWT Authentication: Add support for specifying groups in auth.jwt for teamsync (#82175) 1 year ago
json_test.go JWT Authentication: Add support for specifying groups in auth.jwt for teamsync (#82175) 1 year ago
md5.go
md5_test.go
pointer.go Chore: Remove xorcare/pointer dependency (#63900) 2 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 Migrate wrong datasource UIDs (#86598) 1 year ago
shortid_generator_test.go Migrate wrong datasource UIDs (#86598) 1 year ago
split_email.go
split_email_test.go Test: Create unit test to SplitEmails (#27985) 5 years ago
strings.go Dashboards: Add feature restore dashboards backend (#83131) 1 year ago
strings_test.go Util: Support parsing and splitting strings enclosed in quotes in util.SplitString (#85735) 1 year ago
svg.go Chore: remove the entity kind registry (#79178) 1 year ago
tls.go HTTP: Add TLS version configurability for Grafana server (#67482) 2 years ago
tls_test.go HTTP: Add TLS version configurability for Grafana server (#67482) 2 years ago
url.go
url_test.go
validation.go
validation_test.go