sort by:
Revision Author Date Message Commit Date
81d5973 Loki docs: remove docs for raw query as it no longer exists (#65804) 03 April 2023, 13:21:55 UTC
3ae39ff elasticsearch: removed code related to removed esVersion field (#65439) elastic: remove code that references obsolete json field 03 April 2023, 12:47:10 UTC
97e3ed9 Prometheus: Remove unused editorSrc (#65829) Remove unused editorSrc 03 April 2023, 12:43:02 UTC
663ed7b Loki Query Splitting: Rename from "chunk" to "splitting" (#65630) * Update chunking mentions in the code and ui * Rename files and exported functions * Rename configuration attribute * Rename grouped querying function name * Update more function names * Update unit test * Update unit tests * More renames * Rename time splitting functions 03 April 2023, 12:30:08 UTC
c70f700 Governance: Update workplace (#63997) 03 April 2023, 11:54:54 UTC
2b0c0d4 Dashboards: Enable feature flag `newPanelChromeUI` by default (#65593) 03 April 2023, 11:50:43 UTC
bf0f4a6 Dashboard: Enable feature toggle emptyDashboardPage by default (#65464) * enable FF emptyDashboardPage by default * fix smoke test for creating a panel after enabling FF emptyDashboardPage by default 03 April 2023, 11:04:54 UTC
821633c CI: Make `init-enterprise` depend on `grabpl` (#65797) Make init-enterprise depend on grabpl # Conflicts: # .drone.yml 03 April 2023, 11:04:30 UTC
2647b2e Plugins: Tracing: Disable distributed tracing for plugins by default (#65796) * Plugins: Tracing: Disable tracing by default, pass GF_VERSION only if tracing is enabled * Plugins: Tracing: Fix GF_PLUGIN_VERSION instead of GF_VERSION 03 April 2023, 10:48:24 UTC
c63cb5a PanelChrome: Add option to show actions on the right side (actions = leftItems) (#65762) * PanelChrome: Add option to show actions on the right side * remove button style change * Added docs and minor tweaks to align the type with titleItems * Hover header fixes, storybook improvements, and title description fix * Fixed condition for drag icon in hover header 03 April 2023, 10:44:00 UTC
e9aef20 CI: Move release integration pipeline to standalone promotion pipeline (#65787) 03 April 2023, 10:43:37 UTC
06ea490 TablePanel: Fix table cells overflowing when there are multiple data links (#65711) * Fix table cells overflowing when there are multiple data links 03 April 2023, 10:34:29 UTC
d96b0a7 Alerting: Add limits to the Prometheus Rules API (#65169) This commit adds a number of limits to the Grafana flavor of the Prometheus Rules API: 1. `limit` limits the maximum number of Rule Groups returned 2. `limit_rules` limits the maximum number of rules per Rule Group 3. `limit_alerts` limits the maximum number of alerts per rule It sorts Rule Groups and rules within Rule Groups such that data in the response is stable across requests. It also returns summaries (totals) for all Rule Groups, individual Rule Groups and rules. 03 April 2023, 09:17:02 UTC
093498a Angular: Prevent angular from loading when disabled (#65755) * Angular: Prevent angular from loading when disabled * remove stuff 03 April 2023, 08:45:22 UTC
34f3878 UI extensions: Refactor the registry and remove the `"command"` type (#65327) * Wip * Wip * Wip * Wip * Wip 03 April 2023, 08:42:15 UTC
bde77e4 Alerting: Disable alerting incompatible panels in the dashboard picker (#65341) * Hide dashboard hint when dashboard already selected * Disable panels of types other than graph and timeseries * Add a test checking disabled panels * Make all panels selectable * Fix tests 03 April 2023, 08:01:30 UTC
bf4906e Dashboard Datasource: Update Query List & Improve UX (#64429) * Update query display * Remove links as they don't work * Remove unused CSS * Improve styling and add description for data field * Update docs * Fix up docs some more * Move special data sources back to the bottom * Add language back * Change order of special datasrouces in docs 03 April 2023, 07:27:21 UTC
c96a8d5 Docs: Add info how to do multiple sorting in table panel (#65715) * Docs: Add info how to do multiple sorting in table panel * Update docs/sources/panels-visualizations/visualizations/table/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --------- Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> 03 April 2023, 06:22:45 UTC
683104d Docs: Deprecate dashboard previews (#65698) * previews deprecation notice in docs * Update docs/sources/search/dashboard-previews/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --------- Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> 01 April 2023, 08:59:51 UTC
63998b0 PublicDashboards: fix annotations when Target is nil (#65744) 31 March 2023, 22:13:06 UTC
aba91d3 Alerting: Fetch all applied alerting configurations (#65728) * WIP * skip invalid historic configurations instead of erroring * add warning log when bad historic config is found * remove unused custom marshaller for GettableHistoricUserConfig * add id to historic user config, move limit check to store, fix typo * swagger spec 31 March 2023, 20:43:04 UTC
412fc4d Add Curl in Alpine to Support Docker Health Check (#65547) adding curl into alpine build for this issue: https://github.com/grafana/grafana/issues/60805 31 March 2023, 20:36:57 UTC
99a106a (bug) Change URL to correct documentation page (#65493) * (bug) Change URL to correct documentation page * (bug) change url to team sync since its more about team sync instead of advanced ldap 31 March 2023, 18:47:57 UTC
7b2f447 Alerting: Update migration to put alerts to the default folder if dashboard folder is missing (#65577) * extract function * use context logger * put alert to general folder if folder is missing * move folderHelper init * add test * Update pkg/services/sqlstore/migrations/ualert/ualert.go Co-authored-by: Matthew Jacobson <matthew.jacobson@grafana.com> --------- Co-authored-by: Matthew Jacobson <matthew.jacobson@grafana.com> 31 March 2023, 16:40:21 UTC
da48327 Alerting: Delete stub for SQL alert state history backend (#65667) Delete stub for SQL backend 31 March 2023, 16:15:56 UTC
211beae MSSQL: Update forked go-mssqldb dependency (#65658) 31 March 2023, 16:07:37 UTC
e04278a Prometheus: Update capitalisation of elements (#65724) * update capitalization of elements * fix tests 31 March 2023, 16:07:20 UTC
54c30b0 Build: Remove start:hot from package.json (#65718) 31 March 2023, 16:05:27 UTC
b9dc041 Alerting: Respect "For" Duration for NoData alerts (#65574) * Alerting: Respect "For" Duration for NoData alerts This change modifies `resultNoData` to be more inline with the logic of the other state handlers. The main effects of this are: 1) NoData states with NoDataState config set to Alerting will respect "For" duration. 2) Prevents zero value in StartsAt and EndsAt for alerts that have only even been in normal state. This includes state transitions from NoDataState=OK and ExecErrState=OK. 3) Better state transition logging. 31 March 2023, 16:05:15 UTC
ed8628e Alerting: Fix integration test for creating silences (#65722) * fix integration test for creating silences to create correct silence with endsAt in the future * Update api_alertmanager_test.go 31 March 2023, 15:44:05 UTC
a24554b Chore: Make SearchItem return div instead of li (#65685) Remove use of li 31 March 2023, 15:09:39 UTC
46cfb73 AuthToken: client token rotation fix (#65709) * AuthToken: respond with 401 if token is not found * Set retry to one so we don't retry a failed token rotation 31 March 2023, 14:44:08 UTC
355f476 AuthN: Tune logs in client (#65714) * AuthN: Remove log * AuthN: Check for user not found error in hook 31 March 2023, 14:43:24 UTC
94cc93c LDAP: Always synchronize Server Admin role through role sync if role sync is enabled (#58820) fix a bug with role sync 31 March 2023, 14:39:23 UTC
c03bf7d New Panel Header: Fix when clicking submenu item the parent menu item onClick get's triggered (#65691) 31 March 2023, 14:35:34 UTC
04336d5 Alerting: Update prometheus version (#65688) 31 March 2023, 14:34:35 UTC
5a7602f Docs: Update influxdb provisioning documentation to align with database deprecation (#65550) Update influxdb docs to align with database deprecation 31 March 2023, 14:33:16 UTC
622c237 Alerting: Use logger with context in the state cache (#65663) 31 March 2023, 14:11:30 UTC
be9361c Logger: Add feature toggle for errors in HTTP request logs (#64425) 31 March 2023, 13:38:09 UTC
977a7e9 Phlare: Rollback pprof code (#65689) 31 March 2023, 13:27:14 UTC
d7c9dc4 Stat Panel: Update docs (#65639) * baldm0mma/update_stat_docs/ update stat docs * baldm0mma/update_stat_docs/ update content * baldm0mma/update_stat_docs/ update show text * baldm0mma/update_stat_docs/ update color mode text * Update docs/sources/panels-visualizations/visualizations/stat/index.md Update to fully plural Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Update docs/sources/panels-visualizations/visualizations/stat/index.md Update to singular Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --------- Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> 31 March 2023, 12:55:29 UTC
86b2af3 Table: Fix column filter popup shadow (#65675) * Table: Fix column filter popup shadow * fix border 31 March 2023, 12:51:56 UTC
4f0d811 NestedFolders: add delete confirmation to delete modal (#65548) add delete confirmation to delete modal 31 March 2023, 11:53:52 UTC
3e8f294 NestedFolders: Folder view move folder (#65661) 31 March 2023, 11:32:23 UTC
9f4ab1b NestedFolders: Support moving folders into other folders (#65519) * wip for move folders * hello * Polish up move dashboard results messages * tests * fix other test * tweak messages when things can't be moved * tweak messages when things can't be moved * fix tests * remove comment * restore failOnConsole * . * Fix move modal not opening due to dodgy rebase 31 March 2023, 11:31:06 UTC
c281386 Update CODEOWNERS per new team name for aws-datasources (#65638) update codeowners per new team name 31 March 2023, 11:16:26 UTC
4586bac Bump plugin-sdk (#65652) 31 March 2023, 10:58:22 UTC
48a2037 BrowseDashboards: Fix move to General folder not working (#65653) * BrowseDashboards: Fix move to General folder not working * simplify isOpen 31 March 2023, 10:49:18 UTC
b09aa7d Elasticsearch: Add benchmarks for processing of requests and responses (#65354) * Elasticsearch: Add benchmarks for processing of requests and responses * Update, use package variable to elimitnate possible optimization * Update, require no error 31 March 2023, 09:59:11 UTC
541a03f Tempo: TraceQL Configurable static fields (#65284) * TraceQL - configurable static fields for new UI * TraceQL - filter out static fields from Tags section. Added tooltip to static fields * Add more units to duration validation. Improve duration field tooltip with accepted units * Better control of delete button on SearchField * Move new config behind feature toggle * Special title for intrinsic "name" * Fix tests * Move static fields not in the datasource to the Tags section * Start using the useAsync hook in the Tempo TraceQL configuration page to retrieve the tags and datasource * Fix tests * Fix test. Use useAsync to retrieve options in SearchField * Remove ability to set a default value in filter configuration. Removed type from filter, dynamic filters are now any filters not present in the datasource config * Updated the static filters tooltip * Replace useState + useEffect with useMemo for scopedTag 31 March 2023, 09:35:37 UTC
fb83414 Logs Volume Timeouts: Add a custom message with options (retry, close) for request timeouts (#65434) * Logs Volume: identify timeouts and provide remediation action * Supplementary result error: refactor updated component API * Create helper to identify timeout errors * Update timeout identifying function * Add unit test * Update panel unit test * Update public/app/features/explore/utils/logsVolumeResponse.ts Co-authored-by: Giordano Ricci <me@giordanoricci.com> * Use some instead of reduce * Change alert type to info * Add comment * Remove unnecessary optional chaining * Remove unnecessary condition * Remove unnecessary wrapping arrow function --------- Co-authored-by: Giordano Ricci <me@giordanoricci.com> 31 March 2023, 09:01:12 UTC
e39c3b7 Navigation: Rename Alerts & incidents to Alerts & IRM (#65635) update Alerts & incidents to Alerts & IRM 31 March 2023, 08:40:06 UTC
a123e0a e2e tests: Add selector to close dashboard settings and use it in e2e tests (#65625) * add selector to close dashboard settings and use it in e2e tests * check visibility of add panel button * check visibility of add new panel button before clicking 31 March 2023, 08:32:44 UTC
bbf74b9 Update scenes to 0.2 (#65676) * Update scenes to latest * Replace FormatRegistryID with VariableFormatID * Remove scene demos that were moved to scenes repo, fix the remaining demos * Fix grafana Monitoring app * DashboardsLoader migration * Fix test 31 March 2023, 07:59:06 UTC
e0ef79f TimeSeries: Don't extend stepped interpolation to graph edges (#65657) 31 March 2023, 07:09:40 UTC
7b4a222 Search: Move checkbox outside of item card (#65540) * Move checkbox outside of SeachItem * Add li element 31 March 2023, 06:49:03 UTC
9296557 CloudWatch Logs: Fix running logs queries with expressions (#65306) 30 March 2023, 21:40:01 UTC
09078b1 Plugins: Support for distributed tracing in backend plugins SDK (#63714) * Tracing: Pass OTLP address and propagation format to plugins * Fix unit tests * Fix indentation * Fix plugin manager integration tests * Goimports * Pass plugin version to plugins * Do not add GF_PLUGIN_VERSION if plugin version is not set, add tests * Allow disabling plugins distributed tracing on a per-plugin basis * Moved disabled plugins to tracing.opentelemetry config section * Pre-allocate DisabledPlugins map to the correct size * Moved disable tracing setting flags in plugin settings * Renamed plugin env vars for tracing endpoint and propagation * Fix plugin initializer tests * Refactoring: Moved OpentelemetryCfg from pkg/infra to pkg/plugins * Changed GetSection to Section in parseSettingsOpentelemetry * Add tests for NewOpentelemetryCfg * Fix test case names in TestNewOpentelemetryCfg * OpenTelemetry: Remove redundant error checks 30 March 2023, 21:31:14 UTC
55947ce Explore: Add click tracking to data links (#65221) * Add click tracking to data links * Use constants, mock window.open call * Add comment about possibly missing reporting data * Remove superfluous if 30 March 2023, 21:30:20 UTC
940768c Docs: Fix markup for URL (#65576) * Docs: Fix markup for URL * updates absolute URL to a relref --------- Co-authored-by: Chris Moyer <chris.moyer@grafana.com> 30 March 2023, 18:55:08 UTC
b2abb63 Alerting: Introduce proper feature toggles for common state history backend combinations (#65497) * define 3 feature toggles for rollout phases * Pass feature toggles along * Implement first feature toggle * Try a different strategy with fall-throughs to specific configurations * Apply toggle overrides once outside of backend composition * Emit log messages when we coerce backends * Run code generator for feature toggle files * Improve wording in flag descs * Re-run generator * Use code-generated constants instead of plain strings * Use converted enum values rather than strings for pre-parsing 30 March 2023, 18:53:21 UTC
8a4135f Prometheus: Track request.requestId rather than custom query.requestId (#63913) 30 March 2023, 18:29:04 UTC
765073a Give more detail and context on http_addr in grafana.ini (#65187) * Give more detail and context on http_addr in grafana.ini This particular configuration item is misleadingly named (it's about networking addresses rather than HTTP) and there are a bunch of ways users can misread, misconfigure, and create a situation where grafana won't start due to a bind error. I'm trying to outline a couple of extra things about what this covers and provide good default advice, leaving room for specialists who know what they're doing to still use this, with more clarity. * Update _index.md * Apply suggestions from code review Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update _index.md removed recommendation note about http_addr * makes prettier --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Co-authored-by: Chris Moyer <chris.moyer@grafana.com> 30 March 2023, 17:27:17 UTC
ce1298c Storybook: update Alert story (#63959) 30 March 2023, 16:11:30 UTC
15b7680 DateTimePicker: Add min date support to calendar (#64632) 30 March 2023, 16:04:02 UTC
ff96cd1 Chore: add selector for items in the megamenu (#65633) add selector for items in the megamenu 30 March 2023, 15:57:08 UTC
31aadea Search: Remove old s o search shortcut from HelpModal (#65631) 30 March 2023, 15:46:43 UTC
89f3f28 TimeSeries: Improve stacking direction heuristic (#65499) 30 March 2023, 15:30:49 UTC
e4d998d ApiKeyGenPrefix: rename package (#65623) * Rename package to satokengen to make it clearer that it is for service account tokens 30 March 2023, 15:04:10 UTC
3cd3bb0 API: Fix "Updated by" Column in dashboard versions table (#65351) * API: Fix dashboard versions created by field * Add tests * Update OpenAPI specs * Apply suggestion from code review 30 March 2023, 14:31:53 UTC
71ef159 Chore: update babel dependencies in in yarn.lock (#65575) 30 March 2023, 14:31:01 UTC
5e87ea7 Alerting: Fix and re-enable `filters instance labels in log line` test (#65618) Fix and reenable test 30 March 2023, 14:02:18 UTC
df946ca Dashboard: Remove tooltip on Add button (#65619) nested react-popper-tooltip kills functionality for the inner tooltip 30 March 2023, 13:57:18 UTC
d790cb1 Loki: Add `unpack` query builder hint (#65608) * add unpack hint * use `hasOwnProperty` * add unpack completion to monaco * adjust test name * fix tests * fix tests 30 March 2023, 13:18:02 UTC
e758b01 Alerting: Disable `filters instance labels in log line` test (#65610) * Disable filters instance labels in log line test * Add drone reference 30 March 2023, 13:04:29 UTC
2407d2a e2e: Add Toggle menu selector (#65607) 30 March 2023, 13:01:49 UTC
98e6665 Chore: Some type fixes needed for react 18 (#65600) some type fixes needed for react 18 30 March 2023, 12:40:18 UTC
6f6ebf5 Fix FieldValidationMessage height issue (#64717) 30 March 2023, 12:37:15 UTC
e0f107f Update `RandomHex` code comment to reflect implementation (#63810) 30 March 2023, 11:39:54 UTC
ece80e0 I18n: Crowdin sync (#65606) * New translations grafana.json (French) * New translations grafana.json (Spanish) * New translations grafana.json (German) * New translations grafana.json (Chinese Simplified) 30 March 2023, 11:11:13 UTC
6f81829 Dashboard: When dashboard is not found show message instead of empty page (#65508) * setup page when dashboard is not found * reuse ErrorPage for not found dashboard 30 March 2023, 10:50:59 UTC
b9fb235 Dashboard: Add new visualization/row/library panel/pasted panel is now a dropdown menu (#65361) * Empty Dashboard state has its own CTA items and its own separate box to choose a library panel to create * show empty dashboard screen if no panels * add feature flag for empty dashboard redesign * only show empty dashboard redesign if FF * add-new-panel button is a dropdown with options: visualization, row, import, paste * fix onPasteCopiedPanel types * do not create new panel to new dashboard if emptyDashboardPage FF true * ToolbarButton does not allow rendering of Dropdown's overlay - switch to Button * remove panel-add icon's default size of xl * separate components for add new panel from dash navigation bar 30 March 2023, 10:50:35 UTC
1c79217 Grafana UI: Fix tooltip prop of button component (#64765) fix tooltip prop of Button component 30 March 2023, 09:53:11 UTC
a6b2bc3 Navigation: Enable new navigation by default (#65335) * enable topnav by default * rename dashboard-search to dashboard-browse * wait for time to be set in e2e test before attempting to click button * update toggle description 30 March 2023, 09:42:43 UTC
9e68fc6 Navigation: Add Import dashboard to quick actions (#65528) * add import dashboard to quick actions * move logic into same if block 30 March 2023, 09:34:16 UTC
abec183 Phlare: Fix error when there are no profileTypes to send from backend (#65455) Send empty array if no types 30 March 2023, 09:33:23 UTC
db66949 FlameGraph: Refactor handling of the labels (#65491) 30 March 2023, 09:32:44 UTC
609a771 Revert "elastic: remove most of xpack" (#65596) Revert "elastic: remove most of xpack (#63460)" This reverts commit 6cee0cdbad3008737461916c8024aa97936d0422. 30 March 2023, 09:30:05 UTC
f19569d Chore: Remove result field from search (#65583) remove result field from search 30 March 2023, 09:28:12 UTC
a02091c Search: Fix checkbox and row styles (#65515) 30 March 2023, 09:05:44 UTC
c65cd58 Nested folders: Fix move (#65526) * Nested Folders: Fix move response Fix JSON tags to be consistent with the GET endpoint * Add API test for moving to root folder * Allow move to root folder * Fix failure message * Update OpenAPI specification 30 March 2023, 08:46:11 UTC
fc16fb0 Loki Query Chunking: Group queries by resolution (#65353) * Loki chunking: group queries by resolution * Update unit tests * Add chunked + grouped test case 30 March 2023, 08:29:19 UTC
c77aa11 Docs: updates type to integration (#65591) * Docs: updates type to integration * fixes link * fixes links 30 March 2023, 08:23:06 UTC
a0e0af2 SQL Datasources: Add back help content (#65383) 30 March 2023, 08:19:30 UTC
3ad4dc1 Dashboards: Fix Mobile support dashboard issues on new iOS 16.3 (#65542) 30 March 2023, 07:47:00 UTC
d473fa3 Design System: Set border radius to theme.shape.radius.default (#65511) * refactor: replace by default token * refactor: remove helper * refactor: use pill token 30 March 2023, 07:20:11 UTC
10d896d Tracing: Docs and config improvements for Tempo/Jaeger/Zipkin (#65255) * Docs and config improvements * Add note * Add traceToLogs (v1) in provisioning example * Remove old provisioning * PR updates 30 March 2023, 06:41:27 UTC
2025c1d Chore: Remove result field from stats (#65166) remove result field from stats 30 March 2023, 06:08:47 UTC
4b551ae Chore: Remove result field from dashboards (#65249) remove result field from dashboards 30 March 2023, 05:29:52 UTC
959349d Prometheus: Fix fallback http method when no http method specified in jsonData (#65229) Use POST as default if no http method specified in jsonData 29 March 2023, 22:50:25 UTC
back to top