Commit Graph

46 Commits (8e752439c69103f47bd8f5ae8fe5b2e52dac1ea3)

Author SHA1 Message Date
Kyle Cunningham 92d92187d9
SQL Datasources: Update Max Connection and Max Idle Connection Defaults to 100 and add auto mode (#65834) 2 years ago
Kyle Cunningham d8ac2e97a0
SQL Engine: Revert session changes (#64594) 2 years ago
Stephanie Hingtgen 10db808ea1
Plugins: Add sql support for the secure socks proxy (#64630) 2 years ago
Pepe Fagoaga fa0f640d6a
SQL Engine: Handle one session to connect the DB (#63246) 2 years ago
Zoltán Bedi c25fe34ac0
SQL Datasources: Use health check for config test (#59867) 3 years ago
Zoltán Bedi d65899de7b
SQL Datasources: Move database setting to jsonData (#58649) 3 years ago
Zoltán Bedi 220295d26f
SQL: Return no data response when no rows returned (#59121) 3 years ago
Victor Marin 6e776d0fec
MSSQL: Add connection timeout setting in configuration page (#58631) 3 years ago
Yuriy Tseretyan d9c40ca41e
Chore: Update sqleng, elasticsearch, tempo and opentsdb plugins to support contextual logs. (#57777) 3 years ago
Emil Tullstedt b287047052
Chore: Upgrade Go to 1.19.1 (#54902) 3 years ago
Kat Yang 3c3039f5b3
Chore: Remove Wrap (#50048) 3 years ago
Morten Nygaard Åsnes 9e4aafa719
MSSQL: Configuration of certificate verification for TLS connection (#31865) 3 years ago
Victor Marin f881fd1637
Postgres/MySQL/MSSQL: Cancel in-flight SQL query if user cancels query in grafana (#43890) 4 years ago
Marcus Efraimsson baab021fec
Chore: Refactor usage of legacy data contracts (#41218) 4 years ago
Marcus Efraimsson e31b8f4d33
Chore: Remove SQL engine cache (#39254) 4 years ago
Marcus Efraimsson 1c892a2fc4
Postgres/MySQL/MSSQL: Add setting to limit maximum amount of rows processed (#38986) 4 years ago
Ivana Huckova f172701043
IntervalV2: Use maxDataPoints to calculate correct interval (#39036) 4 years ago
Giordano Ricci dc36f15fbb
Prometheus: Revert stepMode functionality (#38982) 4 years ago
Marcus Efraimsson fbdaf56a84
Postgres/MySQL/MSSQL: Fix region annotations not displayed correctly (#38936) 4 years ago
ying-jeanne c989f0fbbe
SQL: Migrate to use SDK contracts (#36635) 4 years ago
Ivana Huckova 1083bef030
Prometheus: Implement stepMode for alerting queries (#36796) 4 years ago
idafurjes 180b1973e0
SQL: Fix SQL dataframe resampling (fill mode + time intervals) (#36937) 4 years ago
Kyle Brandt 3ab9249f16
SQL Datasources: Allow multiple string/labels columns with time series (#36485) 4 years ago
Marcus Efraimsson 10c892fa5b
Postgres/MySQL/MSSQL: Fix name of time field should be named Time for time series queries (#36720) 4 years ago
Ryan McKinley 1d6e99bc95
SQL: Fixes issues with showing value column name prefix in legends (#35839) 4 years ago
Marc Bachmann 9a5e10e6fb
Annotations: Fix sql annotation parsing for empty responses (#35367) 4 years ago
Marcus Efraimsson 6c728d6a78
SQL: Use SDK sqlutil package refactor (#33758) 4 years ago
ying-jeanne bd66c8dde3
SQL data sources: Convert to return data frames (#32257) 4 years ago
Ryan McKinley 7627b55ef4
TSDB: add deprecation comments to many tsdb structs (#33281) 4 years ago
Marcus Efraimsson b82c510581
Postgres/MySQL/MSSQL: Don't return connection failure details to the client (#32408) 4 years ago
Marcus Efraimsson 5985c199ae
SQL: Fix so that all captured errors are returned from sql engine (#32353) 4 years ago
Arve Knudsen b79e61656a
Introduce TSDB service (#31520) 4 years ago
Arve Knudsen c2cad26ca9
Chore: Disable default golangci-lint filter (#29751) 5 years ago
Kyle Brandt 0cb29d337a
Expressions: Move GEL into core as expressions (#29072) 5 years ago
Arve Knudsen 676d393ec9
Chore: Fix issues reported by staticcheck; enable stylecheck linter (#28866) 5 years ago
Arve Knudsen 574553ec7b
Chore: Fix issues found by staticcheck (#28802) 5 years ago
Arve Knudsen a078e40238
Settings: Rename constants/variables to follow Go naming standards (#28002) 5 years ago
Arve Knudsen a5d9196a53
Chore/fix lint issues (#27704) 5 years ago
Arve Knudsen 7896836deb
Chore: Reduce TSDB Go code complexity (#26401) 5 years ago
Arve Knudsen d4e4cb4c71
Chore: Enable Go linter gocritic (#26224) 5 years ago
Ryan McKinley 2a6ac88a73
QueryInspector: add common way to show the raw query (#25204) 5 years ago
Noval Agung Prayogo ea35ae4d1f
Chore: Update the xorm dependency (#22376) 5 years ago
Jerry Ylilammi e27ab89aed Postgres/MySQL/MSSQL: Adds support for region annotations (#20752) 6 years ago
Marcus Efraimsson 3de693af49
MySQL: Limit datasource error details returned from the backend (#19373) 6 years ago
Marcus Efraimsson 19f3ec4891
MySQL, Postgres, MSSQL: Only debug log when in development (#19239) 6 years ago
Kyle Brandt e5bf3027fc
Refactor: Move sql_engine to sub package of tsdb (#18991) 6 years ago
zhulongcheng 2fff8f77dc move log package to /infra (#17023) 6 years ago
Marcus Efraimsson 624e5e5b3d
let each sql datasource handle timeFrom and timeTo macros 7 years ago
Sven Klemm 94d6d51726 move timeFrom, timeTo, unixEpochFrom and unixEpochTo macros to sql_engine 7 years ago
Axel Pirek dd09ece8c9 Make max open, max idle connections and connection max life time configurable 7 years ago