Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

grafana-10.3.3-2.1 RPM for armv6hl

From OpenSuSE Ports Tumbleweed for armv6hl

Name: grafana Distribution: openSUSE Tumbleweed
Version: 10.3.3 Vendor: openSUSE
Release: 2.1 Build date: Thu Feb 29 12:25:49 2024
Group: System/Monitoring Build host: reproducible
Size: 350147665 Source RPM: grafana-10.3.3-2.1.src.rpm
Packager: http://bugs.opensuse.org
Url: http://grafana.org/
Summary: The open-source platform for monitoring and observability
A graph and dashboard builder for visualizing time series metrics.

Grafana provides ways to create, explore, and share
dashboards and data with teams.

Provides

Requires

License

AGPL-3.0-only

Changelog

* Thu Feb 29 2024 daniel@molkentin.de
  - Update to version 10.3.3:
    Bugfixes:
    * Security CVE-2023-6152: Add email verification when updating
      user email (bsc#1219912)
    * Elasticsearch: Fix creating of legend so it is
      backward compatible with frontend produced frames
    * ShareModal: Fixes url sync issue that caused issue
      with save drawer
  - Update to version 10.3.2:
    * (unreleased)
  - Update to version 10.3.1:
    * Upstream build changes only, no functional changes
  - Update to version 10.3.0:
    Features and enhancements
    * Alerting: Guided legacy alerting upgrade dry-run.
    * Explore: Preserve time range when creating a dashboard panel
      from Explore.
    * Explore: Init with mixed DS if there's no root DS in the URL and
      queries have multiple datasources.
    * QueryEditor: Display error even if error field is empty.
    * K8s: Enable api-server by default.
    * Parca: Add standalone building configuration.
    * Auth: Hide forgot password if grafana auth is disabled.
    * Plugins: Add uninstall requested message for cloud plugins.
    * Loki: Open log context in new tab.
    * Alerting: Allow linking to library panels.
    * Loki: Drop all errors in volume requests.
    * Loki Logs volume: Added a query splitting loading indicator to
      the Logs Volume graph.
    * Plugins: Disable add new data source for incomplete install.
    * RBAC: Render team, service account and user list when a user
      can see entities but not roles attached to them.
    * InfluxDB: Use database input for SQL configuration instead
      of metadata.
    * Tempo: Support special characters in identifiers.
    * Alerting: Display "Show all" button for cloud rules.
    * React Hook Form: Update to v 7.49.2.
    * Loki: Add timeRange to labels requests in LogContext to reduce
      loading times.
    * InfluxDB: Enable SQL support by default.
    * OAuth: Remove accessTokenExpirationCheck feature toggle.
    * Units: Add scalable unit option.
    * Alerting: Add export mute timings feature to the UI.
    * Config: Can add static headers to email messages.
    * Alerting: Drop NamespaceID from responses on unstable ngalert
      API endpoints in favor of NamespaceUID.
    * Cloudwatch: Update cloudwatchNewRegionsHandler to
      General Availability.
    * Plugins: Include Azure settings as a part of Grafana config
      sent in plugin requests.
    * Plugins: Add hide_angular_deprecation setting.
    * Table: Add select/unselect all column values to table filter.
    * Anonymous: Add configurable device limit.
    * Frontend: Detect new assets / versions / config changes.
    * Plugins: Add option to disable TLS in the socks proxy.
    * Frontend: Reload the browser when backend configuration/assets
      change.
    * Chore: Refactor dataviz aria-label e2e selectors to data-testid.
    * SSO: Add GitHub auth configuration page.
    * PublicDashboards: Add setting to disable the feature.
    * Variables: Interpolate variables used in custom variable
      definition.
    * Table: Highlight row on shared crosshair.
    * Stat: Add Percent Change Option.
    * Plugins: Add Command Palette extension point.
    * Transformations: Add frame source picker to allow transforming
      annotations.
    * Pyroscope: Send start/end with profile types query.
    * Explore: Create menu for short link button.
    * Alerting: Don't record annotations for mapped NoData transitions,
      when NoData is mapped to OK.
    * Canvas: Add Pan and Zoom.
    * Alerting: In migration, create one label per channel.
    * Alerting: Separate overlapping legacy and UA alerting routes.
    * Tooltip: Improved Timeseries and Candlestick tooltips.
    * Alerting: Support hysteresis command expression.
    Bug fixes
    * Transformations: Fix bug where having NaN in the input to
      regression analysis transformation causes all predictions
      to be NaN.
    * Alerting: Fix URL timestamp conversion in historian API
      in annotation mode.
    * Fix: Switch component not being styled as disabled when
      is checked.
    * Tempo: Fix Spans table format.
    * Gauges: Fixing broken auto sizing.
    * Barchart: Fix percent stacking regression.
    * Alerting: Fix reusing last url in tab when reopening a new tab
      in rule detail
    * Azure Monitor: Fix multi-resource bug "Missing required
      region params, requested QueryParams:
      api-version:2017-12-01-preview...".
    * Explore: Fix URL sync with async queries import .
    * Dashboards: Skip inherited object variable names.
    * Alerting: Fix queries and expressions in rule view details.
    * Tempo: Fix cache in TraceQL editor.
    * Nested Folders: Fix /api/folders pagination.
    * Elasticsearch: Fix modify query with backslashes.
    * Cloudwatch: Fix errors while loading queries/datasource
      on Safari.
    * Stat: Fix inconsistent center padding.
    * Tempo: Fix autocompletion with strings.
    * Alerting: Fix for data source filter on cloud rules.
    * Alerting: Fix UI inheriting mute timings from parent
      when calculating the polic….
    * Auth: Fix a panic during logout when OAuth provider is
      not set.
    * Tempo: Fix read-only assignment.
    * Templating: Json interpolation of single-value default
      selection does not create valid json.
    * Heatmap: Fix null options migration.
    * Dashboards: Run shared queries even when source panel is in
      collapsed row.
    Breaking changes
    * Users who have InfluxDB datasource configured with SQL querying
      language must update their database information. They have to
      enter their `bucket name` into the database field.
    * Removes `NamespaceID` from responses of all GET routes
      underneath the path `/api/ruler/grafana/api/v1/rules` - 3
      affected endpoints.  All affected routes are not in the
      publicly documented or `stable` marked portion of the ngalert
      API. This only breaks clients who are directly using the
      unstable portion of the API. Such clients should use
      `NamespaceUID` rather than `NamespaceID` to identify
      namespaces.
  - Update to version 10.2.4:
    * Field: Fix perf regression in getUniqueFieldName().
    * Alerting: Fix Graphite subqueries.
    * Annotations: Split cleanup into separate queries and
      deletes to avoid deadlocks on MySQL.
    * Loki: Fix bug duplicating parsed labels across multiple
      log lines.
    * Alerting: Fix NoData & Error alerts not resolving when
      rule is reset.
    * Auth: Fix a panic during logout when OAuth provider is
      not set.
    * Gauges: Fixing broken auto sizing.
    * Templating: Json interpolation of single-value default
      selection does not create valid json.
    * Tempo: Fix cache in TraceQL editor.
    * Alerting: Fix for data source filter on cloud rules.
  - Update to version 10.2.3:
    Features and enhancements
    * Auth: Improve groups claim setup docs for AzureAD.
    * Alerting: Attempt to retry retryable errors.
    * Unified Alerting: Set `max_attempts` to 1 by default.
    * Auth: Use SSO settings service to load social
      connectors + refactor.
    * Cloudwatch: Update error code metrics for
      ES/OpenSearch.
    * Auth: Add anonymous users view and stats.
    * Flamegraph: Add table filtering for Flamegraph panel.
    * Pyroscope: Improve label suggestions in query editor.
    * InfluxDB: Introduce influxqlStreamingParser featurei
      toggle.
    * Usagestats: Add stat group for alert rule groups.
    * Auth: Improve groups claim setup docs for AzureAD.
    * Loki: Added support for "or" statements in line
      filters.
    * Cloudwatch: Add missing metrics for AWS/IVSRealtime
      namespace.
    * Auth: Add anonymous users view and stats.
    * Alerting: Filter insights panels (grafanacloud-usage ds)
      by instance_id.
    * Login: Improve accessibility of Login form.
    * Tracing: Full text search.
    * Alerting: In migration, fallback to '1s' for malformed
      min interval.
    * AuthProxy: Do not allow sessions to be assigned with
      other methods.
    * Loki: Filter by labels based on the type of label
      (structured, indexed, parsed).
    * Loki: Add structured metadata keys to autocomplete.
    * Variables: Remove alpha flag from variable support API.
    * Azure Monitor: Add Azure Infrastructure Monitoring Dashboard.
    * Timeseries: Remove cursor sync when x is not time.
    * Auth: Load ini/env vars settings in the fallback strategy.
    * CloudWatch: Add AWS Bedrock metrics definition.
    * SSO: Display provider list.
    * Transformations: Add regression analysis transformation.
    * Auth: Make clientTokenRotation enabled by default.
    * Alerting: In migration improve deduplication of title and group.
    * Alerting: Add clean_upgrade config and deprecate force_migration.
    * Tempo: Allow `!~` in Search tab.
    * Avatar: Allow browser caching of /avatar/.
    * Transformations: Move transformation addition into drawer.
    * Alerting: Update rule access control to return errutil errors.
    * Licensing: Update enterprise documentation.
    * CloudWatch Logs: Support fetching fields in monaco editor.
    * Server: Automatically generate a self-signed TLS cert if needed.
    * Grafana/ui: Move Grid out of unstable.
    * Plugins: Add AWS/MediaLive metric for CloudWatch.
    * Transformations: Move transformation variables to public preview.
    * Plugins: Share plugin context with the component-type extensions.
    * Breadcrumbs: Only dedupe breacrumb items for matching node names.
    * Dashboards: Implement natural sort for query variables.
    * Alerting: Adds the new alertingSimplifiedRouting feature toggle.
    * Alerting: Allow to clear datasource selection in panel list.
    * Plugins: Share the plugin context with apps and ui-extensions.
    * InfluxDB: Add new truthiness operators (`Is` and `Is Not`) to
      InfluxQL Query Builder.
    * Auth: Refactor OAuth connectors' initialization.
    * InfluxDB: Add support for `>=` and `<=` comparison
      operators to IQL Query Builder.
    * Alerting: Add actions extension point to alert instances table view.
    * Dashboard: Add ability to stop title/description generation.
    * Tempo: Allow quotes in tag names and attributes.
    * Plugins: Add grafana/user/profile/tab plugin extension point.
    * DashList: Update links with time range and variables change.
    * Cloudwatch: Migrate Config editor and Variable editor to new
      form stying under feature toggle.
    * InfluxDB: Template variable support for SQL language.
    * Grafana/ui: Unify flex shorthand props.
    * Explore: Default synced to true, only show synced status if
      panes are split.
    * Tooltips: Support long labels.
    * Logs: Update logic to process logs dataPlane frame with labels
      field.
    * Snapshots: Do not return internal database ids.
    * Tempo: Support comments in TraceQL.
    * Alerting: Avoid alert list view component being unmounted every
      time we fetch new data.
    * Swagger: Rename annotations model.
    * Transformations: Deduplicate names when using `extract fields`
      transformation.
    * BrowseDashboards: Add `RadioButtonGroup` to be able to chose
      between 'Browse' or 'List' view.
    * Stack: Use the component from grafana/ui.
    * Tempo: Handle empty responses in ServiceGraph.
    * Tempo: Embed flame graph in span details.
    * CloudWatch: Call query method from DataSourceWithBackend to
      support public dashboards.
    * Chore: Prepare to remove <Graph /> from @grafana/ui.
    * Grafana/ui: Move the Stack component out of unstable.
    * Flamegraph: Add collapsing for similar items in the stack.
    * Tempo: Added status to hard-coded fields.
    * Alerting: Adds contact point sorting and searching.
    * Loki: Add backend functionality to parse structured metadata from Loki.
    * ValueFormats: Use plural for time units.
    * Calculations: Update First _ and Last _ reducers to exclude NaNs.
    * Chore: Upgrade Go to 1.21.3.
    * Tooltip: Improved Trend tooltip.
    * Dashboards: Remove dummy trim dashboard api.
    * Alerting: Enable feature flag alertingNoDataErrorExecution by
      default.
    * Cloudwatch: Add DB_PERF_INSIGHTS to Metric Math.
      PluginExtensions: Returns a clone of moment objects in context.
    * Logs: Deprecated `showContextToggle` in
      DataSourceWithLogsContextSupport.
    * AzureMonitor: Add Container Insights Syslog Dashboard.
    * Loki: Add optional stream selector to fetchLabelValues API.
    * Alerting: Add support for responders to Opsgenie integration.
    * Chore: Replace crewjam/saml with the latest grafana/saml lib.
    * Tempo: Add new intrinsics.
    * GrafanaUI: Prevent code editors from 'trapping' scroll.
    * Plugins: Change managed plugins installation call.
    * Alerting: Show receiver in groups view to avoid duplication in
      the list.
    * Alerting: Allow more time before Alertmanager expire-resolves
      alerts.
    * Tempo: Add new structural operators.
    * ServiceAccount: Add pagination to service account table.
    * Transformations: Cumulative and window modes for `Add field
      from calculation`.
    * Plugins: Allow disabling angular deprecation UI for specific
      plugins.
    * Stat: Add panel option to control wide layout.
    * Logs Panel: Column selection for experimental table
      visualization in explore.
    * Alerting: Update 'Create alert' to 'New alert rule' in the
      panel and docs.
    * InfluxDB: Implement InfluxQL json streaming parser.
    * Plugins: Improvements to NodeGraph.
    * Trace View: Critical path highlighting.
    * Caching: Enable `useCachingService` feature toggle by default.
    * Plugins: Pass OTEL sampling config to plugins.
    * Transformations: Allow Timeseries to table transformation to
      handle multiple time series.
    * Plugins: Add managed instance installation resources.
    * Nav: Design changes in MegaMenu.
    * Cloudwatch: Add missing appsync metrics.
    * Plugins: Add status_source label to plugin request logs.
    * Tracing: Trace to profiles.
    * InfluxDB: Enable InfluxDB backend mode by default.
    * Log Context: Add Log Context support to mixed data sources.
    * Alerting: Add Alerting menu in getPanelMenu.
    * Azure monitor: Support Logs visualization.
    * Transformations: Support enum field conversion.
    * Select: Overflow ellipsis and control over multi value
      wrapping.
    * Transformations: Move debug to drawer.
    * Gauge: Simplify gauge dimension panel options.
    * Loki: Option to add derived fields based on labels.
    * CloudWatch: Add missing GameLift metrics .
    * CloudWatch: Update query batching logic.
    * Bar Gauge: Add max height option.
    * Plugins: Add feat toggle to install managed plugins.
    * Correlations: Add transformations to Explore Editor.
    * Azure Monitor: Add 5 curated dashboards for App insights
      troubleshooting experience.
    * Loki Queries: Query Splitting enabled by default.
    * Alerting: Fetch alerts from a remote Alertmanager.
    * Tooltip: Improved Heatmap tooltip.
    * Dashboard: DashboardGrid - don't animate if reduced-motion set.
    * SQL: Update configuration pages.
    * Geomap: Add more countries ISO 3166 Alpha-3-code to the
      gazetteer/countries.json.
    * Log Rows: Added popover menu with filter options when a log
      line is selected.
    * Auth: Split signout_redirect_url into per provider settings.
    * Analytics: Add option to pass destSDKBaseURL to rudderstack
      load method.
    * SQL: Add timeFilter macro to query builder.
    * Storage: Unified Storage based on Entity API.
    * Policies: Adds deprecation policy.
    Bug fixes
    * Alerting: Fix deleting rules in a folder with matching UID in
      another organization.
    * CloudWatch: Correctly quote metric names with special
    * characters.
    * Fix: Use dashboard time range in prometheus variable editor.
    * DeleteDashboard: Redirect to home after deleting a dashboard.
    * Alerting: Change create/update permissions for silences.
    * DeleteDashboard: Redirect to home after deleting a dashboard.
    * Alerting: Fixes combination of multiple predicates for rule search.
    * Timeseries to table transformation: Fix misaligned table field
      values if some frames are missing a label.
    * CloudWatch: Fetch Dimension keys correctly from Dimension Picker.
    * Plugins: Only preload plugins if user is authenticated.
    * Tempo: Fix read-only access error.
    * Stats: Fix unregistered unified alerting metric.
    * RBAC: Adjust filter for acl list to check for permissions on
      service accounts.
    * Bug: Fix broken ui components when angular is disabled.
    * Plugins: Only set non-existing headers for core plugin requests.
    * CloudWatch: Fetch Dimension keys correctly from Dimension Picker.
    * InfluxDB: Parse data for table view to have parity with
      frontend parser.
    * Elasticsearch: Fix processing of raw_data with not-recognized
      time format.
    * Command Palette: Fix for chinese input and keystrokes being
      lost in slow environments.
    * InfluxDB: Parse data for table view to have parity with
      frontend parser.
    * FeatureToggle: Disable `dashgpt` by default and mark it as
      preview.
    * Explore: Fixes issue with adhoc filters when coming from
      dashboards.
    * SaveDashboardPrompt: Reduce time to open drawer when many
      changes applied.
    * Elasticsearch: Fix processing of raw_data with not-recognized
      time format.
    * Alerting: Fix deleting rules in a folder with matching UID in
      another organization.
    * Bug: Fix broken ui components when angular is disabled.
    * Flamegraph: Update threshold for collapsing and fix flickering.
    * Prometheus: Fix calculating rate interval when there is no
      interval specified.
    * Variables: Add support for aliasIDs to datasource variables
      (Fixes issue with Postgres datasource variables).
    * Explore: Fix queries (cached & non) count in usage insights.
    * Dashboards: Allow updating a dashboard if the user doesn't have
      access to the parent folder.
    * Loki: Fix escaping in cheatsheet.
    * Transformations: Fix Timeseries to table transformation trend
      reduction when result is 0.
    * Alerting: Fix export of notification policy to JSON.
    * Dashboards: Fix dashboard listing when user can't list any folders.
    * Plugins: Keep working when there is no internet access.
    * DashList: Update variables in links when they change.
    * Alerting: Disable cache in rktq when fetching export data.
    * Alerting: Fix export with modifications URL when mounted on subpath.
    * Dashboards: Fix issue causing crashes when saving new dashboard.
    * Search: Modify query for better performance.
    * CloudWatch Logs: Add labels to alert and expression queries.
    * Explore: Fix support for angular based datasource editors.
    * Tempo: Fix support for `statusMessage`.
    * Plugins: Fix status_source always being "plugin" in plugin
      request logs.
    * Bug Fix: Respect data source version when provisioning.
    * Tempo: Fix TraceQL autocompletion with missing `}`.
    * InfluxDB: Fix parsing multiple tags on backend mode.
    * Alerting: Apply negative matchers for route matching.
    * Explore: Fix panes vertical scrollbar not being draggable.
    * Explore: Avoid reinitializing graph on every query run.
    * Prometheus: Fix $\_\_rate_interval calculation.
    * Organize fields transformation: Fix re-ordering of fields using
      drag and drop.
    * Bug fix: Correctly set permissions on provisioned dashboards.
    * InfluxDB: Fix adhoc filter calls by properly checking optional
      parameter in metricFindQuery.
    * Alerting: Fix NoRulesSplash being rendered for some seconds,
      faster creating a rule.
    * RBAC: Allow scoping access to root level dashboards.
    * Alerting: Dont show 1 firing series when no data in Expressions
      PreviewSummary.
    * InfluxDB: Fix aliasing with $measurement or $m on backend mode.
    * InfluxDB: Fix table parsing with backend mode.
    * NodeGraph: Fix edges dataframe miscategorization.
    * Tooltip: Ensure tooltip text is correctly announced by
      screenreaders.
    * Alerting: Fix flaky SQLITE_BUSY when migrating with provisioned
      dashboards.
    * TraceView: Fix cursor not matching visual guide in the timeline
      when resizing.
    * Search: Fix empty folder details for nested folder items.
    * Alerting: Alert rule constraint violations return as 400s in
      provisioning API.
    * A11y: Fix no-static-element-interactions in xy chart editor.
    * Alerting: Fix incorrect decoding for alert rules with %
      characters.
    * Chore: Fix timeout issues when gathering prometheus datasource
      stats.
    Breaking changes
    * In panels using the `extract fields` transformation, where one
      of the extracted names collides with one of the already
      existing ields, the extracted field will be renamed.
    * For the existing backend mode users who have table
      visualization might see some inconsistencies on their panels.
      We have updated the table column naming. This will potentially
      affect field transformations and/or field overrides. To resolve
      this either:
    - Update transformation
    - Update field override Issue
      For the existing backend mode users who have Transformations
      with the `time` field, might** see their transformations are
      not working. Those panels that have broken transformations will
      fail to render. This is because we changed the field key. See
      related PR: https://github.com/grafana/grafana/pull/69865 To
      resolve this either:
    - Remove the affected panel and re-create it
    - Select the `Time` field again
    - Edit the `time` field as `Time` for transformation in
      `panel.json` or `dashboard.json` Issue
      The following data source permission endpoints have been removed:
    - `GET /datasources/:datasourceId/permissions`
    - `POST /api/datasources/:datasourceId/permissions`
    - `DELETE /datasources/:datasourceId/permissions`
    - `POST /datasources/:datasourceId/enable-permissions`
    - `POST /datasources/:datasourceId/disable-permissions`
      Please use the following endpoints instead:
    - `GET /api/access-control/datasources/:uid` for listing data
      source permissions
    - `POST /api/access-control/datasources/:uid/users/:id`,
      `POST /api/access-control/datasources/:uid/teams/:id` and
      `POST /api/access-control/datasources/:uid/buildInRoles/:id`
      for adding or removing data source permissions
      If you are using Terraform Grafana provider to manage data
      source permissions, you will need to upgrade your provider.
    Deprecations
    * Since Grafana 10.2.3 we're deprecating the `showContextToggle`
      data source method. To signal support of Logs Context, it is
      enough to implement the `DataSourceWithLogsContextSupport`
      interface.
    Plugin development fixes & changes
    * Grafana UI: Add description to Menu component.
  - Update to version 10.2.2:
    Bug fixes
    * FeatureToggle: Disable `dashgpt` by default and mark it as
      preview.
    * SaveDashboardPrompt: Reduce time to open drawer when many
      changes applied.
    * Alerting: Fix export with modifications URL when mounted on
      subpath.
    * Explore: Fix queries (cached & non) count in usage insights.
    * Plugins: Keep working when there is no internet access.
  - Update to version 10.2.1:
    Features and enhancements
    * Stat: Add panel option to control wide layout.
    Bug fixes
    * Dashboards: Fix dashboard listing when user can't list any
      folders.
    * Search: Modify query for better performance.
    * Dashboards: Fix issue causing crashes when saving new
      dashboard.
    * RBAC: Allow scoping access to root level dashboards.
    * CloudWatch Logs: Add labels to alert and expression queries.
    * Bug Fix: Respect data source version when provisioning.
    * Explore: Fix support for angular based datasource editors.
    * Plugins: Fix status_source always being "plugin" in plugin
      request logs.
    * InfluxDB: Fix aliasing with $measurement or $m on backend mode.
    * InfluxDB: Fix parsing multiple tags on backend mode.
    * Explore: Fix panes vertical scrollbar not being draggable.
    * Explore: Avoid reinitializing graph on every query run.
    * Bug fix: Correctly set permissions on provisioned dashboards.
    * InfluxDB: Fix adhoc filter calls by properly checking optional
      parameter in metricFindQuery.
    * InfluxDB: Fix table parsing with backend mode.
    * Alerting: Alert rule constraint violations return as 400s in
      provisioning API.
    Breaking changes
    * For the existing backend mode users who have table visualization
      might see some inconsistencies on their panels. We have updated the
      table column naming. This will potentially affect field
      transformations and/or field overrides. To resolve this either:
    - Update transformation
    - Update field override Issue
  - Update to version 10.2.0:
    Features and enhancements
    * Canvas: Promote Button to beta.
    * BarChart: Improve data links UX in tooltip.
    * PluginExtensions: Make sure to pass default timeZone in
      context.
    * PublicDashboards: Enable feature by default for GA and remove
      public preview text.
    * Grafana UI: Add Avatar component.
    * Alerting: Add support for msteams contact point in external
      Alertmanagers.
    * Alerting: Enable Insights landing page.
    * Transformations: De-emphasize non-applicable transformations.
    * Explore: Use short units in graphs.
    * Auth: Enable `None` role for 10.2.
    * Transformations: Add context to transformation editor.
    * Transformations: Add support for setting timezone in Format
      time and Convert field type transformations.
    * Playlist: Add create+update timestamps to the database.
    * Live: Allow setting the engine password.
    * Auth: Add support for role mapping and allowed groups in Google
      OIDC.
    * Alerting: Add provenance field to
      /api/v1/provisioning/alert-rules.
      Plugins: Add status_source label to plugin request metrics.
    * PluginExtensions: Made it possible to control modal size from
      extension.
    * Loki: Change run query button text based on number of queries.
    * CloudWatch Logs: Add pattern command to syntax.
    * Caching: Add feature toggle for memory efficient cache payload
      serialization.
    * Flamegraph: Make color by package the default color mode.
    * Service Accounts: Enable adding folder, dashboard and data
      source permissions to service accounts.
    * SparklineCell: Display absolute value.
    * FeatureToggle: Add awsDatasourcesNewFormStyling feature toggle.
    * CloudWatch: Add missing AWS/Transfer metrics.
    * Transformations: Add variable support to join by field.
    * Alerting: Add rules export on a folder level.
    * PanelConfig: Add option to calculate min/max per field instead
      of using the global min/max in the data frame.
    * Transformations: Add unary operations to Add field from
      calculation.
    * Bar Gauge: Add field name placement option.
    * AzureMonitor: Azure Monitor Cheat sheet.
    * Chore: Bump grafana-plugin-sdk-go to v0.179.0.
    * Dashboards: Add template variables to selectable options.
    * Docs: Update RBAC documentation.
    * Alerting: Export of contact points to HCL.
    * BrowseDashboards: Enable new Browse Dashboards UI by default.
    * Alerting: Use new endpoints in the Modify Export.
    * Transformations: Rename "Transform" tab to "Transform data".
    * Loki: Support X-ray as internal link in derived fields.
    * Table: Make sparkline cell respect no value option.
    * Transformations: Extended support for variables in filter by
      name.
    * Tempo: TraceQL results as a spans list.
    * Transformations: Add naming mode to partition by value.
    * Transformations: Correct description of rename by regex.
    * Team: Support `sort` query param for teams search endpoint.
    * CloudWatch Logs: Make monaco query editor general availability.
    * Explore: Improve timeseries limit disclaimer.
    * Stat: Disable wide layout.
    * DataSourceAPI: Add adhoc filters to DataQueryRequest and make
      it not depend on global templateSrv.
    * Playlist: Remove unused/deprecated api and unused wrapper.
    * Explore: Make Explore Toolbar sticky.
    * Elasticsearch: Added support for calendar_interval in ES date
      histogram queries.
    * Alerting: Manage remote Alertmanager silences.
    * TimeSeries: Implement ad hoc y-zoom via Shift-drag.
    * Cloudwatch: Add missing AWS regions.
    * Transformations: Add support for dashboard variable in limit,
      sort by, filter by value, heatmap and histogram.
    * GrafanaUI: Smaller padding around Drawer's title, subtitle, and
      tabs.
    * InteractiveTable: Add controlled sort.
    * Feature Toggles API: Trigger webhook call when updating.
    * Trace View: Span list visual update.
    * User: Support `sort` query param for user and org user, search
      endpoints.
    * Admin: Use backend sort.
    * Breadcrumbs: Enable plugins to override breadcrumbs that are
      generated by pages defined in plugin.json.
    * Cloudwatch: Add Documentation on Temporary Credentials.
    * Tracing: Span filters reset show matches only.
    * Toggle: Enable Recorded Queries Multi support by default.
    * GrafanaUI: Support memoization of useStyles additional arguments.
    * NodeGraph: Allow to set node radius in dataframe.
    * AdhocFilters: Improve typing and signature of getTagKeys and
      getTagValues and behaviors.
    * OpenSearch: Add timeRange to parameters passed to getTagValues.
    * PublicDashboards: Refresh ds plugin supported list.
    * Chore: Update metrics for AWS/MediaConnect.
    * Tempo: Added not regex operator.
    * MySQL: Update configuration page styling.
    * InteractiveTable: Add horizontal scroll.
    * SSE: Reduce to apply Mode to instant vector (mathexp.Number).
    * CloudWatch: Correctly add dimension values to labels.
    * Alerting: Add export drawer when exporting all Grafana managed
      alerts.
    * Feature: Allow to disable a plugin.
    * Alerting: Always show expression warnings and errors.
    * Tempo: Added spss config - spans per span set.
    * Admin: Use InteractiveTable for user and team tables.
    * Canvas: Button API Editor support template variables.
    * PublicDashboards: Title logo and footer redesign.
    * Tempo: Highlight errors in TraceQL query.
    * Folders: Do not allow modifying the folder UID via the API.
    * Pyroscope: Remove support for old pyroscope.
    * AzureMonitor: Improve Log Analytics query efficiency.
    * Canvas: Button API Editor support setting parameters.
    * Alerting: Support for single rule and multi-folder rule export.
    * Loki: Added query editor and builder support for new Logfmt
      features.
    * Alerting: Add export drawer with yaml and json formats, in
      policies and contact points view.
    * Canvas: Button API - Add support for GET requests.
    * Explore: Content Outline.
    * Alerting: Add Grafana-managed groups and rules export.
    * Plugins: Unset annotation editor variables.
    * Internationalization: Set lang of HTML page to user language
      preference.
    * Chore: Remove unused/deprecated method.
    * Logging: Add `WithContextualAttributes` to pass log params
      based on the given context.
    * CloudWatch: Add AWS/S3 replication metrics (#74416).
    * Canvas: New circle/ellipse element.
    * Loki: Add backend healthcheck.
    * Transformations: Show row index as percent in 'Add field from
      calculation'.
    * Geomap: Add Symbol Alignment Options.
      Dashboard: Auto-generate panel title and description using AI.
    * Alerting: Adds additional pagination to several views.
    * CloudWatch: Add additional AWS/Firehose metrics for
      DynamicPartitioning support.
    * Chore: Replace entity GRN with infra/grn GRN.
    * Dashboard: Remove old panel code and leave only new panel
      design.
    * Tempo: Update default editor to TraceQL tab.
    * Plugins: Move filter back to DataSourceWithBackend.
    * Axis: Add separate show axis option.
    * Alerting: Do not show grouping when grouplabels are empty in
      email template.
    * Currency: Add Malaysian Ringgit (RM).
    * Alerting: Paginate silences table(s).
    * Chore: Update grafana-plugin-sdk-go version.
    * Dashboards: Add "import dashboard" to empty dashboard landing
      page.
    * Dashlist: Use new nested folder picker.
    * Plugins: Add dependency column in version table.
    * Elasticsearch: Unify default value for geo hash grid precision
      across the code to 3.
    * Dashboard: Store original JSON in DashboardModel.
    * Grafana/ui: Expose trigger method from `useForm` to children.
    * RBAC: Enable permission validation by default.
    * Alerting: Update provisioning to validate user-defined UID on
      create.
    * Plugins: Allow async panel migrations.
    * Correlations: Allow creating correlations for provisioned data
      sources.
    * Alerting: Add contact point for Grafana OnCall.
    * Tempo: Improve autocompletion and syntax highlighting for
      TraceQL tab.
    * Auth: Make sure that SAML responses with default namespaces are
      parsed correctly.
    * ArrayVector: Add vector field value warning.
    * Loki: Implement `keep` and `drop` operations.
    * Explore Logs: Update log filtering functions to only have
      effect in the source query.
    * Transforms: Add 'Format String' Transform.
    * Explore: Improve handling time range keyboard shortcuts inside
      Explore.
    * MSSQL: Add support for MI authentication to MSSQL.
    * Tracing: Support remote, rate-limited, and probabilistic
      sampling in tracing.opentelemetry config section.
    * Cloudwatch: Upgrade grafana-aws-sdk.
    * Pyroscope: Template variable support.
    * CloudWatch: Add missing region Middle East (UAE) me-central-1.
    * Feat: Feature toggle admin page frontend write UI and
      InteractiveTable sorting.
    * Cloudwatch: Add back support for old Log Group picker.
    * Google Cloud Monitor: Prom query editor.
    * Plugins: Remove deprecated grafana-toolkit.
    * LibraryPanels: Add RBAC support.
    * Chore: Remove DashboardPickerByID.
    * Elastic: Add `id` field to Elastic responses to allow
      permalinking.
    * Correlations: Add an editor in Explore.
    * Tempo: Replace template variables in TraceQL tab when streaming
      is enabled.
    * CloudWatch Logs: Wrap sync error from executeGetQueryResults.
    * Elasticsearch: Enable running of queries trough data source
      backend.
    * Tempo: Metrics summary.
    * Alerting: Export of alert rules in HCL format.
    * SSE: Localize/Contain Errors within an Expression.
    * Dashboards: PanelChrome - remove untitled placeholder and add
      border when panel is transparent.
    * CloudWatch: Add missing AppFlow metrics.
    * Flamegraph: Move to package.
    * Plugins: Forward feature toggles to plugins.
    * SSE: Group data source node execution by data source.
    * Dashboard: Support template variables in Search tab for Tempo.
    * Cloudwatch: Upgrade aws-sdk and display external ids for
      temporary credentials.
    * Dashboards: Add megawatt hour (MWh) unit.
    * Dashboard: Add support for Tempo query variables.
    * Auth: Add key_id config param to auth.jwt.
    * Alerting: Move legacy alert migration from sqlstore migration
      to service.
    * Loki: Introduce `$__auto` range variable for metric queries.
    * GLDS: Move Text component from the `unstable` package to
      `grafana-ui`.
    * Datasource Plugins: Allow tracking for configuration usage.
    * Cloudwatch Logs: Set Alerting timeout to datasource config's
      logsTimeout.
    * Flamegraph: Add nice empty state for dashboard panel.
    * Explore: Unified Node Graph Container.
    * Tracing: Split name column in search results.
    * Tracing: Trace to metrics default range.
    * Email: Light theme email templates.
    * Correlations: Add organization id.
    * Feat: Feature toggle admin page frontend interface.
    * Alerting: Show annotations markers in TimeSeries panel when
      using Loki as ….
    * Alerting: Custom contact point for OnCall in Grafana AM.
    * Frontend: Allows PanelChrome to be collapsed.
    * Elasticsearch: Implement modify query using a Lucene parser.
    * Table: Support display of multiple sub tables.
    * A11y: Make Annotations and Template Variables list and edit
      pages responsive.
    * Dashboard: Select the last used data source by default when
      adding a panel to a dashboard.
    * Trace to logs: Add service name and namespace to default tags.
    * Alerting: Add new metrics and tracings to state manager and
      scheduler.
    * Alerting: Add configuration options to migrate to an external
      Alertmanager.
    * Annotations: Improve updating annotation tags queries.
    * SSE: Support hysteresis threshold expression.
    * Dashboards: Add alert and panel icon for dashboards that use
      Angular plugins.
    * Chore: Update ubuntu image to 22.04.
    * Auth: Add support for OIDC RP-Initiated Logout.
    * Dashboard: Field Config - Add CFP franc currency (XPF).
    * Auth: Check id token expiry date.
    * Alerting: Update Discord settings to treat 'url' as a secure
      setting.
    * Prometheus: Add $\_\_rate_interval_ms to go along with
      $\_\_interval_ms.
    * Alerting: Update state manager to change all current states in
      the case when Error\NoData is executed as Ok\Nomal.
    * Tempo: Integrate context aware autocomplete API.
    * GrafanaUI: Add aria-label prop to RadioButtonGroup.
    * Search API: Search by folder UID.
    * Alerting: Migrate old alerting templates to Go templates.
    Bug fixes
    * Snapshots: Fix breakage of some panel types due to missing
      structureRev.
    * Loki: Fix Autocomplete in stream selector overwriting existing
    * label names, or inserting autocomplete result within label
      value.
    * Alerting: Prevent cleanup of non-empty folders on migration
      revert.
    * Flamegraph: Fix inefficient regex generating error on some
      function names.
    * Authn: Prevent empty username and email during sync.
    * RBAC: Fix plugins pages access-control.
    * Tabs: Fixes focus style.
    * Rendering: Fix Windows plugin signature check.
    * Dashboards: It always detect changes when saving an existing
      dashboard .
    * Flamegraph: Fix theme propagation.
    * Pyroscope: Fix backend panic when querying out of bounds.
    * DataSourcePicker: Disable autocomplete for the search input .
    * Loki: Cache extracted labels.
    * Tempo: Fix service graph menu item links.
    * Flamegraph: Fix bug where package colors would be altered after
      focusin on a node.
    * Legend: Fix desc sort so NaNs are not display first.
    * Transformations: Fix bug with calculate field when using reduce
      and the all values calculation.
    * Plugins: Fix sorting issue with expandable rows.
    * Alerting: Show panels within collapsed rows in dashboard picker.
    * Tempo: Use timezone of selected range for timestamps.
    * Flamegraph: Fix css issues when embedded outside of Grafana.
    * Alerting: Make shareable alert rule link work if rule name
      contains forward slashes.
    * SQLStore: Fix race condition in RecursiveQueriesAreSupported.
    * Connections: Make the "Add new Connection" page work without
      internet access.
    * TimeSeries: Apply selected line style to custom pathBuilders.
    * Alerting: Fix non-applicable error checks for cloud and
      recording rules.
    * TabsBar: Fix height so that it aligns with grid, and alignItems
      center.
    * Prometheus: Fix creation of invalid dataframes with exemplars.
    * Loki: Fix filters not being added with multiple expressions and
      parsers.
    * Pyroscope: Fix error when no profile types are returned.
    * BarChart: Axes centered zero, borders, and colors.
    * Plugins: Refresh plugin info after installation.
    * LDAP: FIX Enable users on successful login .
    * XYChart: Fix numerous axis options.
    * Trace View: Remove "deployment.environment" default traces 2
      logs tag.
    * Snapshots: Use appUrl on snapshot list page.
    * Canvas: Fix inconsistent element placement when changing
      element type.
    * Connections: Display the type of the datasource.
    * Alerting: Indicate panels without identifier.
    * Notifications: Don't show toasts after refreshing.
    * Alerting: Fix default policy timing summary.
    * Alerting: Handle custom dashboard permissions in migration
      service.
    * CloudWatch Logs: Fix log query display name when used with
      expressions.
    * Dashboards: Escape tags.
    * Cloudwatch: Fix Unexpected error.
    * Transformations: Fix group by field transformation field name
      text-overflow.
    * LDAP: Disable removed users on login.
    * Time Range: Using relative time takes timezone into account.
    * Loki: Fix filtering with structured metadata.
    * Dashboard embed: Use port instead of callbackUrl.
    * Alerting: Fix data source copy when switching alert rule types.
    * Alerting: Fix delete cloud rule from detail page.
    * LDAP: Fix active sync with large quantities of users.
    * PublicDashboards: Data discrepancy fix. Use real datasource
      plugin when it is a public dashboard. .
    * A11y: Fix exemplar marker accessibility.
    * A11y: Fix resource picker accessibility.
    * A11y: Fix resource cards accessibility.
    * Template Variables: Fix conversion from non standard data to
      dataFrame.
    * A11y: Fix canvas element accessibility.
    * Tempo: Fix
    * A11y: Fix canvas setting button accessibility.
    * PublicDashboards: Query order bug fixed.
    * DatePicker: Fix calendar not showing correct selected range
      when changing time zones.
    * Cloud Monitoring: Support AliasBy property in MQL mode.
    * Alerting: Fix cloud rules editing.
    * Dashboard: Fixes dashboard setting Links overflow.
    * A11y: Fix toggletip predictable focus for keyboard users.
    * Gauge: Add overflow scrolling support for vertical and
      horizontal orientations.
    * Export: Remove DS input when dashboard is imported with a lib
      panel that already exists.
    Breaking changes
    * The deprecated `/playlists/{uid}/dashboards` API endpoint has
      been removed. Dashboard information can be retrieved from the
      `/dashboard/...` APIs. Issue
    * The `PUT /api/folders/:uid` endpoint no more supports modifying
      the folder's `UID`. Issue
    * This is a breaking change as we're removing support for
      `Intersection` (although it is replaced with an option that is
      early the same).
    * Removed all components for the old panel header design.
    Deprecations
    * Correlations created before 10.1.0 do not have an organization
      id assigned and are treated as global. In some rare cases, it
      may lead to confusing behavior described in #72259.
      Organization id is now added when a correlation is created. Any
      existing correlations without organization id will be kept
      intact and work as before for backward compatibility during the
      deprecation period that is set to 6 months after handling
      organization id is released. After that time, correlations
      without org_id (or org_id = 0 in the database) will stop
      showing up in Grafana.
      To migrate existing correlations to handle organization id
      correctly:
    - re-provision any correlations that were created as part of
      provisioning
    - re-create any correlations created with Admin/Correlations
      page Issue
    * Starting with 10.2, `parentRowIndex` is deprecated. It will be
      removed in a future release. From 10.2, sub-tables are
      supported by adding `FieldType.nestedFrames` to the field that
      contains the nested data in your dataframe.
    Plugin development fixes & changes
    * Toggletip: Add support to programmatically close it.
    * Drawer: Make content scroll by default.
* Tue Feb 20 2024 witold.bedyk@suse.com
  - Update to version 10.1.7:
    * [SECURITY] CVE-2023-6152: Add email verification when updating
      user email
    * [FEATURE] DashboardSchema: Add options to VariableModel
    * [BUGFIX] Annotations: Split cleanup into separate queries and
      deletes to avoid deadlocks on MySQL
  - Update to version 10.1.6:
    * [FEATURE] Alerting: Attempt to retry retryable errors
    * [FEATURE] Azure: Add support for Workload Identity
      authentication
    * [BUGFIX] Alerting: Fix deleting rules in a folder with matching
      UID in another organization
    * [BUGFIX] Alerting: Make shareable alert rule link work if rule
      name contains forward slashes
    * [BUGFIX] Loki: Cache extracted labels to avoid too many sample
      requests in code editor
    * [BUGFIX] DataSourcePicker: Disable autocomplete for the search
      input
    * [BUGFIX] Plugins: Refresh plugin info after installation
    * [BUGFIX] LDAP: FIX Enable users on successfull login
    * [BUGFIX] Loki: Fix filters not being added with multiple
      expressions and parsers
* Mon Oct 16 2023 daniel@molkentin.de
  - Update to version 10.1.5:
    * Features and enhancements:
    - Azure: Settings for Azure AD Workload Identity
    - Azure: Add support for Workload Identity authentication
    * Bugfixes:
    - Alerting: Add support for `keep_firing_for` field from
      external rulers
    - Cloudwatch: Prevent log group requests with ARNs if feature
      flag is off
    - Cloudwatch: Backport 73524 Bring Back Legacy Log Group
      Picker
  - Update to version 10.1.3:
    * Features and enhancements:
    - Docs: add deep links info
    - Plugins: Angular: Removed getLegacyAngularInjector Angular
      pattern
    - Update `make docs` procedure
    - Docs: Add multiple y-axes guidance
    - Docs/creates backup grafana topic
    - Docs: Fix nightly builds link
    - Auth: Optimize auth token operations
    - Docs: add dashboards folder naming guidance
    - Alerting docs: adds roll back warning to config grafana
    - Auth: Refactor for revoking user tokens within last hours
    - Docs: 404 fix - updated alerting link
    - Chore: Remove unused secret enterprise2-cdn-path -
      Nightlies: Push windows artifacts to GCS on main builds
    - Chore: Update github.com/ProtonMail/go-crypto
    - Prometheus: Handle the response with different field key order
    - Share link: Use panel relative time for direct link rendered
      image
    - AdHocVars: Allow selecting datasource variable from data
      source picker
    * Bugfixes:
    - Canvas: Avoid conflicting stylesheets when loading SVG icons
    - InfluxDB: Fix adhoc filter call
    - Fix Grafana Cloud data source alerting link 404
    - Docs: add missing shared files to upgrade guides 8-9.4
    - Docs: replace broken link with current docs location
    - Alerting: Prevent showing "Permissions denied" alert when not
      accurate
    - RBAC: Fix search user permissions
    - BrowseDashboards: Only remember the most recent expanded folder
    - Fix contact points aliases and add additional for
      `/docs/grafana/<GRAFANA_VERSION>/alerting/contact-points/`
    - Remove set-up-cloud page as it has been moved to the website
      repository
    - Tempo Service Map: Fix context menu links in service map when
      namespace is present
    - Logs Panel: Performance issue while scrolling within panel in
      safari
    - Licensing: Pass func to update env variables when startingi
      plugin
    - Bug: Allow to uninstall a deprecated plugin
    - Doc: Remove Cloud Pro and Advanced references
    - InfluxDB: Fix multiple tag selection
    - usePanelSave: Fix success/error notifications
    - Nested folders: Fix folder hierarchy in folder responses
    - Docs: Add basic query option descriptions
    - Docs: Fix broken link
    - Docs: Correct broken link and update reference
    - Auth: Fix set basicrole to the previous role in UI on error
      from backend
    - Alerting: Do not exit if Redis ping fails when using
      redis-based Alertmanager clustering
    - Docs: Replace relref with docs/ref link
    - Refactor: Move LDAP auth config frontend registration to OSS
    - PromLink: Fixes promlink test failing in CI and locally
    - Update `make docs` procedure
    - Alerting docs: link fixes and a note for expressions
    - Docs:  Update the Elasticsearch data source docs
    - Add version lookup to `docs/shared` usage in Tempo
    - docs: updates broken link
    - Docs: reorder visualizations pages
    - Docs: Fix 404s
    - Docs: Remove docs reference to removed feature
    - Alerting: Refactor AlertRuleForm and fix annotations step
      description for cloud rules
    - Update `docs/shared` shortcode usage to use keyword argument
      interface
    - Docs: Update docs on comparisions with $values
    - Update `make docs` procedure
  - Update to version 10.1.2:
    * (upstream packaging dependency changes only, identical to
      10.1.1 for our purposes)
* Fri Sep 01 2023 marius.kittler@suse.com
  - Update to version 10.1.1:
    * Features and enhancements
    - Loki: Remove distinct operation.
    - Whitelabeling: Add a config option to hide the Grafana
      edition from the footer.
    - Alerting: Optimize rule details page data fetching.
    - Alerting: Optimize external Loki queries.
    * Bug fixes
    - Alerting: Limit redis pool size to 5 and make configurable.
    - Elasticsearch: Fix respecting of precision in geo hash grid.
    - Dashboard: Fix Variable Dropdown to Enforce Minimum One
      Selection when 'All' Option is Configured.
    - Chore: Fix Random Walk scenario for Grafana DS.
    - AuthProxy: Fix user retrieval through cache.
    - Alerting: Fix auto-completion snippets for KV properties.
    - Alerting: Fix incorrect timing meta information for policy.
    - Alerting: Add new Recording Rule button when the list is
      empty.
    - Drawer: Clicking a Select arrow within a Drawer no longer
      causes it to close.
    - Logs: Fix log samples not present with empty first frame.
    - Alerting: Fix Recording Rule QueryEditor builder view.
    - Transforms: Catch errors while running transforms.
    - Dashboard: Fix version restore.
    - Logs: Fix permalinks not scrolling into view.
    - SqlDataSources: Update metricFindQuery to pass on scopedVars
      to templateSrv.
    - Rendering: Fix dashboard screenshot.
    - Loki: Fix validation of step values to also allow e.g. ms
      values.
    - Dashboard: Fix repeated row panel placement with larger
      number of rows.
    - CodeEditor: Correctly fires onChange handler.
    - Drawer: Fix scrolling drawer content on Safari.
    - Alerting: Remove dump wrapper for yaml config.
    - Alerting: Always invalidate the AM config after mutation.
    - Slug: Combine various slugify fixes for special character
      handling.
    - Logs: Fix displaying the wrong field as body.
    - Alerting: Fix "see graph button" for cloud rules.
* Thu Aug 24 2023 marius.kittler@suse.com
  - Update to version 10.1.0:
    * Features and enhancements
    - Usage stats: Tune collector execution startup and interval.
    - Prometheus: Add support for day_of_year.
    - Transforms: Add Alpha Format Time Transform.
    - Prometheus: Add present_over_time syntax highlighting.
    - Login: Show oauth error messages inline.
    - Geomap: Promote route + photos layer to beta, promote geojson
      layer to stable.
    - Dashboards: Add Angular deprecation alert in data source
      query editor.
    - Auth: Lock organization roles for users who are managed
      through an external auth provider.
    - Tranformations: True OUTER JOIN in the join by field
      transformation used for tabular data .
    - NestedFolders: Enable new nested folder picker by default for
      nested folders.
    - Alerting: Add dashboardUID and panelID query parameters for
      loki state history.
    - Feature toggles management: Define get feature toggles api.
    - Prometheus: Turn browser resource cache on by default.
    - Alerting: Improve alerts names visibility on narrow panels.
    - Data Sources: Remove Admin/Data sources page in favour of
      Connections/Data sources.
    - Loki: Enable Query Splitting by default.
    - AuthN: Lock down manual role updates for users synced through
      Grafana Com portal.
    - Tempo: Remove traceqlSearch feature toggle.
    - Alerting: Keep legacy alert rule maxDataPoints and intervalMs
      during migration.
    - Alerting: Add min interval option to alert rule query
      creation.
    - Alerting: Add View YAML button for Grafana/provisioned rules.
    - Plugin: Remove error on invalid version.
    - Traces: Enable showing trace ids.
    - RBAC: Split non-empty scopes into kind, attribute and
      identifier fields for better search performance.
    - Adminstration: Feature toggle for feature toggle admin page.
    - Alerting: Improve performance of matching captures.
    - CommandPalette: Remove parent search and fuzzy search for
      pages.
    - Tracing: Remove newTraceViewHeader feature toggle.
    - FlameGraph: Add column in table with buttons to filter and
      sandwich a symbol.
    - Units: Added support for Candela (cd).
    - Alerting: Add contact point provisioning file export.
    - Redshift: Support caching async aws queries.
    - Alerting: Save and restore condition reference while
      switching type.
    - Explore: Remove exploreMixedDatasource feature toggle.
    - OAuth: Introduce user_refresh_token setting and make it
      default for the selected providers.
    - Alerting: Adds support for toggling common labels.
    - Plugin: Validate plugin version on installation.
    - Explore: Replaced deprecated 'query' property with 'queries'
      in splitOpen.
    - Plugins: Remove logs button instead of disabling it.
    - Traces: Add inline validation and greater precision to
      duration fields in span filters.
    - Alert: Change error icon to exclamation-circle.
    - Field Config: Add new units (mΩ, kHz, MHz, GHz, ac, ha).
    - Plugins: Fail plugins installation on wrong args provided.
    - Logs: Display log row menu cell on displayed fields.
    - Auth: Move LDAP debug to Authentication menu.
    - AzureMonitor: Add switch to control time-range for Logs
      queries.
    - Alerting: Changes to evaluation group step.
    - PanelInspect: Clean table display settings from field config.
    - QueryBuilder: Preserve queries when switching from Mixed.
    - Public Dashboard: Redesign modal (v2).
    - Tracing: Add services, depth to span filters metadata.
    - PluginExtensions: Add category to link extensions.
    - Alerting: Add smart type selection when creating a new alert
      rule.
    - Alerting: Keep rule form buttons always on top.
    - Feat: Match allowed cookies with optional character.
    - Plugins: Add feature toggle for Temporary Credentials.
    - Tracing: Show next/prev buttons when span filters are
      collapsed.
    - Heatmap: Add datalink support.
    - Table: Add custom cell rendering option.
    - Alerting: Use new "Label" components for alert instance
      labels.
    - Prometheus: Add disableRecordingRules datasource config.
    - Alerting: Use ToggleTip instead of Hovercard in the info
      popup on Math expressions.
    - Alerting: Improve time range and max data points info in
      QueryEditor.
    - A11y: Do not force colors in the color swatch and icon
      series.
    - A11y: Add support for toggle buttons in high contrast mode.
    - LogContext: Make centered row unsticky on click.
    - LogContext: Add button to scroll to center.
    - Alerting: Render folder selector in options for Alert List
      Panel only when having Grafana datasource.
    - Connections console: Add Angular badge for Angular plugins.
    - Flamegraph: Add switch for color scheme by value or by
      package.
    - Auth: Enforce role sync except if skip org role sync is
      enabled.
    - AuthZ: Extend /api/search to work with self-contained
      permissions.
    - Login: Adjust error message when user exceed login attempts.
    - Nested folders: Paginate child folder items.
    - Units: Add events/messages/records/rows throughput units.
    - Plugins: Enable feature toggles for long running queries by
      deafult.
    - I18n: Translate phrases for new Browse Dashboards.
    - Flamegraph: Prevent cropping of tooltip by bottom of the
      viewport.
    - Pyroscope: Preselect default profile type or app in the query
      editor dropdown.
    - Trend: Support disconnect values and connect nulls options.
    - StateTimeline: Add disconnect value option.
    - DSPicker: Use new DS picker everywhere.
    - Alerting: Reduce number of unnecessary request in the alert
      list panel in case ….
    - Docs: Update query and resource caching documentation to
      improve clarity and add additional context.
    - Alerting: Adds in-app documentation for Classic Conditions.
    - Alerting: Display a warning when a contact point is not in
      use.
    - Dashboards: Support an auto refresh interval that is based on
      the query range.
    - Loki: Preserve pipeline stages in context query.
    - Logs: Link anchored logline when opening context in split
      view.
    - Prometheus: Add capability to filter label names by metric in
      template variable editor.
    - Alerting: Expression card improvements.
    - Logs: Show active state of "filter for value" buttons in Logs
      Details.
    - Loki: Deprecate resolution.
    - PanelPlugin: Allow hiding standard field config from
      defaults.
    - InteractiveTable: Add pagination and header tooltips.
    - FlameGraph: Add sandwich view.
    - Login: Show error messages inline in form instead of in
      toasts.
    - Elasticsearch: Enable logs samples for metric queries.
    - Geomap: Add network layer.
    - Alerting: Bump grafana/alerting and refactor the
      ImageStore/Provider to provide image URL/bytes.
    - Auth: Support google OIDC and group fetching.
    - Alerting: Make QueryEditor not collapsable.
    - TimeSeries: Add option to disconnect values.
    - Logs: Add toggle behavior support for "filter for" and
      "filter out" label within Logs Details.
    - Plugins: Periodically update public signing key.
    - Navigation: Add navigation customization options to config
      documentation.
    - Config: Add configuration option to define custom user-facing
      general error message for certain error types.
    - Alerting: Add notification policy provisioning file export.
    - CloudWatch: Add missing EventBridge Pipe metrics.
    - SSE: Support for ML query node.
    - Database: Make dialects independent of xorm Engine.
    - Mysql Tests: For mysql5.7 integration tests use utf8mb4
      charset.
    - Alerting: Show disabled provisioned evaluation group.
    - Auth: Support Gitlab OIDC scopes.
    - InfluxDB: Backend parser compatibility with frontend parser.
    - PublicDashboards: Audit table pagination.
    - CloudWatch: Add missing AWS/FSx metrics.
    - Variables: Show description instead of definition in table.
    - Alerting: Repurpose rule testing endpoint to return potential
      alerts.
    - NestedFolders: Move New folder into a drawer.
    - Loki: Implement step editor.
    - DataFrame: Align frame (series.name) and field naming
      (field.name).
    - Auth: Use auth broker by default.
    - Dashboards: Add dashboard embed route.
    - Nested folders: Improve loading states.
    - Alerting: Use monaco editor for admin page.
    - Legend: Sort by name.
    - QueryField: Set default value for onBlur prop.
    - Tempo: TraceQL editor - Match type of new values with values
      in dropdown.
    - Logs: Add permalink to log lines.
    - Logs: Implement "infinite" scrolling in log context.
    - Tracing: Use new DataSourceDescription component.
    - Plugin Extensions: Custom limits for extensions-per-plugin.
    - Alerting: Display error if repeat interval is lower than
      group interval.
    - Tracing: Move upload trace to button.
    - I18n: Add server config to detect browser language.
    - Tempo: Represent OTLP Span Intrinsics correctly.
    - News: Expose config option to disable News feed.
    - Alerting: Change how we display annotations in the rule form.
    - Azure: AzureMonitorMetrics - change response to be dataplane
      compliant.
    - JoinDataFrames: Keep field name if possible.
    - Dashboards: Data source template variable options now specify
      a current value using uid.
    - Alerting: Add more context to delete modals.
    - Plugins: Forbid loading Angular plugins when Angular is
      disabled.
    - Tempo: TraceQL query response streaming.
    - Catalog: Display badges for Angular plugins and disable
      install if Angular is disabled.
    - Chore: Adding "allowed_groups" Configuration Parameter to
      Generic OAuth Method.
    - Loki: Add support for distinct operation in autocomplete and
      query builder.
    - Chore: Avoid unnecessary byte/string conversions.
    - Loki: Implement decolorize logql operation.
    - CloudWatch: Wrap VariableEditor dimension fields.
    - TimeSeries: Add zoom-out functionality on double click.
    - Plugins: Bump Plugin SDK version and address instance
      management breaking changes.
    - FlameGraph: Add option to align text left or right.
    - Logs: Added copy-to-clipboard fallback support and visual
      feedback after copying.
    - Auth: Respect cache control for JWKS in auth.jwt.
    - Pyroscope: Rename phlare to grafana-pyroscope-datasource.
    - Alerting: Add notification policies preview in alert
      creation.
    - Page: Add inline rename functionality.
    - Tracing: Rename reset to clear for consistency.
    - Alerting: Adds support for timezones in mute timings.
    - Datasources: Deprecate and log creating/updating datasources
      with invalid UIDs.
    - Tracing: Upgrade tracing data source configuration editors.
    - Loki: Preserve pre-selected labels in the log context UI.
    - NestedFolders: Improve performance of Browse Dashboards by
      loading one page at a time.
    - Plugins: Add a new UI Extension type.
    - StateTimeline: Support hideFrom field config.
    - Chore: Remove alpha icon panel.
    - PublicDashboards: Support timezone on query API.
    - API: Add deprecation notice for updating folder UID.
    - Accessibility: Make QueryOptions in Phlare and Parca
      accessible.
    - Chore: Test datasource to support template $seriesIndex in
      label values.
    - Loki: Add functionality to revert to initial query in log
      context.
    - Alerting: Reorder new alert and export buttons.
    - Accessibility: Prevent TimePickerContent overflowing page
      height.
    - Build: Update plugin installation in custom Dockerfile.
    - Alerting: Enable alerts preview on notification policies
      page.
    - Accessibility: Adds aria tags to VizTooltip so screen readers
      announce them.
    - Breadcrumbs: Don't add breadcrumb for the current tab.
    - NewsDrawer: Add grot to news drawer (after news items).
    - Tempo: Integrate scoped tags API.
    - Auth: Use PKCE by default (If OAuth provider supports PKCE).
    - Accessibility: Add Skip to content link.
    - Auth: Add alpha version of the Extended JWT client.
    - Alerting: Add option for memberlist label.
    - Breadcrumbs: Improve responsiveness.
    - PluginExtensions: Expose scopedVars via the context to
      plugins that extends the dashboard panel menu.
    - Trace View: Rename span detail attribute sections.
    - Correlations: Add links to prometheus dataframe where labels
      are split out.
    - Theme: Change dark theme borders to improve contrast on
      primary background.
    - Alerting: Refactor the ImageStore/Provider to provide image
      URL/bytes.
    - Alerting: Allow to tab onto elements for a11y.
    - Grafana: Upgrades mysql images from 5.7 to 8.
    - Frontend logging: Remove Sentry javascript agent support.
    - HTTP: Add TLS version configurability for grafana server.
    - NestedFolders: Use new Browse Dashboards UI behind feature
      flag.
    - CloudWatch: Remove dynamic labels feature toggle.
    - Suggestions: Prioritize preferred visualizations for
      suggestion list.
    - Explore: Allow the use of plugin panels.
    - Grafana/ui: Add UserIcon and UsersIndicator components.
    - Connections: Simplify connections nav.
    - Variables: Add support for $__timezone template variable.
    - Design System: Refactor IconButton and update documentation.
    - CloudWatch: Update metric stat editor to match aws
      statistics.
    - Chore: Replace go-multierror with errors package.
    - Explore: Make toolbar action extendable by plugins.
    - Loki: Add the ability to prettify logql queries.
    - TimeSeries / StateTimeline: Add support for rendering enum
      fields.
    - Elasticsearch: Improve query type selection.
    - Metrics: Update Help to mention active viewers.
    - MySQL: Add option to allow cleartext passwords.
    - Platform: Add support for Postgresql pgpass file.
    - ServiceAccounts: Add secret scan service docs.
    - Azure: Configuration for user identity authentication in
      datasources (Experimental).
    * Bug fixes
    - DataSourceProxy: Fix url validation error handling.
    - AzureMonitor: Allow serviceTags and tags to be empty for
      trace results.
    - UserSync: Avoid UpdateLastSeenAt with invalid user ids.
    - Nested folders: Fix search query for empty self-contained
      permissions.
    - Auth: Lock down Grafana admin role updates if the role is
      externally synced.
    - DS Picker: Ignore capitalization when sorting dropdown list.
    - Logs: Fix ui getting stuck when removing fields.
    - Data sources: Dashboards page now loads correctly from direct
      url.
    - Provisioning: Fix overwrite SecureJSONData on provisioning.
    - Loki: Run logs volume for query when switching from trace to
      logs.
    - Alerting: Fix refetching grafana rules on alert list panel.
    - Alerting: Fix contact point testing with secure settings.
    - Alerting: Exclude expression refIDs from NoData state.
    - Alerting: Fix state manager to not keep datasource_uid and
      ref_id labels in state after Error.
    - Dashboards: Fix small drop target for importing dashboards.
    - TimeSeries: Fix zoom not working after editing panel.
    - Dashboard: New Datasource picker link is keyboard accessible.
    - CloudMonitoring: Correctly set title and text fields for
      annotations.
    - AzureMonitor: Fix ResourcePicker hanging.
    - Fix: Hide Forward OAuth Identity toggle when azure auth is
      enabled.
    - Flamegraph: Fix wrong positioning of tooltip in dashboards.
    - Dashboards: Save tags on dashboard creation.
    - A11y: Fix keyboard accessibility in LayerDragDropList.
    - DataLinks: Fix bug where links which used built in variables
      could be hidden.
    - LogContext: Fix a bug where multiple logs with similar
      nanosecond timestamps were loaded too often.
    - Dashboard: Slider overlapping with right input field.
    - Alerting: Support spaces in alert names for creating silence
      links.
    - Swagger: Fix response for the search users endpoint.
    - Auth: Fix US gov azure ad oauth URL parsing.
    - SSE: DSNode to update result with names to make each value
      identifiable by labels (only Graphite and TestData).
    - PanelChrome: Fixes issues with hover header and resizing
      panel above.
    - Dashboard: Add suggestion box for Flame Graph.
    - Slug: Use urlencoding to support non-ASCII characters.
    - Checkbox: Fix alignment in Safari.
    - Alerting: Fixes clone url for instances hosted on sub path.
    - Alerting: Support concurrent queries for saving alert
      instances.
    - Dashboards: Allow dashboards with same name in different
      folders.
    - Query: Fix concurrency handling for mixed datasource queries.
    - Alerting: Allow executing "hidden" queries.
    - EchoBackend: Make EchoSrvTransport batched.
    - CodeEditor: Ensure suggestions only apply to the instance of
      the editor that registered them.
    - NestedFolders: Ensure New dashboard page has the correct
      breadcrumb hierarchy.
    - Transformations: Config overrides being lost when config from
      query transform is applied.
    - Azure: Fix Kusto auto-completion for Azure datasources.
    - Loki: Fix parsing of escaped quotes in LogQL.
    - Loki: Fix showing of correct line limit in options.
    - Alerting: Fix notification policies inheritance algorithm.
    - Checkbox: Fix extraneous right hand margin when no label is
      present.
    - Preferences: Can reset timezone preference back to default
      correctly.
    - Azuremonitor: Multi resource fix.
    - AzureMonitor: Support multi-resource aliases and subscription
      aliases.
    - Revert: Allow editors to access GET /datasources.
    - MySQL: Use transaction_isolation instead of tx_isolation.
    - Logs: Change logic creating uid in LogRowModel.
    - Dashboard: Re-align Save form.
    - Elasticsearch: Implement filter query to not run hidden
      queries trough backend.
    - Elasticsearch: Fix passing of limit and datalinks to logs
      data frame.
    - Dashboards: Improve delete dashboard performance due to slow
      annotations query.
    - Elasticsearch: Handle no-index case in backend mode.
    - GrafanaUI: Support Tooltip as Dropdown child.
    - Node graph: Fix req/s in value.
    - FlameGraph: Debounce search update preventing too frequent
      rerenders.
    - Settings: Add ability to override skip_org_role_sync with Env
      variables.
    - DarkTheme: Fix dark theme shadows.
    - Heatmap: Fix color rendering for value ranges < 1.
    - AzureMonitor: Clear queries if header value changes.
    - AzureMonitor: Fix logs query multi-resource and timespan
      values.
    - CloudWatch: Use grafana-aws-sdk v0.15.0.
    - Datasource: Fix missing raw SQL query in Query Inspector when
      query returns zero rows.
    - LibraryPanels: Don't include ScopedVars with persisted model.
    - Elasticsearch: Fix processing of logs with not-recognized
      time format.
    - Google Cloud Monitor: Fix mem usage for dropdown.
    - Cloudwatch Logs: Ignore non-time grouping fields in
      expressions and alerts.
    - Correlations: Enable traceView formatted links.
    - SQL Datasources: Reinstate SQL data source behavior around
      database selection when default configured databases already
      exist.
    - API: Fix status code when starring already starred dashboard.
    - Dashboard: Update query group options.
    * Breaking changes
    - This change impacts all instances that use external
      authentication providers to manage users and organization
      role assignments.
      From Grafana 10.1, it will no longer be possible to manually
      update organization roles (Viewer, Editor and Admin) that are
      managed by an external auth provider. We are making this
      change to clearly separate between roles managed by an
      external auth provider and manually assigned roles, which
      increases security and clarity around role management.
      If you prefer to manually set user organization roles, use
      skip_org_role_sync option in the Grafana configuration file
      of your OAuth provider.
      Refer to the release notes of Grafana 9.5 for context on the
      previous work done to build up to this change.
    - This change impacts GitHub OAuth, Gitlab OAuth, Okta OAuth
      and Generic OAuth
      Currently if no organization role mapping is found for a
      user when connecting via OAuth, Grafana doesn’t update the
      user’s organization role.
      With Grafana 10.1, on every login, if the
      role_attribute_path property does not return a role, then
      the user is assigned the role specified by the
      auto_assign_org_role option.
      To avoid overriding manually set roles, enable the
      skip_org_role_sync option in the Grafana configuration for
      your OAuth provider.
    - InfluxDB backend parser returns incompatible data with
      frontend. The data was being parsed by frontend and we
      moving towards migrating InfluxDB fully backend. One caveat
      is Frontend is generating data frames with fields Time and
      Value. The backend parser, however, generates time and
      value. This is causing issues and inconsistencies for the
      features (i.e. transformations) relying on those. In order
      to have a unique approach we choose to support what most of
      the users already have. Existing Transformations that depend
      on time fields have to be updated to use Time fields.
    - For accessibility reasons tooltip or aria-label are now
      required properties for IconButton. In order to continue to
      use IconButton, you must ensure all IconButton components
      have a corresponding tooltip or aria-label text. The tooltip
      text will also be used as the aria-label if you didn't set
      one separately. In case you add an aria-label the IconButton
      will not show a tooltip.
    - The implementation for template macro ${__series.name} was
      not always correct, resulting in an interpolation that was
      very different from the series name displayed in the
      visualization. We have now fixed this issue so that it does
      show the same name. Depending on how ${__series.name} is
      used this could result in a minor breaking change.
    - The data source template variable type has changed the way
      it represents its options. The text field still represents
      the data source name, but the value has been changed to the
      uid of the data source. This allows dashboards to declare
      the currently selected option by uid, however it changes how
      a datasource template variable value will be rendered by
      default. If the name of the data source is expected, the
      variable syntax will have to be changed to specify the text
      format.
    - We are changing the logic that creates uid in LogRowModel.
      Previously, for uid we used id field from log's data frame.
      Unfortunately, when users run multiple queries that returned
      duplicate logs data, uid was not unique which was causing
      bugs. To make uid unique across multiple queries that return
      duplicate logs data, we are now prepending uid with refId of
      query that produced the log line. We recommend not to rely
      on LogRowModel uid and instead use dataFrame id field.
    - The deprecated support for monitoring Grafana frontend using
      Sentry javascript agent has been removed in this release. If
      you have frontend logging enabled and are sending telemetry
      to Sentry by setting sentry_dsn configuration property, this
      will no longer work. Otherwise, if frontend logging is
      enabled, it will now automatically use Grafana Faro agent.
    * Deprecations
    - The query parameter of Explore's SplitOpen function is
      deprecated (passed in mapInternalLinkToExplore). Please use
      the queries parameter instead, which allows passing multiple
      queries to SplitOpen function. To pass a single query to
      SplitOpen function, set the queries parameter to an array
      containing that single query.
    - Starting with 10.0, changing the folder UID is deprecated. It
      will be removed in a future release. Please avoid using it
      because it can result in folder losing its permissions.
    * Plugin development fixes & changes
    - GrafanaUI: Define tooltip or aria-label as required for
      IconButton.
    - Select: Performance improvements when opening menu and when
      hovering over options.
    - ConfirmModal: Ignore case for confirmation text.
    - Grafana/ui: Fix margin in RadioButtonGroup option when only
      icon is present.
* Wed Jul 26 2023 marius.kittler@suse.com
  - Update to version 10.0.3:
    * Features and enhancements
    - Alerting: Sort NumberCaptureValues in EvaluationString.
    - Alerting: No longer silence paused alerts during legacy
      migration.
    - Auth: Add support for custom signing keys in auth.azure_ad.
    * Bug fixes
    - Alerting: Fix edit / view of webhook contact point when no
      authorization is set.
    - AzureMonitor: Set timespan in Logs Portal URL link.
    - Plugins: Only configure plugin proxy transport once.
    - Elasticsearch: Fix multiple max depth flatten of multi-level
      objects.
    - Elasticsearch: Fix histogram colors in backend mode.
    - Alerting: Fix state in expressions footer.
    - AppChromeService: Fixes update to breadcrumb parent URL.
    - Elasticsearch: Fix using multiple indexes with comma
      separated string.
    - Alerting: Fix Alertmanager change detection for receivers
      with secure settings.
    - Transformations: Fix extractFields throwing Error if one
      value is undefined or null.
    - XYChart: Point size editor should reflect correct default.
    - Annotations: Fix database lock while updating annotations.
    - TimePicker: Fix issue with previous fiscal quarter not
      parsing correctly.
    - AzureMonitor: Correctly build multi-resource queries for
      Application Insights components.
    - AzureMonitor: Fix metric names for multi-resources.
    - Logs: Do not insert log-line into log-fields in json
      download.
    - Loki: Fix wrong query expression with inline comments.
* Tue Jul 11 2023 marius.kittler@suse.com
  - Update to version 10.0.2:
    * Features and enhancements
    - Alerting: Add limit query parameter to Loki-based ASH api,
      drop default limit from 5000 to 1000, extend visible time
      range for new ASH UI.
    - Alerting: Allow selecting the same custom group when swapping
      folders.
    - Alerting: Move rule UID from Loki stream labels into log
      lines.
    - Explore: Clean up query subscriptions when a query is
      canceled.
    * Bug fixes
    - Logs: Fix wrong before and after texts in log context.
    - Alerting: Add file and rule_group query params in request for
      filtering the res….
    - Alerting: Convert 'Both' type Prometheus queries to 'Range'
      in migration.
    - Alerting: Display correct results when using different
      filters on alerting panels.
    - Alerting: Fix HA alerting membership sync.
    - Alerting: Fix unique violation when updating rule group with
      title chains/cycles.
    - Dashboard: Fix issue where a panel with a description and a
      cached response displays 2 info icons.
    - Elasticsearch: Make it compatible with the new log context
      functionality.
    - Fix: Change getExistingDashboardByTitleAndFolder to get
      dashboard by title, not slug.
    - LogContext: Fix filtering out log lines with the same entry.
    - Login: Fix footer from displaying under the login box.
    - Navigation: Fix toolbar actions flickering on mobile.
    - Variables: Detect a name for duplicated variable.
    - XYChart: Ensure color scale is field-local and synced with
      data updates.
    - XYChart: Fix axis range and scale overrides.
    * Plugin development fixes & changes
    - Grafana UI: Fix behaviour regression on Tooltip component.
* Fri Jun 23 2023 Marius Kittler <marius.kittler@suse.com>
  - Update to version 10.0.1:
    * Security fixes
    - Fix authentication bypass using Azure AD OAuth
      (CVE-2023-3128, bsc#1212641)
    * Features and enhancements
    - Alerting: Update alerting module to
      20230524181453-a8e75e4dfdda.
    - Schema: Improve Dashboard kind docs and remove deprecated
      props.
    * Bug fixes
    - Alerting: Fix notification policies inheritance algorithm.
    - CodeEditor: Ensure suggestions only apply to the instance of
      the edit….
    - Plugins: Wrap original check health error.
    - Alerting: Add heuristics back to datasource healthchecks.
    - Alerting: Fix "show all instances".
    - Alerting: Fix broken UI because of query being optional for
      some ExpressionQuer….
    - Alerting: Fix email template for text/plain emails.
    - Alerting: Fix provisioned templates being ignored by
      alertmanager.
    - Alerting: Support newer http_config struct.
    - Auth: Show invite button if disable login form is set to
      false.
    - Azure: Fix Kusto auto-completion for Azure datasources.
    - CloudMonitoring: Improve parsing of GCM labels.
    - Command Palette: Links opened in a new tab now route
      correctly when Grafana is served under a subpath.
    - Command palette: Include help links.
    - Dashboards: Remove Explore option from panel menu when
      panel's datasource uid is "-- Dashboard --".
    - Dashboards: Variables - Improve slow template variable
      loading due same variable loaded multiple times on time range
      change.
    - Explore: Fixed Starred query history tab to show all starred
      queries.
    - Explore: Improve logs volume panel empty state.
    - Explore: Run remaining queries when one is removed from a
      pane.
    - Heatmap: Sort fields by numeric names when single frame.
    - InfluxDB: Interpolate retention policies.
    - Log Context: Fix split view button using the wrong query.
    - Loki: Fix error when empty template variables response.
    - Loki: Fix including of template variables in variable query
      editor.
    - NestedFolders: Fix select all in folder view selecting items
      out of folder.
    - Pyroscope: Fix wrong defaults when importing query from
      different datasource.
    - SQLStore: Align SQLite IsUniqueConstraintViolation() with
      other backend implementations.
    - Templating: Fix updating of definition to empty string.
    - Tempo: Use pipe in TraceQL by default for multi-value
      variables.
    - TextPanel: Fix styling missing the disclosure triangle.
    - Util: Fix panic when generating UIDs concurrently.
    - XYChart/Trend: Fix min/max and units/decimals X field
      overrides.
    - XYChart: Fix formatting of axis ticks (units, decimals).
    - XYChart: Fix variable interpolation in datalinks/toggletip.
* Thu Jun 22 2023 marius.kittler@suse.com
  - Update to version 10.0.0:
    * Breaking changes
    - Angular is deprecated and turned off by default for new
      Grafana Cloud stacks
    - Grafana legacy alerting is deprecated and no longer accepts
      internal or external contributions
    - API keys are migrating to service accounts
    - The experimental “dashboard previews” feature is removed
    - Usernames are now case-insensitive by default
    - Grafana OAuth integrations do not work anymore with email
      lookups
    - The “Alias” field in the CloudWatch data source is removed
    - Athena data source plugin must be updated to version >=2.9.3
    - Redshift data source plugin must be updated to
      version >=1.8.3
    - DoiT International BigQuery plugin no longer supported
    - Checkout https://grafana.com/docs/grafana/next/breaking-changes/breaking-changes-v10-0
      for details
    * Features and enhancements
    - Themes: Unify secondary button and ToolbarButton.
    * Bug fixes
    - Query Editor: Ensure dropdown menus position correctly.
    - Drawer: Fixes closeOnMaskClick false issue.
* Tue Jun 06 2023 marius.kittler@suse.com
  - Update to version 9.5.3:
    * Bug fixes
    - Query: Prevent crash while executing concurrent mixed queries
      (bsc#1212099, CVE-2023-2801)
    - Alerting: Require alert.notifications:write permissions to
      test receivers and templates (bsc#1212100, CVE-2023-2183)
* Thu May 11 2023 marius.kittler@suse.com
  - Update to version 9.5.2:
    * Bug fixes
    - Explore: Update table min height
    - DataLinks: Encoded URL fixed.
* Wed Apr 26 2023 Marius Kittler <marius.kittler@suse.com>
  - Update to 9.5.0 (CVE-2023-1387, bsc#1210907)
    * Breaking changes
    - default named retention policies won't be used to query.
      Users who have a default named retention policy in their
      influxdb database, have to rename it to something else.
      Having default named retention policy is not breaking
      anything. We will make sure to use the actual default
      retention policy under the hood. To change the hardcoded
      retention policy in the dashboard.json, users must they
      select the right retention policy from dropdown and save the
      panel/dashboard.
    - Grafana Alerting rules with NoDataState configuration set to
      Alerting will now respect "For" duration.
    - Users who use LDAP role sync to only sync Viewer, Editor and
      Admin roles, but grant Grafana Server Admin role manually
      will not be able to do that anymore. After this change, LDAP
      role sync will override any manual changes to Grafana Server
      Admin role assignments. If grafana_admin is left unset in
      LDAP role mapping configuration, it will default to false.
    * Features and enhancements
    - API keys: Add deprecation to api keys.
    - API: Enable serving Swagger UI by default and add docs and
      guidelines.
    - API: Permit Cache-Control (browser caching) for datasource
      resources.
    - Accessibility: Make row actions keyboard accessible.
    - Admin/Plugins: Set category filter in connections link.
    - Alerting: Add CustomDetails field in PagerDuty contact point.
    - Alerting: Add dashboard and panel links to rule and instance
      annotations.
    - Alerting: Add filter and remove funcs for custom labels and
      annotations.
    - Alerting: Add fuzzy search to alert list view.
    - Alerting: Add metrics for active receiver and integrations.
    - Alerting: Better printing of labels.
    - Alerting: Create new state history "fanout" backend that
      dispatches to multiple other backends at once.
    - Alerting: Enable preview for recording rules.
    - Alerting: Fetch all applied alerting configurations.
    - Alerting: Introduce proper feature toggles for common state
      history backend combinations.
    - Alerting: Make time range query parameters not required when
      querying Loki.
    - Alerting: New notification policies view.
    - Alerting: No longer index state history log streams by
      instance labels.
    - Alerting: Respect "For" Duration for NoData alerts.
    - Alerting: Support filtering rules by multiple datasources.
    - Alerting: Switch to snappy-compressed-protobuf for outgoing
      push requests to Loki.
    - Angular: Prevent angular from loading when disabled.
    - Auth: Add Generic oauth skip org role sync setting.
    - Auth: Add feature flag to move token rotation to client.
    - Auth: Show user sync external Authentication status.
    - Backend: Use sdk version 0.148.0.
    - Chore: Add stat for remote cache config.
    - Chore: Replace short UID generation with more standard UUIDs.
    - Chore: Use DOMPurify to sanitize strings rather than js-xss.
    - CloudMonitoring: Add possibility to use path for private key.
    - CloudWatch Logs: Update default timeout to 30m.
    - CloudWatch: Add AWS/IotSiteWise namespace and metrics.
    - CloudWatch: Add account support to variable queries.
    - CloudWatch: Make deeplinks work for us-gov and china regions.
    - Cloudwatch: Add MeteredIOBytes metric for EFS.
    - Command Palette: Display dashboard location.
    - Command palette: Enable folder searching.
    - Connections: Turn on feature toggle by default.
    - Cookies: Provide a mechanism for per user control over
      cookies.
    - Dashboard Datasource: Update Query List & Improve UX.
    - Dashboard: Add a feature that creates a table panel when a
      spreadsheet file is dropped on the dashboard.
    - Dashboard: Add new visualization/row/library panel/pasted
      panel is now a dropdown menu.
    - Dashboard: Add value format for requests per minute.
    - Dashboard: Empty/No Panels dashboard with a new design.
    - Dashboard: When dashboard is not found show message instead
      of empty page.
    - Dashboards: Enable feature flag newPanelChromeUI by default.
    - Dataplane: Support timeSeriesLong without transform.
    - Datasources: Add user_agent header customization for outgoing
      HTTP requests.
    - Datasources: Use getDefaultQuery in annotations editors.
    - Docs: Add documentation on how to debug backend plugins.
    - Docs: Deprecate dashboard previews.
    - Elasticsearch: Detect Elasticsearch version.
    - Elasticsearch: Run Explore queries trough data source
      backend.
    - Explore: Add range option to internal data links.
    - Explore: Add transformations to correlation data links.
    - Explore: Support mixed data sources for supplementary query.
    - Extensions: Expose an enum for available placements.
    - Feat: Changing link destination for get more plugins.
    - Feat: Linking to plugin details page rather than externally
      for new datasources.
    - FieldMatchers: Add match by value (reducer).
    - Flame graph: Add context menu.
    - Flame graph: Add metadata above flame graph.
    - Geomap: Improve tooltip url for photos layer.
    - Geomap: Release night / day layer.
    - InfluxDB: Move database information into jsondata.
    - Jaeger and Zipkin: Config & docs upgrade.
    - LDAP: Allow setting minimum TLS version and accepted ciphers.
    - Licensing: Allow server admin user to log in even if the
      active user limit is reached. (Enterprise)
    - Live: Remove (alpha) ability to configure live pipelines.
    - Logger: Add feature toggle for errors in HTTP request logs.
    - Login: Allow custom name and icon for social providers.
    - Logs Panel: Refactor style generation to improve rendering
      performance.
    - Logs: Add millisecond to timestamp in log line.
    - Logs: Rename dedup to deduplicate.
    - Loki Query Editor: Make Monaco the default editor.
    - Loki: Add unpack query builder hint.
    - Loki: Add descriptions to query builder operations.
    - Loki: Add placeholder to the loki query editor.
    - Loki: Always fetch for new label keys in the QueryBuilder.
    - Loki: Display error with label filter conflicts.
    - Loki: Improve the display of loki query stats.
    - MSSQL/Postgres: List views in table dropdown as well.
    - MSSQL: Update forked go-mssqldb dependency.
    - Metrics: Update comment to mention folders instead of
      dashboards.
    - Navigation: Enable new navigation by default.
    - NodeGraph: Support icons for nodes.
    - Notifications: Enable display of trace ID by default.
    - Packaging: Start Grafana service after InfluxDB.
    - Panel Header: Add CancelQuery option to panel header.
    - Panel: Show multiple errors info in the inspector.
    - PanelChrome: Add option to show actions on the right side
      (actions = leftItems).
    - Phlare: Allow variables in labelSelector (in query).
    - Plugin: Skip preloading disabled app plugins.
    - Plugins: Add optional logger for plugin requests sent to
      backend plugins.
    - Plugins: Extend panel menu with commands from plugins.
    - Plugins: Extend panel menu with links from plugins.
    - Plugins: Improve instrumentation by adding metrics and
      tracing.
    - Plugins: Support for distributed tracing in backend plugins
      SDK.
    - Plugins: Support for link extensions.
    - Profiling: Enable flame graph & Phlare/Parca data sources for
      all users.
    - Prometheus Datasource: Improve Prom query variable editor.
    - Prometheus Metrics: Add missing stat_total_teams metric.
    - Prometheus/Loki: Run query explicitly instead of onblur in
      panel edit.
    - Prometheus: Browser resource caching.
    - Prometheus: Improve prometheus query variable editor.
    - Prometheus: Use $__rate_interval for rate queries generated
      by metric browser.
    - Pubdash: Email sharing handle dashboard deleted.
    - Pubdash: Email sharing handle dashboard deleted. (Enterprise)
    - PublicDashboards: Backfills share column with default value.
    - PublicDashboards: Configuration modal redesign.
    - PublicDashboards: Email sharing.
    - PublicDashboards: Email sharing. (Enterprise)
    - PublicDashboards: Enable creation when dashboard has template
      variables.
    - PublicDashboards: Paused or deleted public dashboard screen.
    - PublicDashboards: Viewer can request and claim magic link.
      (Enterprise)
    - QueryHistory: Improve handling of mixed datasource entries.
    - Rendering: Experimental support to use JWTs as auth method.
    - Reports: Improve the UI for the new navigation. (Enterprise)
    - SQL Datasources: Add back help content.
    - Schema: Remove exclusion for timeseries and update imports.
    - Search: Improvements for starred dashboard search.
    - Select: Show icon in the grafana/ui Select component.
    - Service accounts: Creation logic simplification.
    - Service accounts: Remove Add API keys buttons and remove one
      state of migrating for API keys tab.
    - SplitOpen: Update API to accept multiple queries.
    - Stat Panel: Add an option for a non-gradient/solid
      background.
    - Stat: Add ability to remove default single-color background
      gradient.
    - SupportBundles: Add OAuth bundle collectors.
    - Table Panel: Add ability to use text color for value or hide
      value in gauge cell.
    - Table: Introduce sparkline cell type.
    - Tempo: Config and doc updates.
    - Tempo: Update service graph view and docs.
    - TraceView: Add key and url escaping of json tag values.
    - TraceView: Reworked header.
    - Tracing: Add more detail to HTTP Outgoing Request.
    - Tracing: Docs and config improvements for
      Tempo/Jaeger/Zipkin.
    - Tracing: Support multiple OTel propagators.
    - Transformations: Support time format when converting time to
      strings.
    - Transformers: Support adding the row index using calculate
      field transformer.
    - Units: Format currency with negative before the symbol.
    * Bug fixes
    - API: Fix "Updated by" Column in dashboard versions table.
    - AccessControl: Allow editors to access GET /api/datasources.
    - Alerting: Add "backend" label to state history writes metrics.
    - Alerting: Add alert instance labels to Loki log lines in
      addition to stream labels.
    - Alerting: Elide requests to Loki if nothing should be
      recorded.
    - Alerting: Fix DatasourceUID and RefID missing for
      DatasourceNoData alerts.
    - Alerting: Fix ambiguous handling of equals in labels when
      bucketing Loki state history streams.
    - Alerting: Fix attachment of external labels to Loki state
      history log streams.
    - Alerting: Fix creating a recording rule when having multiple
      datasources.
    - Alerting: Fix explore link in alert detail view.
    - Alerting: Fix share URL for Prometheus rules on subpath.
    - Alerting: Fix stats that display alert count when using
      unified alerting.
    - Alerting: Hide mute timing actions when dealing with vanilla
      prometheus.
    - Alerting: Paginate result previews.
    - Alerting: Prometheus-compatible Alertmanager timings editor.
    - Alerting: Update scheduler to get updates only from database.
    - Alerting: Use a completely isolated context for state history
      writes.
    - Alerting: Use displayNameFromDS if available in preview.
    - Annotation List: Fix panel not updating when variable is
      changed.
    - Annotations: Ignore unique constraint violations for tags.
    - Auth: Fix orgrole picker disabled if isSynced user.
    - AzureMonitor: Fix Log Analytics portal links.
    - BrowseDashboards: Fix move to General folder not working.
    - Catalog: Show install error with incompatible version.
    - Chore: Update Grafana to use Alertmanager
      v0.25.1-0.20230308154952-78fedf89728b.
    - CloudMonitoring: Add project selector for MQL editor[fix].
    - CloudWatch Logs: Fix running logs queries with expressions.
    - CloudWatch Logs: Fix to make log queries use a relative time
      if available.
    - CloudWatch Logs: Revert "Queries in an expression should run
      synchronously".
    - CloudWatch: Fix cachedQueries insights not being updated for
      metric queries.
    - Cloudwatch: Pass refId from query for expression queries.
    - Dashboards: Evaluate provisioned dashboard titles in a
      backwards compatible way.
    - Dashboards: Fix Mobile support dashboard issues on new iOS
      16.3.
    - Dashboards: Fix broken internal data links.
    - Database: Don't sleep 10ms before every request.
    - Elasticsearch: Fix processing of response with multiple group
      by for alerting.
    - Elasticsearch: Handle multiple annotation structures.
    - Email: Mark HTML comments as "safe" in email templates.
    - Emails: Preserve HTML comments. (Enterprise)
    - ErrorHandling: Fixes issues with bad error messages.
    - ErrorView: Better detection of no-data responses.
    - Explore: Make DataSourcePicker visible on small screens.
    - Fix: DataLinks from data sources override user defined data
      link.
    - Fix: Top table rendering and update docs.
    - Frontend: Fix broken links in /plugins when pathname has a
      trailing slash.
    - Geomap: Fix route layer zoom behavior.
    - Google Cloud Monitoring: Fix project variable.
    - HeatMap: Sort y buckets when all bucket names are numeric.
    - InfluxDB: Fix querying with hardcoded retention policy.
    - InfluxDB: Fix sending retention policy with InfluxQL queries.
    - KVStore: Include database field in migration.
    - LDAP: Always synchronize Server Admin role through role sync
      if role sync is enabled.
    - Library panels: Ensure pagination controls are always
      correctly displayed.
    - Loki: Fix autocomplete situations with multiple escaped
      quotes.
    - MegaMenu: Fixes mega menu showing scroll indicator when it
      shouldn't.
    - Navigation: Redirect to root page when switching
      organization.
    - Navigation: Scrolled hamburger menu links now navigate
      correctly in Safari.
    - NestedFolders: Fix nested folder deletion.
    - New Panel Header: Fix when clicking submenu item the parent
      menu item onClick get's triggered.
    - Phlare: Fix error when there are no profileTypes to send from
      backend.
    - PieChart: Show long labels properly.
    - PluginExtensions: Fixed issue with incorrect type being
      exposed when configuring an extension.
    - Plugins: Ensure proxy route bodies are valid JSON.
    - Plugins: Fix width for README pages with tables.
    - Plugins: Markdown fetch retry with lowercase.
    - Plugins: Skip instrumenting plugin build info for core and
      bundled plugins.
    - PublicDashboards: Query collapsed panels inside rows.
    - Query Splitting: Fix for handling queries with no requestId.
    - SQL Datasources: Fix variable throwing error if query returns
      no data.
    - SQL Datasources: Prevent Call Stack Overflows with Large
      Numbers of Values for Variable.
    - SQLStore: Fix SQLite error propagation if query retries are
      disabled.
    - Stat Panel: Fix issue with clipping text values.
    - Table Panel: Fix panel migration for options cell type.
    - Table: Fix migrations from old angular table for cell color
      modes.
    - Table: Fixes issue with pagination summary causing scrollbar.
    - Table: Fixes table panel gauge alignment.
    - TablePanel: Fix table cells overflowing when there are
      multiple data links.
    - TablePanel: fix footer bug; no footer calculated values after
      "hidden" column override.
    - Team sync: Fix apply query string instead of param.
      (Enterprise)
    - Templating: Allow percent encoding of variable with custom
      all.
    - Tempo: Set default limit if none is provided for traceql
      queries.
    - TimeSeries: Don't extend stepped interpolation to graph
      edges.
    - TimeSeries: Improve stacking direction heuristic.
    - Trace View: Update the queryType to traceql for checking if
      same trace when clicking span link.
    - TraceView: Don't require preferredVisualisationType to
      render.
    - Utils: Reimplement util.GetRandomString to avoid modulo bias.
    - XYChart: Add all dataset columns in tooltip.
    * Plugin development fixes & changes
    - DateTimePicker: Can now select time correctly.
    - Grafana UI: Fix tooltip prop of button component.
    - DateTimePicker: Add min date support to calendar.
    - GrafanaUI: Implement new component Toggletip.
    - ContextMenu: Fix padding and show border based on items.
* Thu Apr 06 2023 Marius Kittler <marius.kittler@suse.com>
  - Update to 9.4.7 (2023-03-16)
    * Bug fixes
    - Alerting: Update scheduler to receive rule updates only
      from database.
    - Influxdb: Re-introduce backend migration feature toggle.
    - Security: Fixes for CVE-2023-1410 (bsc#1209645).
    * Breaking changes
      The InfluxDB backend migration feature toggle
      (influxdbBackendMigration) has been reintroduced in this
      version as issues were discovered with backend processing of
      InfluxDB data. Unless this feature toggle is enabled, all
      InfluxDB data will be parsed in the frontend. This frontend
      processing is the default behavior.
      In Grafana 9.4.4, InfluxDB data parsing started to be handled
      in the backend. If you have upgraded to 9.4.4 and then added
      new transformations on InfluxDB data, those panels will fail to
      render. To resolve this either:
    - Remove the affected panel and re-create it
    - Edit the `time` field as `Time` in `panel.json` or
      `dashboard.json`
* Fri Mar 24 2023 Marius Kittler <marius.kittler@suse.com>
  - Remove 0002-Update-exporter-toolkit-to-version-0.7.3.patch
    as the exporter toolkit has been updated by upstream
  - Install wrapper scripts under /usr/sbin
  - Install actual binaries under /usr/libexec/grafana (or /usr/lib
    under older distributions) and create a simlink for wrapper
    scripts and the service (which expect the binary to be under
    /usr/share/grafana/bin)
* Fri Mar 03 2023 Marius Kittler <marius.kittler@suse.com>
  - Update to 9.4.3 (2023-03-02)
    * Bug fixes
    - Alerting: Use background context for maintenance
      function.
  - Update to 9.4.2 (2023-03-02)
    * Bug fixes
    - Alerting: Fix boolean default in migration from false to
      0.
  - Update to 9.4.0 (2023-02-28)
    * Features and enhancements
    - Alerting: Add endpoint for querying state history.
    - Alerting: Add label query parameters to state history
      endpoint.
    - Alerting: Add static label to all state history entries.
    - Alerting: Mark AM configuration as applied.
    - Azure Monitor: Enable multiple resource queries.
    - InfluxDB: Move database information into jsondata.
    - Query Caching: Add per-panel query caching TTL.
    - Table: Add row number column option.
    - Tempo: Remove tempoApmTable feature flag.
    - Transformations: Selectively apply transformation to
      queries.
    * Bug fixes
    - AccessControl: Clear user permission cache for update org
      user role.
    - Alerting: Fix handling of special floating-point cases
      when writing observed values to annotations.
    - Auth: Rotate token patch.
    - ContextMenu: Consider y coord when determining bottom
      collision.
    - Elasticsearch: Fix consistent label order in alerting.
    - Explore: Fix graph not updating when changing config.
    - Heatmap: Support heatmap rows with non-timeseries X axis.
    - Login: Fix panic when a user is upserted by a background
      process.
    - MSSQL: Add support for macro function calls.
    - MySQL: Quote identifiers that include special characters.
    - Navigation: Sign in button now works correctly when
      served under a sub path.
    - Nested Folder: Fix for SQLite not to overwrite the parent
      on restarts.
    - PanelChrome: Adds display mode to support transparent
      option.
    - Plugins: Case-sensitive routes for standalone pages.
    - Plugins: Prefer to use the data source UID when querying.
    - SQLStore: Fix folder migration for MySQL < 5.7.
    - Search: Fix not being able to clear sort value.
    - Tempo: Fix span name being dropped from the query.
    * Plugin development fixes & changes
    - PanelChrome: Implement hover header.
  - Update to 9.3.7 (2023-02-28)
    * Bug fixes
    - Alerting: Validate that tags are 100 characters or less.
    - Expressions: Fixes the issue showing expressions editor.
    - Logs: Fix stats not being updated when log results
      change.
    - Plugins: Fix circular reference in customOptions leading
      to MarshalJSON errors.
    - Time Series Panel: Fix legend text selection in Firefox.
* Thu Feb 16 2023 marius.kittler@suse.com
  - Update to 9.3.6 (2023-01-26)
    * Bug fixes
    - **QueryEditorRow:** Fixes issue loading query editor when
      data source variable selected.
  - Update to 9.3.4 (2023-01-25)
    * Features and enhancements
    - **Prometheus:** Add default editor configuration.
    - **TextPanel:** Refactor to functional component.
    * Bug fixes
    - **Alerting:** Fix webhook to use correct key for decrypting
      token.
    - **Alerting:** Set error annotation on EvaluationError
      regardless of underlying error type.
    - **Datasources:** Fix Proxy by UID Failing for UIDs with a
      Hyphen.
    - **Elasticsearch:** Fix creating of span link with no tags.
    - **Elasticsearch:** Fix failing requests when using SigV4.
    - **Elasticsearch:** Fix toggle-settings are not shown
      correctly.
    - **Explore:** Be sure time range key bindings are mounted
      after clear.
    - **Explore:** Unsync time ranges when a pane is closed.
    - **Logs:** Lines with long words do not break properly.
    - **Loki:** Fix misaligned derived fields settings.
    - **Query Builder:** Fix max width of input component to
      prevent overflows.
    - **Search:** Auto focus input elements.
    - **Search:** Fix empty folder message showing when by starred
      dashboards.
    - **Table Panel:** Fix image of image cell overflowing table
      cell and cells ignoring text alignment setting when a data
      link is added.
  - Update to 9.3.2 (2023-12-13)
    * Features and enhancements
    - **Graphite:** Process multiple queries to Graphite plugin.
    * Bug fixes
    - **API:** Fix delete user failure due to quota not enabled.
    - **Accessibility:** Improved keyboard accessibility in
      BarGauge.
    - **Accessibility:** Improved keyboard accessibility in
      BigValue.
    - **Alerting:** Use the QuotaTargetSrv instead of the
      QuotaTarget in quota check.
    - **AzureMonitor:** Automate location retrieval.
    - **AzureMonitor:** Fix bad request when setting dimensions.
    - **BarChart:** Fix value mappings.
    - **Build:** Streamline and sync dockerfiles.
    - **Build:** Unified dockerfile for all builds.
    - **CloudWatch:** Fix - make sure dimensions are propagated to
      alert query editor.
    - **Cloudwatch:** Fix deeplink with default region.
    - **Command Palette:** Fix not being able to type if triggered
      whilst another modal is open.
    - **Command Palette:** Maintain page state when changing theme.
    - **Dashboards:** Fix 'Make Editable' button not working in
      Dashboard Settings.
    - **Dashboards:** Show error when data source is missing.
    - **Datasource:** Fix - apply default query also to queries in
      new panels.
    - **Dropdown:** Menu now closes correctly when selecting
      options on touch devices.
    - **Influx:** Query segment menus now position correctly near
      the bottom of the screen.
    - **Login:** Fix failure to login a new user via an external
      provider if quota are enabled.
    - **Loki/Prometheus:** Fix wrong queries executed in split
      view.
    - **Loki:** Fix wrongly escaped label values when using
      LabelFilter.
    - **Navigation:** Prevent app crash when importing a dashboard
      with a uid of `home`.
    - **Panel Edit:** Fix data links edit icons being off screen
      when provided title is too long.
    - **Prometheus:** Fix exemplar fill color to match series color
      in time series.
    - **Prometheus:** Fix exemplars not respecting corresponding
      series display status.
    - **StateTimeline:** Fix negative infinity legend/tooltip from
      thresholds.
    - **Table:** Fixes row border style not showing and colored
      rows blending together.
    - **Tempo:** Fix TraceQL autocomplete issues.
    - **TimePicker:** Prevent TimePicker overflowing viewport on
      small screens.
    - **TimeRangePicker:** Fix recently ranges only not showing all
      recent ranges.
    - **TimeZonePicker:** Scroll menu correctly when using keyboard
      controls.
  - Update to 9.3.1 (2022-11-30)
    * Features and enhancements
    - **Connections:** Update "Your connections/Data sources" page.
    * Bug fixes
    - **Accessibility:** Increase badge constrast to be WCAG AA
      compliant.
  - Update to 9.3.0 (2022-11-30)
    * Features and enhancements
    - **Alerting:** Enable interpolation for notification policies
      in file provisioning.
    - **Azure Monitor Logs:** Avoid warning when the response is
      empty.
    - **Azure Monitor:** Add support to customized routes.
    - **Canvas:** Add icon value mapping.
    - **CloudWatch:** Cross-account querying support.
    - **Docs:** Update `merge-pull-request.md` regarding backport
      policies.
    - **GaugePanel:** Setting the neutral-point of a gauge.
    - **Geomap:** Improve location editor.
    - **Internationalization:** Enable internationalization by
      default.
    - **Logs:** Add `Download logs` button to log log-browser.
    - **Loki:** Add `gzip` compression to resource calls.
    - **Loki:** Add improvements to loki label browser.
    - **Loki:** Make label browser accessible in query builder.
    - **Loki:** Remove raw query toggle.
    - **Middleware:** Add CSP Report Only support.
    - **Navigation:** Prevent viewer role accessing dashboard
      creation, import and folder creation.
    - **OAuth:** Refactor OAuth parameters handling to support
      obtaining refresh tokens for Google OAuth.
    - **Oauth:** Display friendly error message when
      role_attribute_strict=true and no valid role found.
    - **Preferences:** Add confirmation modal when saving org
      preferences.
    - **PublicDashboards:** Orphaned public dashboard deletion
      script added.
    - **Query Editor:** Hide overflow for long query names.
    - **Reports:** Configurable timezone. (Enterprise)
    - **Solo Panel:** Configurable timezone.
    - **TablePanel:** Add support for Count calculation per column
      or per entire dataset.
    - **Tempo:** Send the correct start time when making a TraceQL
      query.
    - **Various Panels:** Remove beta label from Bar Chart,
      Candlestick, Histogram, State Timeline, & Status History
      Panels.
    * Bug fixes
    - **Access Control:** Clear user's permission cache after
      resource creation.
    - **Access Control:** Clear user's permission cache after
      resource creation.
    - **Accessibility:** Improve keyboard accessibility in
      `AnnoListPanel`.
    - **Accessibility:** Improve keyboard accessibility in
      `Collapse`.
    - **Accessibility:** Improve keyboard accessibility in
      `GettingStarted` panel.
    - **Accessibility:** Improve keyboard accessibility of
      `FilterPill`.
    - **Admin:** Fix broken links to image assets in email
      templates.
    - **Azure Monitor:** Fix namespace selection for
      storageaccounts.
    - **Calcs:** Fix difference percent in legend.
    - **DataLinks:** Improve Data-Links AutoComplete Logic.
    - **Explore:** Fix a11y issue with logs navigation buttons.
    - **Heatmap:** Fix blurry text & rendering.
    - **Heatmap:** Fix tooltip y range of top and bottom buckets in
      calculated heatmaps.
    - **Logs:** Fix misalignment of LogRows.
    - **Navigation:** Stop clearing search state when opening a
      result in a new tab.
    - **OptionsUI:** SliderValueEditor does not get auto focused on
      slider change.
    - **PanelEdit:** Fixes bug with not remembering panel options
      pane collapse/expand state.
    - **Query Caching:** Skip 207 status codes. (Enterprise)
    - **Quota:** Fix failure in store due to missing scope
      parameters.
    - **Quota:** Fix failure when checking session limits.
    - **Reports:** Fix time preview. (Enterprise)
    - **StateTimeline:** Prevent label text from overflowing state
      rects.
    - **Tempo:** Fix search table duration unit.
    - **TraceView:** Fix broken rendering when scrolling in
      Dashboard panel in Firefox.
    * Plugin development fixes & changes
    - **GrafanaUI:** Add disabled option for menu items.
  - Update to 9.2.4 (2022-11-07)
    * Features and enhancements
    - **Access Control:** Add an endpoint for setting several
      managed resource permissions.
    - **Accessibility:** Increase `Select` placeholder contrast to
      be WCAG AA compliant.
    - **Alerting:** Append org ID to alert notification URLs.
    - **Alerting:** Make the Grouped view the default one for
      Rules.
    - **Build:** Remove unnecessary alpine package updates.
    - **Chore:** Upgrade Go to 1.19.3.
    - **Google Cloud Monitoring:** Set frame interval to draw null
      values.
    - **Instrumentation:** Expose when the binary was built as a
      gauge.
    - **Loki:** Preserve `X-ID-Token` header.
    - **Search:** Reduce requests in folder view.
    - **TimeSeries:** More thorough detection of negative values
      for auto-stacking direction.
    * Bug fixes
    - **Alerting:** Attempt to preserve UID from migrated legacy
      channel.
    - **Alerting:** Fix response is not returned for invalid
      Duration in Provisioning API.
    - **Alerting:** Fix screenshot is not taken for stale series.
    - **Auth:** Fix admins not seeing pending invites.
    - **MSSQL/Postgres:** Fix visual query editor filter
      disappearing.
    - **Tempo:** Fix dropdown issue on tag field focus.
    - **Timeseries:** Fix null pointer when matching fill below to
      field.
    * Plugin development fixes & changes
    - **Toolkit:** Fix Webpack less-loader config.
  - Update to 9.2.3 (2022-10-31)
    * Features and enhancements
    - **Docs:** Add information about DB version support to upgrade
      guide.
    - **Footer:** Update footer release notes link to Github
      changelog.
    - **Prometheus:** Do not drop errors in streaming parser.
    - **Prometheus:** Flavor/version configuration.
    - **Prometheus:** Provide label values match parameter API when
      supported prometheus instance is configured.
    - **Security:** Upgrade x/text to version unaffected by
      CVE-2022-32149.
    * Bug fixes
    - **Access control:** Fix a bug with argument order for data
      source managed permission updates. (Enterprise)
    - **Auth:** Fix GF_AUTH_JWT_URL_LOGIN env variable doesn't
      work.
    - **Live:** Explicitly reply with http 200.
    - **Prometheus:** Fix builder operation mode changing
      multiselect to single select behaviour.
    - **Prometheus:** Fix builder operation mode changing
      multiselect to single select behaviour.
    - **Security:** Fix vulnerabilities in webpack loader-utils.
  - Update to 9.2.2 (2022-10-25)
    * Features and enhancements
    - **Alerting:** Add support for wecom apiapp.
    - **Canvas:** Improve resource picker initialization.
    - **Canvas:** Improve text element readability.
    - **CloudWatch:** Make sure adoption tracking is done on valid,
      migrated queries.
    - **Dashboard:** Alerts user to incorrect tag format for JSON
      import.
    - **MSSQL:** Support tables from all schemas.
    - **Opentsdb:** Allow template variables for filter keys.
    - **Prometheus:** Provide label values match parameter API when
      supported prometheus instance is configured.
    - **QueryEditor:** Revert components from grafana-ui.
    - **TeamSync:** Allow team sync when external organization
      mapping returns no organization role. (Enterprise)
    * Bug fixes
    - **Browse:** Fix General folder not showing in FolderPicker.
    - **Elasticsearch:** Fix calculation of trimEdges in alert
      mode.
    - **Elasticsearch:** Fix trimEdges delete logic in alert mode.
    - **GoogleOAuth:** Unlock User Admin UI.
    - **LogContext:** Fix wrong color of `show context` icon in
      light theme.
    - **Loki:** Fix adding of adhoc filters to stream selector when
      query with empty stream selector.
    - **Loki:** Fix double stringified log-lines when copied via
      Copy button.
    - **Loki:** Fix explain section about $\_\_interval variable.
    - **Loki:** Remove already selected options from next label
      filter options in builder.
    - **NodeGraph:** Fix rendering issues when values of arc are
      over 1.
    - **PublicDashboards:** Fix hidden queries execution.
    - **PublicDashboards:** Fix hidden queries execution.
    - **Tempo:** Fix Node Graph visualization type in dashboard.
    - **TimeSeries:** Fix stacking when first value is negative
      zero.
    - **TimeseriesPanel:** Fix variables in data links.
    - **User:** Fix externalUserId not being populated.
    * Breaking changes
      We added some components a bit too early to @grafana/ui in 9.2
      so we are moving them back to @grafana/experimental. If you
      used any of these components
    - AccessoryButton
    - EditorFieldGroup
    - EditorHeader
    - EditorField
    - EditorRow
    - EditorList
    - EditorRows
    - EditorSwitch
    - FlexItem
    - Stack
    - InlineSelect
    - InputGroup
    - Space
      Please use them from grafana/experimental from now on.
  - Update to 9.2.1 (2022-10-18)
    * Features and enhancements
    - **Alerting:** Improve notification policies created during
      migration.
    - **AzureAD:** Add option to force fetch the groups from the
      Graph API.
    - **AzureAD:** Add option to force fetch the groups from the
      Graph API.
    - **Docs:** Note end of release notes publication.
    - **Inspect:** Handle JSON tab crash when the provided object
      is too big to stringify.
    - **TablePanel:** Footer now updates values on column
      filtering.
    * Bug fixes
    - **Alerting:** Fix email image embedding on Windows.
    - **Alerting:** Fix mathexp.NoData for ConditionsCmd.
    - **Legacy Alerting:** Fix duration calculation when testing a
      rule.
    - **Loki:** Propagate additional headers from Grafana to Loki
      when querying data.
    - **Search:** Sort alphabetically in the folder view, increase
      the limit of the folder search from 50 to 1000.
    - **TablePanel:** Fix last table column to be centered.
    * Plugin development fixes & changes
    - **Grafana UI:** Export prop types for queryfield, modal and
      field components.
    - **Toolkit:** Fix `Cannot use import statement outside...`
      error in tests.
  - Update to 9.2.0 (2022-10-11)
    * Features and enhancements
    - **Alerting:** Add Notification error feedback on contact
      points view.
    - **Alerting:** Allow created by to be manually set when
      there's no creator for silences.
    - **Alerting:** Expose info about notification delivery errors
      in a new /receivers endpoint.
    - **Alerting:** Update imported prometheus alertmanager
      version.
    - **Alerting:** Update imported prometheus alertmanager
      version. Backport.
    - **Alerting:** Write and Delete multiple alert instances.
    - **Core:** Implement aria attributes for query rows, improve
      a11y.
    - **Custom Branding:** Remove custom branding service.
      (Enterprise)
    - **Custom branding:** Remove UI. (Enterprise)
    - **DevEnv:** Adds docker block for clickhouse.
    - **Docker:** removes unneccesary use of edge repo.
    - **Explore:** Revert split pane resize feature.
    - **Frontend:** Make local storage items propagate to different
      tabs immediately.
    - **PublicDashboards:** Allow disabling an existent public
      dashboard if it ….
    - **QueryEditorRow:** Only pass error to query editor if panel
      is not in a loading state.
    - **Reports:** Refresh query variables on time range change.
      (Enterprise)
    - **XYChart:** Beta release.
    - **[9.2.x] Alerting:** Start ticker only when scheduler
      starts.
    * Bug fixes
    - **Alerting:** Fix pq: missing FROM-clause for table "a".
    - **AzureMonitor:** Correctly update subscriptions value in ARG
      editor.
    - **Chore:** Fix swagger validation failures. (Enterprise)
    - **Chore:** Regenerate swagger specification and fix
      validation failures.
    - **Correlations:** Only return correlation for which both
      source and target datasources exist.
    - **Explore:** Prevent panes from disappearing when resizing
      window in split view.
    - **Links:** Fix opening links from different orgs on the same
      tab.
    - **LogContext:** Fix scroll position in upper context group.
    - **Logs:** Show copy button independently from context.
    - **Loki/Prometheus:** Fix adding of ad hoc filters when
      jumping from dashboard to explore.
    - **Loki:** Add support for range aggregations with by
      grouping.
    - **Loki:** Fix label-value escaping in context query.
    - **Loki:** Fix redundant escaping in adhoc filter with regex
      match.
    - **PanelEdit:** Fixes resize pane border and spacing issues.
    - **PublicDashboards:** Fix dashboard insights query when
      Public Dashboard feature is enabled. (Enterprise)
    - **PublicDashboards:** Fix dashboard insights query when
      Public Dashboard feature is enabled. (Enterprise)
    - **RBAC:** Redirect to /login when forceLogin is set.
    - **SAML:** Fix RelayState generation function. (Enterprise)
    - **Security:** Fix CVE-2022-27664.
    - **StateTimeline:** Fix tooltip showing erroneously in shared
      crosshair dashboards.
    - **Tempo:** Fix unexpected trimming of leading zeroes in
      traceID.
    - **Tracing:** Fix bug where errors are not reported to
      OpenTelemetry.
  - Update to 9.1.8 (2022-10-11)
    * Features and enhancements
    - **Alerting:** Update imported prometheus alertmanager
      version. Backport.
    - **Chore:** Upgrade Go to 1.19.2.
    * Bug fixes
    - **Alerting:** Fix evaluation interval validation.
    - **Alerting:** Fix migration to create rules with group index
      1.
    - **Alerting:** Fix migration to not add label "alertname".
    - **Azure Monitor:** Fix empty Logs response for Alerting.
    - **Azure Monitor:** Fix subscription selector when changing
      data sources.
    - **Caching:** Fix wrong memcached setting name in defaults.
      (Enterprise)
    - **Google Cloud Monitoring:** Fix bucket bound for
      distributions.
  - Update to 9.1.7 (2022-10-04)
    * Features and enhancements
    - **Chore:** Upgrade Go version to 1.19.1 (backport).
    - **CloudWatch:** Add missing AWS/Prometheus metrics.
    - **Explore:** Add feature tracking events.
    - **Graphite:** Add error information to graphite queries
      tracing.
    - **Prometheus:** Restore FromAlert header.
    - **SAML:** Account for all orgs in org_mapping. (Enterprise)
    - **Search:** Add search index configuration options.
    - **Thresholds:** Add option for dashed line style.
    * Bug fixes
    - **Alerting:** Fix default query's data source when no default
      datasource specified.
    - **Alerting:** Fix mathexp.NoData cannot be reduced.
    - **Alerting:** Skip unsupported file types on provisioning.
    - **AzureMonitor:** Ensure resourceURI template variable is
      migrated.
    - **Dashboard:** Fix plugin dashboard save as button.
    - **Docs:** Fix decimals: auto docs for panel edit.
    - **Fix:** RBAC handle `error no resolver` found.
    - **Fix:** RBAC handle `error no resolver` found. (Enterprise)
    - **LibraryPanelSearch:** Refactor and fix hyphen issue.
    - **Live:** Fix live streaming with `live-service-web-worker`
      feature flag enabled.
    - **QueryField:** Fix wrong cursor position on autocomplete.
  - Update to 9.1.6 (2022-09-20)
    * Features and enhancements
    - **Auth:** Trigger auth token cleanup job. (Enterprise)
    - **DataSource:** Adding possibility to hide queries from the
      inspector.
    - **Inspect:** Hide Actions tab when it is empty.
    - **PanelMenu:** Remove hide legend action as it was showing on
      all panel types.
    - **Provisioning Contact points:** Support
      disableResolveMessage via YAML.
    - **PublicDashboards:** Support subpaths when generating
      pubdash url.
    * Bug fixes
    - **Alerting:** Fix legacy migration crash when rule name is
      too long.
    - **Alerting:** Fix send resolved notifications.
    - **Azure Monitor:** Fix migration issue with
      MetricDefinitionsQuery template variable query types.
    - **Browse:** Hide dashboard actions if user does not have
      enough permission.
    - **ElasticSearch:** Fix dispatching queries at a wrong time.
    - **Panel:** Disable legends when showLegend is false prior to
      schema v37.
    - **Prometheus:** Fix metadata requests for browser access
      mode.
    - **Search:** Avoid requesting all dashboards when in Folder
      View.
    - **TablePanel/StatPanel:** Fix values not being visible when
      background transparent.
  - Update to 9.1.5 (2022-09-12)
    * Features and enhancements
    - **Alerting:** Sanitize invalid label/annotation names for
      external alertmanagers.
    - **Alerting:** Telegram: Truncate long messages to avoid send
      error.
    - **DisplayProcessor:** Handle reverse-ordered data when
      auto-showing millis.
    - **Heatmap:** Add option to reverse color scheme.
    - **PluginLoader:** Alias slate-react as @grafana/slate-react.
    - **Search:** Add substring matcher, to bring back the old
      dashboard search behavior.
    - **Traces:** More visible span colors.
    * Bug fixes
    - **Alerting:** Fix incorrect propagation of org ID and other
      fields in rule provisioning endpoints.
    - **Alerting:** Resetting the notification policy tree to the
      default policy will also restore default contact points.
    - **AzureMonitor:** Fix custom namespaces.
    - **AzureMonitor:** Fix issue where custom metric namespaces
      are not included in the metric namespace list.
    - **CloudWatch:** Fix display name of metric and namespace.
    - **Cloudwatch:** Fix annotation query serialization issue.
    - **Dashboard:** Fix issue where unsaved changes warning would
      appear even after save, and not being able to change library
      panels.
    - **Dashboard:** Hide overflow content for single left pane.
    - **Loki:** Fix a bug where adding adhoc filters was not
      possible.
    - **Reports:** Fix handling expired state. (Enterprise)
  - Update to 9.1.4 (2022-09-09)
    * Bug fixes
    - **GrafanaUI:** Fixes Chrome issue for various query fields.
  - Update to 9.1.3 (2022-09-05)
    * Features and enhancements
    - **API:** Do not expose user input in datasource error
      responses.
    - **Alerting:** Write and Delete multiple alert instances.
    - **Library Panel:** Allow to delete them when deprecated.
    - **Plugins Catalog:** Allow to filter plugins using special
      characters.
    * Bug fixes
    - **Alerting:** Fix UI bug when setting custom notification
      policy group by.
    - **AppRootPage:** Fix issue navigating between two app plugin
      pages.
    - **Correlations:** Use correct fallback handlers.
    - **FIX:** RBAC prevents deleting empty snapshots.
    - **LibraryElements:** Fix inability to delete library panels
      under MySQL.
    - **Metrics:** fix `grafana_database_conn_*` metrics, and add
      new `go_sql_stats_*` metrics as eventual replacement.
    - **TestData DB:** Fix node graph not showing when the
      `Data type` field is set to `random`.
    * Deprecations
      The `grafana_database_conn_*` metrics are deprecated, and will
      be removed in a future version of Grafana. Use the
      `go_sql_stats_*` metrics instead.
  - Update to 9.1.2 (2022-08-30)
    * Features and enhancements
    - **AdHoc variable:** Correctly preselect datasource when
      provisioning.
    - **AzureMonitor:** Added ARG query function for template
      variables.
    - **Dashboard save:** Persist details message when navigating
      through dashboard save drawer's tabs.
    - **Dashboards:** Correctly migrate mixed data source targets.
    - **Elasticsearch:** Use millisecond intervals for alerting.
    - **Elasticsearch:** Use millisecond intervals in frontend.
    - **Geomap:** Local color range.
    - **Plugins Catalog:** Use appSubUrl to generate plugins
      catalog urls.
    - **Rendering:** Add support for renderer token.
    * Bug fixes
    - **Alerting:** Fix saving of screenshots uploaded with a
      signed url.
    - **AngularPanels:** Fixing changing angular panel options not
      taking having affect when coming back from panel edit.
    - **Explore:** Improve a11y of query row collapse button.
    - **Geomap:** Fix tooltip display.
    - **QueryEditorRow:** Filter data on mount.
    - **Search:** Show all dashboards in the folder view.
    - **Tracing:** Fix the event attributes in opentelemetry
      tracing.
    * Plugin development fixes & changes
    - **GrafanaUI:** Fix styles for invalid selects &
      DataSourcePicker.
  - Update to 9.1.1 (2022-08-23)
    * Features and enhancements
    - **Cloud Monitoring:** Support SLO burn rate.
    - **Schema:** Restore "hidden" in LegendDisplayMode.
    - **Timeseries:** Revert the timezone(s) property name change
      back to singular.
    * Bug fixes
    - **Alerting:** Fix links in Microsoft Teams notifications.
    - **Alerting:** Fix notifications for Microsoft Teams.
    - **Alerting:** Fix width of Adaptive Cards in Teams
      notifications.
    - **ColorPickerInput:** Fix popover in disabled state.
    - **Decimals:** Fixes auto decimals to behave the same for
      positive and negative values.
    - **Loki:** Fix unique log row id generation.
    - **Plugins:** Fix file extension in development authentication
      guide.
    - **TimeSeries:** Fix jumping legend issue.
    - **TimeSeries:** Fix memory leak on viz re-init caused by
      KeyboardPlugin.
    * Plugin development fixes & changes
    - **TimePicker:** Fixes relative timerange of less than a day
      not displaying.
    - **GrafanaUI:** Fixes ClipboardButton to always keep multi
      line content.
  - Update to 9.1.0 (2022-08-16)
    * Features and enhancements
    - **API:** Allow creating teams with a user defined identifier.
    - **Alerting:** Adds interval and For to alert rule details.
    - **Alerting:** Extend PUT rule-group route to write the entire
      rule group rather than top-level fields only.
    - **Alerting:** Use Adaptive Cards in Teams notifications.
    - **Azure Monitor:** Add Network Insights Dashboard.
    - **Chore:** Improve logging of unrecoverable errors.
    - **Correlations:** Add UpdateCorrelation HTTP API.
    - **Dashboard:** Reverted the changes of hiding multi-select
      and all variable in the datasource picker.
    - **Geomap:** Add alpha day/night layer.
    - **Geomap:** Add measuring tools.
    - **GrafanaUI:** Add success state to ClipboardButton.
    - **Heatmap:** Replace the heatmap panel with new
      implementation.
    - **KVStore:** Allow empty value in kv_store.
    - **Prometheus:** Promote Azure auth flag to configuration.
    - **Reports:** Save and update in reports should be
      transactional. (Enterprise)
    - **Reports:** Set uid when we don't receive it in the query.
      (Enterprise)
    - **Search:** Display only dashboards in General folder of
      Search Folder View.
    - **Status history/State timeline:** Support datalinks.
    - **Transform:** Add a limit transform.
    - **Transformations:** Add standard deviation and variance
      reducers.
    * Bug fixes
    - **API:** Fix snapshot responses.
    - **Access Control:** Fix permission error during dashboard
      creation flow.
    - **Access Control:** Set permissions for Grafana's test data
      source.
    - **Alerting:** Fix migration failure.
    - **BarGauge:** Show empty bar when value, minValue and
      maxValue are all equal.
    - **Dashboard:** Fix color of bold and italics text in panel
      description tooltip.
    - **Loki:** Fix passing of query with defaults to code mode.
    - **Loki:** Fix producing correct log volume query for query
      with comments.
    - **Loki:** Fix showing of unusable labels field in detected
      fields.
    - **Reports:** Fix inconsistency reports. (Enterprise)
    - **Tracing:** Fix OpenTelemetry Jaeger context propagation.
    - **Tracing:** Fix OpenTelemetry Jaeger context propagation.
    - **[9.1.x] Alerting:** AlertingProxy to elevate permissions
      for request forwarded to data proxy when RBAC enabled.
    * Plugin development fixes & changes
    - **Plugins:** Only pass `rootUrls` field in request when not
      empty.
    * Breaking changes
    - Alert notifications to Microsoft Teams now use Adaptive Cards
      instead of Office 365 Connector Cards.
    - Starting at 9.1.0, existing heatmap panels will start using a
      new implementation. This can be disabled by setting the
      `useLegacyHeatmapPanel` feature flag to true. It can be
      tested on a single dashbobard by adding
      `?__feature.useLegacyHeatmapPanel=true` to any dashboard URL.
      The most notable changes are:
    - Significantly improved rendering performance
    - When calculating heatmaps, the buckets are now placed on
      reasonable borders (1m, 5m, 30s etc)
    - Round cells are no longer supported
  - Update to 9.0.9 (2022-09-20)
    * Bug fixes
    - **AngularPanels:** Fixing changing angular panel options not
      taking having affect when coming back from panel edit.
    - **AuthNZ:** Security fixes for CVE-2022-35957 and
      CVE-2022-36062.
    - **FIX:** RBAC prevents deleting empty snapshots.
  - Update to 9.0.8 (2022-08-30)
    * Features and enhancements
    - **Alerting:** Hide "no rules" message when we are fetching
      from data sources.
    - **Rendering:** Add support for renderer token.
    - **Reports:** Title is showing under panels. (Enterprise)
    - **Alerting:** AlertingProxy to elevate permissions for
      request forwarded to data proxy when RBAC enabled.
  - Update to 9.0.7 (2022-08-10)
    * Features and enhancements
    - **CloudMonitoring:** Remove link setting for SLO queries.
    * Bug fixes
    - **GrafanaUI:** Render PageToolbar's leftItems regardless of
      title's presence.
  - Update to 9.0.6 (2022-08-01)
    * Features and enhancements
    - **Access Control:** Allow org admins to invite new users to
      their organization.
    * Bug fixes
    - **Grafana/toolkit:** Fix incorrect image and font generation
      for plugin builds.
    - **Prometheus:** Fix adding of multiple values for regex
      operator.
    - **UI/Card:** Fix card items always having pointer cursor.
  - Update to 9.0.5 (2022-07-26)
    * Features and enhancements
    - **Access control:** Show dashboard settings to users who can
      edit dashboard.
    - **Alerting:** Allow the webhook notifier to support a custom
      Authorization header.
    - **Chore:** Upgrade to Go version 1.17.12.
    - **Plugins:** Add signature wildcard globbing for dedicated
      private plugin type.
    - **Prometheus:** Don't show errors from unsuccessful API
      checks like rules or exemplar checks.
    * Bug fixes
    - **Access control:** Allow organisation admins to add existing
      users to org (#51668).
    - **Alerting:** Fix alert panel instance-based rules filtering.
    - **Apps:** Fixes navigation between different app plugin
      pages.
    - **Cloudwatch:** Upgrade grafana-aws-sdk to fix auth issue
      with secret keys.
    - **Grafana/toolkit:** Fix incorrect image and font generation
      for plugin builds.
    - **Loki:** Fix `show context` not working in some occasions.
    - **RBAC:** Fix permissions on dashboards and folders created
      by anonymous users.
  - Update to 9.0.4 (2022-07-20)
    * Features and enhancements
    - **Browse/Search:** Make browser back work properly when
      visiting Browse or search.
    - **Logs:** Improve getLogRowContext API.
    - **Loki:** Improve handling of empty responses.
    - **Plugins:** Always validate root URL if specified in
      signature manfiest.
    - **Preferences:** Get home dashboard from teams.
    - **SQLStore:** Support Upserting multiple rows.
    - **Traces:** Add more template variables in Tempo & Zipkin.
    - **Traces:** Remove serviceMap feature flag.
    * Bug fixes
    - **Access Control:** Fix missing folder permissions.
    - **Access control:** Fix org user removal for OSS users.
    - **Alerting:** Fix Slack notification preview.
    - **Alerting:** Fix Slack push notifications.
    - **Alerting:** Fixes slack push notifications.
    - **Alerting:** Preserve new-lines from custom email templates
      in rendered email.
    - **Insights:** Fix dashboard and data source insights pages.
      (Enterprise)
    - **Log:** Fix text logging for unsupported types.
    - **Loki:** Fix incorrect TopK value type in query builder.
  - Update to 9.0.3 (2022-07-14)
    * Features and enhancements
    - **Access Control:** Allow dashboard admins to query org
      users.
    - **Access control:** Allow organisation admins to add existing
      users to org.
    - **Alerting:** Add method to provisioning API for obtaining a
      group and its rules.
    - **Alerting:** Add method to provisioning API for obtaining a
      group and its rules.
    - **Alerting:** Allow filtering of contact points by name.
    - **Alerting:** Disable /api/admin/pause-all-alerts with
      Unified Alerting.
    - **Analytics:** Add total queries and cached queries in usage
      insights logs. (Enterprise)
    - **Annotations:** Use point marker for short time range
      annotations.
    - **AzureMonitor:** Update UI to experimental package.
    - **AzureMonitor:** Update resource and namespace metadata.
    - **CloudWatch:** Remove simplejson in favor of
      'encoding/json'.
    - **DashboardRow:** Collapse shortcut prevent to move the
      collapsed rows.
    - **Insights:** Add dashboard UID to exported logs.
      (Enterprise)
    - **Navigation:** Highlight active nav item when Grafana is
      served from subpath.
    - **Plugins:** InfluxDB datasource - set epoch query param
      value as "ms".
    - **Plugins:** InfluxDB update time range query.
    - **StateTimeline:** Try to sort time field.
    * Bug fixes
    - **API:** Do not validate/save legacy alerts when saving a
      dashboard if legacy alerting is disabled.
    - **Access Control:** Fix missing folder permissions.
    - **Alerting:** Add method to reset notification policy tree
      back to the default.
    - **Alerting:** Fix Teams notifier not failing on 200 response
      with error.
    - **Alerting:** Fix bug where state did not change between
      Alerting and Error.
    - **Alerting:** Fix consistency errors in OpenAPI
      documentation.
    - **Alerting:** Fix normalization of alert states for panel
      annotations.
    - **Alerting:** Provisioning API respects global rule quota.
    - **CSRF:** Fix additional headers option.
    - **Chore:** Bump parse-url to 6.0.2 to fix security
      vulnerabilities.
    - **Chore:** Fix CVE-2020-7753 (bsc#1218843).
    - **Chore:** Fix CVE-2021-3807 (bsc#1192154).
    - **Chore:** Fix CVE-2021-3918 (bsc#1192696).
    - **Chore:** Fix CVE-2021-43138 (bsc#1200480).
    - **Chore:** Fix CVE-2022-0155 (bsc#1218844).
    - **Custom Branding:** Fix login logo size. (Enterprise)
    - **Dashboard:** Fixes tooltip issue with TimePicker and
      Setting buttons.
    - **Dashboard:** Prevent unnecessary scrollbar when viewing
      single panel.
    - **Logs:** Fixed wrapping log lines from detected fields.
    - **Loki:** Add missing operators in label filter expression.
    - **Loki:** Fix error when changing operations with different
      parameters.
    - **Loki:** Fix suggesting of correct operations in query
      builder.
    - **Plugins:** InfluxDB variable interpolation fix.
    - **Plugins:** InfluxDB variable interpolation fix for
      influxdbBackendMigration feature flag.
    - **Reports:** Fix line breaks in message. (Enterprise)
    - **Reports:** Fix saving report formats. (Enterprise)
    - **SQLstore:** Fix fetching an inexistent playlist.
    - **Snapshots:** Fix deleting external snapshots when using
      RBAC.
    - **Table:** Fix scrollbar being hidden by pagination.
    - **Templating:** Changing between variables with the same name
      now correctly triggers a dashboard refresh.
    - **Time series panel:** Fix an issue with stacks being not
      complete due to the incorrect data frame length.
    - **[v9.0.x] Snapshots:** Fix deleting external snapshots when
      using RBAC.
  - Update to 9.0.2 (2022-06-28)
    * Features and enhancements
    - **Alerting:** Add support for images in Pushover alerts.
    - **Alerting:** Don't stop the migration when alert rule tags
      are invalid.
    - **Alerting:** Don't stop the migration when alert rule tags
      are invalid.
    - **Alerting:** Skip the default data source if incompatible.
    - **AzureMonitor:** Parse non-fatal errors for Logs.
    - **OAuth:** Restore debug log behavior.
    - **Plugins:** Improved handling of symlinks.
    * Bug fixes
    - **Alerting:** Code-gen parsing of URL parameters and fix
      related bugs.
    - **Alerting:** Code-gen parsing of URL parameters and fix
      related bugs.
    - **Annotations:** Fix annotation autocomplete causing panels
      to crash.
    - **Barchart:** Fix warning not showing.
    - **CloudWatch:** Enable custom session duration in AWS plugin
      auth.
    - **Dashboards:** Fixes issue with the initial panel layout
      counting as an unsaved change.
    - **Plugins:** Use a Grafana specific SDK logger implementation
      for core plugins.
    - **Search:** Fix pagination in the new search page.
  - Update to 9.0.1 (2022-06-21)
    * Features and enhancements
    - **Alerting:** Add support for image annotation in
      Alertmanager alerts.
    - **Alerting:** Add support for images in SensuGo alerts.
    - **Alerting:** Add support for images in Threema alerts.
    - **Alerting:** Adds Mimir to Alertmanager data source
      implementation.
    - **Alerting:** Invalid setting of enabled for unified alerting
      should return error.
    - **AzureMonitor:** Clean namespace when changing the resource.
    - **AzureMonitor:** Update supported namespaces and filter
      resources by the right type.
    - **CLI:** Allow relative symlinks in zip archives when
      installing plugins.
    - **Dashboard:** Don't show unsaved changes modal for automatic
      schema changes.
    - **Dashboard:** Unsaved changes warning should not trigger
      when only pluginVersion has changed.
    - **Expression:** Execute hidden expressions.
    - **Geomap:** Support showing tooltip content on click (not
      just hover).
    - **Heatmap:** Remove alpha flag from new heatmap panel.
    - **Instrumentation:** Define handlers for requests that are
      not handled with named handlers.
    - **Log Panel:** Improve log row hover contrast and visibility.
    - **Logs:** Handle backend-mode errors in histogram.
    - **Loki:** Do not show histogram for instant queries.
    - **Loki:** Handle data source configs with path in the url.
    - **Loki:** Handle invalid query type values.
    - **OAuth:** Redirect to login if no oauth module is found or
      if module is not configured.
    - **OptionsUI:** Move internal options editors out of
      @grafana/ui.
    - **Prometheus:** Don't show undefined for step in collapsed
      options in query editor when value is "auto".
    - **Prometheus:** Show query patterns in all editor modes for
      Prometheus and Loki.
    - **Tempo:** Add link to Tempo Search with node service
      selected.
    - **Time Series Panel:** Add Null Filling and "No Value"
      Support.
    - **TimeSeries:** Add an option to set legend width.
    - **Timeseries:** Improve cursor Y sync behavior.
    - **Traces:** Do not use red in span colors as this looks like
      an error.
    * Bug fixes
    - **Alerting:** Fix AM config overwrite when SQLite db is
      locked during sync.
    - **Alerting:** Fix alert instances filtering for prom rules.
    - **Alerting:** Fix alert rule page crashing when datasource
      contained URL unsafe characters.
    - **Alerting:** Fix automatically select newly created folder
      option.
    - **Alerting:** Fix removal of notification policy without
      labels matchers.
    - **CloudWatch:** Allow hidden queries to be executed in case
      an ID is provided.
    - **Dashboard:** Prevent non-repeating panels being dropped
      from repeated rows when collapsed/expanded.
    - **Dashboards:** Fix folder picker not showing correct results
      when typing too fast.
    - **Datasource:** Prevent panic when proxying for non-existing
      data source.
    - **Explore:** Fix log context scroll to bottom.
    - **Explore:** Revert "Remove support for compact format URLs".
    - **Expressions:** Fixes dashboard schema migration issue that
      casued Expression datasource to be set on panel level.
    - **Formatting:** Fixes valueFormats for a value of 0.
    - **GrafanaData:** Fix week start for non-English browsers.
    - **LibraryPanel:** Resizing a library panel to 6x3 no longer
      crashes the dashboard on startup.
    - **LogRow:** Fix placement of icon.
    - **Loki:** Fix bug in labels framing.
    - **Loki:** Fix issues with using query patterns.
    - **Loki:** Fix showing of duplicated label values in dropdown
      in query builder.
    - **MSSQL:** Fix ParseFloat error.
    - **Panels:** Fixes issue with showing 'Cannot visualize data'
      when query returned 0 rows.
    - **Playlists:** Disable Create Playlist buttons for users with
      viewer role.
    - **Plugins:** Fix typo in plugin data frames documentation.
    - **Prometheus:** Fix body not being included in resource calls
      if they are POST.
    - **RolePicker:** Fix submenu position on horizontal space
      overflow.
    - **Tracing:** Fix trace links in traces panel.
    * Deprecations
    - Support for compact Explore URLs is deprecated and will be
      removed in a future release. Until then, when navigating to
      Explore using the deprecated format the URLs are
      automatically converted. If you have existing links pointing
      to Explore update them using the format generated by Explore
      upon navigation. You can identify a compact URL by its
      format. Compact URLs have the left (and optionally right) url
      parameter as an array of strings, for example
      `&left=["now-1h","now"...]`. The standard explore URLs follow
      a key/value pattern, for example
      `&left={"datasource":"test"...}`. Please be sure to check
      your dashboards for any hardcoded links to Explore and update
      them to the standard URL pattern.
  - Update to 9.0.0 (2022-06-10)
    * Features and enhancements
    - **API:** Add GET /api/annotations/:annotationId endpoint.
    - **API:** Add endpoint for updating a data source by its UID.
    - **AccessControl:** Add enterprise only setting for rbac
      permission cache.
    - **AccessControl:** Document basic roles changes and
      provisioning V2.
    - **AccessControl:** Enable RBAC by default.
    - **AddDataSourceConfig:** Remove deprecated checkHealth prop.
    - **Alerting:** Add Image URLs to Microsoft Teams notifier.
    - **Alerting:** Add RBAC actions and role for provisioning API
      routes.
    - **Alerting:** Add Screenshot URLs to Pagerduty Notifier.
    - **Alerting:** Add a "Reason" to Alert Instances to show
      underlying cause of state.
    - **Alerting:** Add a general screenshot service and
      alerting-specific image service.
    - **Alerting:** Add image url or file attachment to email
      notifications.
    - **Alerting:** Add image_urls to OpsGenie notification
      details.
    - **Alerting:** Add notification policy flow chart.
    - **Alerting:** Attach image URL to alerts in Webhook notifier
      format.
    - **Alerting:** Attach image URLs or upload files to Discord
      notifications.
    - **Alerting:** Attach image URLs to Google Chat notifications.
    - **Alerting:** Attach screenshot data to Unified Alerting
      notifications.
    - **Alerting:** Create folder for alerting when start from the
      scratch.
    - **Alerting:** Modify alertmanager endpoints for proxying
      using the datasource UID.
    - **Alerting:** Modify endpoint for testing a datasource rule
      using the UID.
    - **Alerting:** Modify prometheus endpoints for proxying using
      the datasource UID.
    - **Alerting:** State Manager takes screenshots.
    - **Alerting:** Use UID scope for folders authorization.
    - **Alerting:** modify ruler endpoints for proxying using the
      datasource UID.
    - **Angular:** Adds back two angular directives that are still
      used by remaining angular bits and plugins.
    - **Azure Monitor:** Add Resource Picker to Metrics Queries.
    - **Azure Monitor:** Add search feature to resource picker.
    - **AzureMonitor:** Add support for selecting multiple options
      when using the equals and not equals dimension filters.
    - **AzureMonitor:** Remove deprecated code.
    - **Build:** Change names to PascalCase to match.
    - **Chore:** Remove deprecated DataSourceAPI methods.
    - **Chore:** Upgrade typescript to 4.6.4.
    - **Cloud Monitoring:** Use new annotation API.
    - **CloudMonitoring:** Allow to set a custom value or disable
      graph_period.
    - **CloudWatch:** Add generic filter component to variable
      editor.
    - **CloudWatch:** Added missing AWS/AppRunner metrics.
    - **CloudWatch:** Enable support for dynamic labels with
      migrated alias patterns.
    - **Cloudwatch:** Pass label in deep link.
    - **Cloudwatch:** Use new annotation API.
    - **Dashboard:** Validate dashboards against schema on save.
    - **DashboardPickerByID:** Add option to exclude dashboards.
    - **DashboardPickerById:** Add optionLabel prop.
    - **Dashboards:** Display values of 0 with the configured
      decimal places.
    - **Data:** Remove deprecated types and functions from
      valueMappings.
    - **Elasticsearch:** Remove browser access mode.
    - **Elasticsearch:** Remove support for versions after their
      end of the life (<7.10.0).
    - **Encryption:** Add support for multiple data keys per day.
    - **Encryption:** Enable envelope encryption by default.
    - **Explore:** Remove support for legacy, compact format URLs.
    - **Explore:** Skip Angular error handling when Angular support
      is disabled.
    - **Explore:** simplify support for multiple query editors.
    - **FeatureToggles:** Support changing feature toggles with URL
      parameters.
    - **FileUpload:** Make component accessible by keyboard
      navigation.
    - **Formatting:** Make SI number formats more robust.
    - **Graph:** Deprecate Graph (old) and make it no longer a
      visualization option for new panels.
    - **IconButton:** IconButtons are now correctly aligned in
      Safari.
    - **Logger:** Enable new logging format by default.
    - **Loki:** Add more query patterns.
    - **Loki:** Enable new visual query builder by default.
    - **Loki:** use the same dataframe-format for both live and
      normal queries.
    - **OAuth:** Make allowed email domain case insensitive.
    - **Panels:** Use the No value option when showing the no data
      message.
    - **Plugins:** Remove plugin list panel.
    - **Query History:** Enable new query history by default.
    - **QueryEditorRow:** Show query errors next to query in a
      consistent way across Grafana.
    - **SAML:** Implement Name Templates for
      assertion_attribute_name option.
    - **Service accounts:** Do not display service accounts
      assigned to team.
    - **Settings:** Use Grafana Azure SDK to pass Azure env vars
      for external plugins.
    - **Shortcuts:** Add shortcut to show shortcuts to the list of
      shortcuts.
    - **Traces Panel:** Add new Traces Panel visualization.
    - **Traces:** Filter by service/span name and operation in
      Tempo and Jaeger.
    - **Transformations:** Allow more complex regex expressions
      in `Rename by regex`.
    - **grafana/ui:** Add default type="button" to <Button>.
    * Bug fixes
    - **Alerting:** Fix database unavailable removes rules from
      scheduler.
    - **AzureMonitor:** Fix auto-selection of time-grain for
      metrics.
    - **DataSources:** Fixes issue with expressions not being
      queried.
    - **GraphNG:** Fix thresholds by color not following data
      update.
    - **Jaeger:** Update operations dropdown.
    - **Login:** Fix mismatching label on auth_module in user list.
    - **Playlists:** Save button now correctly creates a new
      playlist.
    - **RBAC:** Fix migrations running in the wrong order causing
      inheritance problem in enterprise.
    - **RBAC:** Fix migrations running into the wrong order.
      (Enterprise)
    - **ServiceAccounts:** Add identifiable token prefix to service
      account tokens.
    - **Traces:** Fix missing CopyButton on KeyValueTables and
      overlapping of panels.
    * Deprecations
      `setExploreQueryField`, `setExploreMetricsQueryField` and
      `setExploreLogsQueryField` are now deprecated and will be
      removed in a future release. If you need to set a different
      query editor for Explore, conditionally render based on
      `props.app` in your regular query editor.
    * Plugin development fixes & changes
    - **Chore:** Remove react-testing-lib from bundles.
    - **Select:** Portal menu by default.
    * Breaking changes
    - The `@grafana/ui` package helper function
      `selectOptionInTest` used in frontend tests has been removed
      as it caused testing libraries to be bundled in the
      production code of Grafana. If you were using this helper
      function in your tests please update your code accordingly:
      ```js
      // before
      import { selectOptionInTest } from '@grafana/ui';
      // ...test usage
      await selectOptionInTest(selectEl, 'Option 2');
      // after
      import { select } from 'react-select-event';
      // ...test usage
      await select(selectEl, 'Option 2',
      { container: document.body });
      ```
    - Removed deprecated `checkHealth` prop from the `@grafana/e2e`
      `addDataSource` config. Previously this value defaulted to
      `false`, and has not been used in end-to-end tests since
      Grafana 8.0.3.
    - Removes the deprecated `LegacyBaseMap`, `LegacyValueMapping`,
      `LegacyValueMap`, and `LegacyRangeMap` types, and
      `getMappedValue` function from grafana-data. Migration is as
      follows:
      | Old                  | New                     |
      | -------------------- | ----------------------- |
      | `LegacyBaseMap`      | `MappingType`           |
      | `LegacyValueMapping` | `ValueMapping`          |
      | `LegacyValueMap`     | `ValueMap`              |
      | `LegacyRangeMap`     | `RangeMap`              |
      | `getMappedValue`     | `getValueMappingResult` |
      This change fixes a bug in Grafana where intermittent failure
      of database, network between Grafana and the database, or
      error in querying the database would cause all alert rules to
      be unscheduled in Grafana. Following this change scheduled
      alert rules are not updated unless the query is successful.
    - The `get_alert_rules_duration_seconds` metric has been
      renamed to `schedule_query_alert_rules_duration_seconds`.
    - Any secret (data sources credential, alert manager
      credential, etc, etc) created or modified with Grafana v9.0
      won't be decryptable from any previous version (by default)
      because the way encrypted secrets are stored into the
      database has changed. Although secrets created or modified
      with previous versions will still be decryptable by Grafana
      v9.0.
    - If required, although generally discouraged, the
      `disableEnvelopeEncryption` feature toggle can be enabled to
      keep envelope encryption disabled once updating to Grafana
      v9.0.
    - In case of need to rollback to an earlier version of Grafana
      (i.e. Grafana v8.x) for any reason, after being created or
      modified any secret with Grafana v9.0, the
      `envelopeEncryption` feature toggle will need to be enabled
      to keep backwards compatibility (only from `v8.3.x` a bit
      unstable, from `8.5.x` stable).
    - As a final attempt to deal with issues related with the
      aforementioned situations, the `grafana-cli admin
      secrets-migration rollback` command has been designed to
      move back all the Grafana secrets encrypted with envelope
      encryption to legacy encryption. So, after running that
      command it should be safe to disable envelope encryption
      and/or roll back to a previous version of Grafana.
    - Alternatively or complementarily to all the points above,
      backing up the Grafana database before updating could be a
      good idea to prevent disasters (although the risk of getting
      some secrets corrupted only applies to those updates/created
      with after updating to Grafana v9.0).
    - According to the dynamic labels documentation, you can use up
      to five dynamic values per label. There’s currently no such
      restriction in the alias pattern system, so if more than 5
      patterns are being used the GetMetricData API will return an
      error.
    - Dynamic labels only allow \${LABEL} to be used once per
      query. There’s no such restriction in the alias pattern
      system, so in case more than 1 is being used the
      GetMetricData API will return an error.
    - When no alias is provided by the user, Grafana will no longer
      fallback with custom rules for naming the legend.
    - In case a search expression is being used and no data is
      returned, Grafana will no longer expand dimension values, for
      instance when using a multi-valued template variable or star
      wildcard `*` in the dimension value field.
    - Time series might be displayed in a different order. Using
      for example the dynamic label `${PROP('MetricName')}`, might
      have the consequence that the time series are returned in a
      different order compared to when the alias pattern
      `{{metric}}` is used
    - In Elasticsearch, browser access mode was deprecated in
      grafana 7.4.0 and removed in 9.0.0. If you used this mode,
      please switch to server access mode on the datasource
      configuration page.
    - Environment variables passed from Grafana to external Azure
      plugins have been renamed:
    - `AZURE_CLOUD` renamed to `GFAZPL_AZURE_CLOUD`
    - `AZURE_MANAGED_IDENTITY_ENABLED` renamed to
      `GFAZPL_MANAGED_IDENTITY_ENABLED`
    - `AZURE_MANAGED_IDENTITY_CLIENT_ID` renamed to
      `GFAZPL_MANAGED_IDENTITY_CLIENT_ID`
    - There are no known plugins which were relying on these
      variables. Moving forward plugins should read Azure settings
      only via Grafana Azure SDK which properly handles old and new
      environment variables.
    - Removes support for for ElasticSearch versions after their
      end-of-life, currently versions < 7.10.0. To continue to use
      ElasticSearch data source, upgrade ElasticSearch to version
      7.10.0+.
    - Application Insights and Insight Analytics queries in Azure
      Monitor were deprecated in Grafana 8.0 and finally removed in
      9.0. Deprecated queries will no longer be executed.
    - **grafana/ui: Button now specifies a default type="button"**
      The `Button` component provided by @grafana/ui now specifies
      a default `type="button"` when no type is provided.
      In previous versions, if the attribute was not specified for
      buttons associated with a `<form>` the default value was
      `submit` per the specification. You can preserve the old
      behavior by explicitly setting the type attribute:
      `<Button type="submit" />`
    - The `Rename by regex` transformation has been improved to
      allow global patterns of the form `/<stringToReplace>/g`.
      Depending on the regex match used, this may cause some
      transformations to behave slightly differently. You can
      guarantee the same behaviour as before by wrapping the
      `match` string in forward slashes (`/`), e.g. `(.*)` would
      become `/(.*)/`
    - `<Select />` menus will now portal to the document body by
      default. This is to give more consistent behaviour when
      positioning and overlaying. If you were setting
      `menuShouldPortal={true}` before you can safely remove that
      prop and behaviour will be the same. If you weren't
      explicitly setting that prop, there should be no visible
      changes in behaviour but your tests may need updating. If you
      were setting `menuShouldPortal={false}` this will continue to
      prevent the menu from portalling.
    - Grafana alerting endpoint prefixed with `api/v1/rule/test`
      that tests a rule against a Corte/Loki data source now
      expects the data source UID as a path parameter instead of
      the data source numeric identifier.
    - Grafana alerting endpoints prefixed with `api/prometheus/`
      that proxy requests to a Cortex/Loki data source now expect
      the data source UID as a path parameter instead of the data
      source numeric identifier.
    - Grafana alerting endpoints prefixed with `api/ruler/` that
      proxy requests to a Cortex/Loki data source now expect the
      data source UID as a path parameter instead of the data
      source numeric identifier.
    - Grafana alerting endpoints prefixed with `api/alertmanager/`
      that proxy requests to an Alertmanager now expect the data
      source UID as a path parameter instead of the data source
      numeric identifier.
    - The format of log messages have been updated, `lvl` is now
      `level` and `eror`and `dbug` has been replaced with `error`
      and `debug`. The precision of timestamps has been increased.
      To smooth the transition, it is possible to opt-out of the
      new log format by enabling the feature toggle `oldlog`.
      This option will be removed in a future minor release.
    - In the Loki data source, the dataframe format used to
      represent Loki logs-data has been changed to a more efficient
      format. The query-result is represented by a single dataframe
      with a "labels" column, instead of the separate dataframes
      for every labels-value. When displaying such data in explore,
      or in a logs-panel in the dashboard will continue to work
      without changes, but if the data was loaded into a different
      dashboard-panel, or Transforms were used, adjustments may be
      necessary. For example, if you used the "labels to fields"
      transformation with the logs data, please switch to the
      "extract fields" transformation.
* Wed Feb 15 2023 Witek Bedyk <witold.bedyk@suse.com>
  - Fix basic authentication bypass by updating the exporter toolkit
    to version 0.7.3 (bsc#1208065, CVE-2022-46146).
  - Add:
    * 0002-Update-exporter-toolkit-to-version-0.7.3.patch
  - Require Go 1.19 or newer (bsc#1208293, CVE-2022-41723)
* Mon Feb 06 2023 witold.bedyk@suse.com
  - Update to version 8.5.20:
    * Security: SVG: Add dompurify preprocessor step
      (bsc#1207749, CVE-2022-23552)
    * Security: Snapshots: Fix originalUrl spoof security issue
      (bsc#1207750, CVE-2022-39324)
    * Security: Omit error from http response
    * Bug fix: Email and username trimming and invitation validation
* Fri Nov 18 2022 witold.bedyk@suse.com
  - Update to version 8.5.15 (jsc#PED-2617):
    * Security: Fix for privilege escalation
      (bsc#1205225, CVE-2022-39306)
    * Security: Omit error from http response when user does not
      exists (bsc#1205227, CVE-2022-39307)
* Fri Nov 11 2022 witold.bedyk@suse.com
  - Update to version 8.5.14:
    * Security: Fix do not forward login cookie in outgoing requests
      (bsc#1204303, CVE-2022-39201)
    * Security: Make proxy endpoints not leak sensitive HTTP headers
      (bsc#1204305, CVE-2022-31130)
    * Security: Fix plugin signature bypass (bsc#1204302, CVE-2022-31123)
    * Security: Fix blocknig other users from signing in (bsc#1204304,
      CVE-2022-39229)
* Wed Sep 21 2022 witold.bedyk@suse.com
  - Update to version 8.5.13 (jsc#PED-2145):
    + Features and enhancements:
    * Plugins: Expose emotion/react to plugins to prevent load
      failures
    + Bug fix:
    * AuthNZ: Security fixes for (bsc#1203596, CVE-2022-36062) and
      (bsc#1203597, CVE-2022-35957)
  - Update to version 8.5.11:
    + Features and enhancements:
    * Rendering: Add support for renderer token
    * Alerting: AlertingProxy to elevate permissions for request
      forwarded to data proxy when RBAC enabled
* Thu Aug 25 2022 Marius Kittler <marius.kittler@suse.com>
  - Update to version 8.5.10
    + Bug fixes (8.5.10):
    * RBAC: Fix Anonymous Editors missing dashboard controls.
      [#52649], @gamab
    + Bug fixes (8.5.6):
    * Dashboard: Fixes random scrolling on time range change.
      [#50379], @torkelo
    * Security: Fixes minor code scanning security warnings in old
      vendored javascript libs. #50382, @torkelo
    + Features and enhancements (8.5.5):
    * Azure Monitor: Include datasource ref when interpolating
      variables. #49543, @kevinwcyu
    * CloudWatch: Add multi-value template variable support for log
      group names in logs query builder. #49737, @kevinwcyu
    * Cloudwatch: Add template variable query function for listing
      log groups. #50100, @yaelleC
    + Bug fixes (8.5.5):
    * Alerting: Do not overwrite existing alert rule condition.
      [#49920], @gillesdemey
    * Alerting: Remove double quotes from matchers. #50044,
      @alexweav
    + Features and enhancements (8.5.4):
    * Alerting: Remove disabled flag for data source when migrating
      alerts. #48559, @yuri-tceretian
    * Alerting: Show notification tab of legacy alerting only to
      editor. #49624, @yuri-tceretian
    * Alerting: Update migration to migrate only alerts that belong
      to existing org\dashboard. #49192, @yuri-tceretian
    * AzureMonitor: Do not quote variables when a custom "All"
      variable option is used. #49428, @andresmgot
    * AzureMonitor: Update allowed namespaces. #48468,
      @jcolladokuri
    * CloudMonitor: Correctly encode default project response.
      [#49510], @aangelisc
    * Cloudwatch: Add support for new AWS/RDS EBS* metrics.
      [#48798], @szymonpk
    * InfluxDB: Use backend for influxDB by default via feature
      toggle. #48453, @yesoreyeram
    * Legend: Use correct unit for percent and count calculations.
      [#49004], @dprokop
    * LokI: use millisecond steps in Grafana 8.5.x. #48630, @gabor
    * Plugins: Introduce HTTP 207 Multi Status response to
      api/ds/query. #48550, @wbrowne
    * Transformations: Add an All Unique Values Reducer. #48653,
      @josiahg
    * Transformers: avoid error when the ExtractFields source field
      is missing. #49368, @wardbekker
    * [v8.5.x] Alerting: Update migration to migrate only alerts
      that belong to existing org\dashboard. #49199, @grafanabot
    + Bug fixes (8.5.4):
    * Alerting: Allow disabling override timings for notification
      policies. #48648, @gillesdemey
    * Alerting: Allow serving images from custom url path. #49022,
      @gillesdemey
    * Alerting: Apply Custom Headers to datasource queries. #47860,
      @joeblubaugh
    * Alerting: Fix RBAC actions for notification policies. #49185,
      @yuri-tceretian
    * Alerting: Fix access to alerts for viewer with editor
      permissions when RBAC is disabled. #49270, @yuri-tceretian
    * Alerting: Fix anonymous access to alerting. #49203,
      @yuri-tceretian
    * Alerting: correctly show all alerts in a folder. #48684,
      @gillesdemey
    * AzureMonitor: Fixes metric definition for Azure Storage
      queue/file/blob/table resources. #49101, @aangelisc
    * Dashboard: Fix dashboard update permission check. #48746,
      @IevaVasiljeva
    * DashboardExport: Fix exporting and importing dashboards where
      query data source ended up as incorrect. #48410, @torkelo
    * FileUpload: clicking the Upload file button now opens their
      modal correctly. #48766, @ashharrison90
    * GrafanaUI: Fix color of links in error Tooltips in light
      theme. #49327, @joshhunt
    * LibraryPanels: Fix library panels not connecting properly in
      imported dashboards. #49161, @joshhunt
    * Loki: Improve unpack parser handling. #49074, @gabor
    * RolePicker: Fix menu position on smaller screens. #48429,
      @Clarity-89
    * TimeRange: Fixes updating time range from url and browser
      history. #48657, @torkelo
    * TimeSeries: Fix detection & rendering of sparse datapoints.
      [#48841], @leeoniya
    * Timeseries: Fix outside range stale state. #49633, @ryantxu
    * Tooltip: Fix links not legible in Tooltips when using light
      theme. #48748, @joshhunt
    * Tooltip: Sort decimals using standard numeric compare.
      [#49084], @dprokop
    * Transforms: Labels to fields, fix label picker layout.
      [#49304], @torkelo
    * Variables: Fixes issue with data source variables not
      updating queries with variable. #49478, @torkelo
    * [v8.5.x] Alerting: Fix RBAC actions for notification policies
      (#49185). #49348, @yuri-tceretian
    * [v8.5.x] Alerting: Fix access to alerts for viewer with
      editor permissions when RBAC is disabled. #49427, @konrad147
    * [v8.5.x] Alerting: Fix anonymous access to alerting. #49268,
      @yuri-tceretian
    + Breaking changes (8.5.4):
      For a data source query made via /api/ds/query:
      If the DatasourceQueryMultiStatus feature is enabled and
      The data source response has an error set as part of the
      DataResponse, the resulting HTTP status code is now 207
      Multi Status instead of 400 Bad gateway
      If the DatasourceQueryMultiStatus feature is not enabled and
      The data source response has an error set as part of the
      DataResponse, the resulting HTTP status code is 400 Bad
      Request (no breaking change)
    - -> Issue #48550
    + Features and enhancements (8.5.2):
    * Alerting: Add safeguard for migrations that might cause
      dataloss. #48526, @JohnnyQQQQ
    * AzureMonitor: Add support for not equals and startsWith
      operators when creating Azure Metrics dimension filters.
      [#48077], @aangelisc
    * Elasticsearch: Add deprecation notice for < 7.10 versions.
      [#48506], @ivanahuckova
    * Traces: Filter by service/span name and operation in Tempo
      and Jaeger. #48209, @joey-grafana
    + Bug fixes (8.5.2):
    * AzureAd Oauth: Fix strictMode to reject users without an
      assigned role. #48474, @kyschouv
    * CloudWatch: Fix variable query tag migration. #48587, @iwysiu
    * Plugins: Ensure catching all appropriate 4xx api/ds/query
      scenarios. #47565, @wbrowne
    + Bug fixes (8.5.1):
    * Azure Monitor: Fix space character encoding for metrics query
      link to Azure Portal. #48139, @kevinwcyu
    * CloudWatch: Prevent log groups from being removed on query
      change. #47994, @asimpson
    * Cloudwatch: Fix template variables in variable queries.
      [#48140], @iwysiu
    * Explore: Prevent direct access to explore if disabled via
      feature toggle. #47714, @Elfo404
    * InfluxDB: Fixes invalid no data alerts. #48295, @yesoreyeram
    * Navigation: Prevent navbar briefly showing on login. #47968,
      @ashharrison90
    * Plugins Catalog: Fix styling of hyperlinks. #48196, @marefr
    * Table: Fix filter crashes table. #48258, @zoltanbedi
    * TimeSeries: Properly stack series with missing datapoints.
      [#48321], @leeoniya
    + Features and enhancements (8.5.0):
    * Alerting: Add contact points provisioning API. #47197,
      @JohnnyQQQQ
    * Alerting: Add resolved count to notification title when both
      firing and resolved present. #46697, @JacobsonMT
    * Alerting: Alert rule should wait For duration when execution
      error state is Alerting. #47052, @grobinson-grafana
    * Alerting: Classic conditions can now display multiple values.
      [#46971], @gotjosh
    * Alerting: Display query from grafana-managed alert rules on
      /api/v1/rules. #45969, @gotjosh
    * Alerting: Enhance support for arbitrary group names in
      managed alerts. #47785, @gillesdemey
    * Alerting: add field for custom slack endpoint. #45751,
      @nathanrodman
    * Azure Monitor : Adding json formatting of error messages in
      Panel Header Corner and Inspect Error Tab. #44877, @yaelleC
    * Azure Monitor: Add 2 more Curated Dashboards for VM Insights.
      [#45187], @jcolladokuri
    * CloudWatch: Handle new error codes for MetricInsights.
      [#47033], @Gabrielopesantos
    * Dashboards: show changes in save dialog. #46557, @ryantxu
    * DataSource: Default data source is no longer a persisted
      state but just the default data source for new panels.
      [#45132], @torkelo
    * DataSourcePlugin API: Allow queries import when changing data
      source type. #47435, @dprokop
    * Explore: Remove return to panel button. #45018, @gelicia
    * Explore: allow users to save Explore state to a new panel in
      a new dashboard. #45148, @Elfo404
    * Instrumentation: Proxy status code correction and various
      improvements. #47473, @marefr
    * Logging: Introduce feature toggle to activate gokit/log
      format. #47336, @ying-jeanne
    * NewsPanel: Add support for Atom feeds. #45390, @kaydelaney
    * Plugins: Add deprecation notice for /api/tsdb/query endpoint.
      [#45238], @wbrowne
    * Plugins: Adding support for traceID field to accept
      variables. #45559, @vinisdl
    * PostgreSQL: __unixEpochGroup to support arithmetic expression
      as argument. #46764, @s0nik42
    * Profile/Help: Expose option to disable profile section and
      help menu. #46308, @cameronwaterman
    * Prometheus: Enable new visual query builder by default.
      [#46634], @torkelo
    * SAML: Allow disabling of SAML signups. #47481, @mmandrus
    * SAML: Allow disabling of SAML signups. (Enterprise)
    * Table: New pagination option. #45732, @zoltanbedi
    * TablePanel: Add cell inspect option. #45620, @dprokop
    * Tempo / Trace Viewer: Support Span Links in Trace Viewer.
      [#45632], @Shachi16
    * Tempo: Download span references in data inspector. #47074,
      @connorlindsey
    * Tempo: Separate trace to logs and loki search datasource
      config. #46655, @connorlindsey
    * Trace View: Show number of child spans. #44393, @tharun208
    * Transformations: Support escaped characters in key-value pair
      parsing. #47901, @aangelisc
    + Bug fixes (8.5.0):
    * Azure Monitor: Bug Fix for incorrect variable cascading for
      template variables. #47478, @jcolladokuri
    * CloudWatch: List all metrics properly in SQL autocomplete.
      [#45898], @sunker
    * CloudWatch: Run query on blur in logs query field. #47454,
      @fridgepoet
    * Dashboard: Template variables are now correctly persisted
      when clicking breadcrumb links. #46790, @ashharrison90
    * DashboardPage: Remember scroll position when coming back
      panel edit / view panel. #47639, @torkelo
    * Panel Edit: Options search now works correctly when a
      logarithmic scale option is set. #47927, @ashharrison90
    * Postgres: Return tables with hyphenated schemes. #45754,
      @zuchka
    * Table panel: Fix horizontal scrolling when pagination is
      enabled. #47776, @dprokop
    * Variables: Ensure variables in query params are correctly
      recognised. #47049, @ashharrison90
    * Variables: Fix crash when changing query variable datasource.
      [#44957], @joshhunt
    * Visualizations: Stack negative-valued series downwards.
      [#47373], @leeoniya
    + Breaking changes (8.5.0):
      For a proxied request, e.g. Grafana's datasource or plugin
      proxy: If the request is cancelled, e.g. from the browser/by
      the client, the HTTP status code is now 499 Client closed
      request instead of 502 Bad gateway If the request times out,
      e.g. takes longer time than allowed, the HTTP status code is
      now 504 Gateway timeout instead of 502 Bad gateway. Issue
      [#47473] The change in behavior is that negative-valued series
      are now stacked downwards from 0 (in their own stacks), rather
      than downwards from the top of the positive stacks. We now
      automatically group stacks by Draw style, Line interpolation,
      and Bar alignment, making it impossible to stack bars on top of
      lines, or smooth lines on top of stepped lines. Issue #47373
      The meaning of the default data source has now changed from
      being a persisted property in a panel. Before when you selected
      the default data source for a panel and later changed the
      default data source to another data source it would change all
      panels who were configured to use the default data source. From
      now on the default data source is just the default for new
      panels and changing the default will not impact any currently
      saved dashboards. Issue #45132 The Tooltip component provided
      by @grafana/ui is no longer automatically interactive (that is
      you can hover onto it and click a link or select text). It will
      from now on by default close automatically when you mouse out
      from the trigger element. To make tooltips behave like before
      set the new interactive property to true.
    + Deprecations (8.5.0):
      /api/tsdb/query API has been deprecated and will be removed in
      a future release. Use /api/ds/query instead. Issue #45238
    + Plugin development fixes & changes (8.5.0):
    * Card: Increase clickable area when meta items are present.
      [#47935], @ashharrison90
    * Loki: Fix operator description propup from being shortened.
      [#46575], @glintik
    * Tooltips: Make tooltips non interactive by default. #45053,
      @torkelo
    + Features and enhancements (8.4.7):
    * CloudWatch: Added missing MemoryDB Namespace metrics. #47290,
      @james-deee
    * Histogram Panel: Take decimal into consideration. #47330,
      @mdvictor
    * TimeSeries: Sort tooltip values based on raw values. #46738,
      @dprokop
    + Bug fixes (8.4.7):
    * API: Include userId, orgId, uname in request logging
      middleware. #47183, @marefr
    * Elasticsearch: Respect maxConcurrentShardRequests datasource
      setting. #47120, @alexandrst88
    + Features and enhancements (8.4.5):
    * Instrumentation: Make backend plugin metrics endpoints
      available with optional authentication. #46467, @marefr
    * Table panel: Show datalinks for cell display modes JSON View
      and Gauge derivates. #46020, @mdvictor
    + Bug fixes (8.4.5):
    * Azure Monitor: Small bug fixes for Resource Picker. #46665,
      @sarahzinger
    * Logger: Use specified format for file logger. #46970, @sakjur
    * Logs: Handle missing fields in dataframes better. #46963,
      @gabor
    * ManageDashboards: Fix error when deleting all dashboards from
      folder view. #46877, @joshhunt
    + Features and enhancements (8.4.4):
    * Loki: Add unpack to autocomplete suggestions (#44623).
      [#46573], @glintik
    * Plugins: allow using both Function and Class components for
      app plugins. #46148, @leventebalogh
    * TimeSeries: Add migration for Graph panel's transform series
      override. #46577, @dprokop
    * TimeSeries: Preserve null/undefined values when performing
      negative y transform. #46584, @dprokop
    + Bug fixes (8.4.4):
    * CloudWatch: Use default http client from aws-sdk-go. #46370,
      @sunker
    * Dashboards: Fixes repeating by row and no refresh. #46565,
      @torkelo
    * Gauge: Fixes blank viz when data link exists and orientation
      was horizontal. #46335, @torkelo
    * Search: sort results correctly when using postgres. #46466,
      @xlson
    * TagsInput: fix tags remove button accessibility issues.
      [#46254], @Elfo404
    * TextPanel: Sanitize after markdown has been rendered to html.
      [#46166], @ashharrison90
    + Features and enhancements (8.4.3):
    * Alerting: Grafana uses > instead of >= when checking the For
      duration. #46010
    * Alerting: Use expanded labels in dashboard annotations.
      [#45726], @grobinson-grafana
    * Logs: Escape windows newline into single newline. #45771,
      @perosb
    + Bug fixes (8.4.3):
    * Alerting: Fix use of > instead of >= when checking the For
      duration. #46011, @grobinson-grafana
    * Azure Monitor: Fixes broken log queries that use workspace.
      [#45820], @sunker
    * CloudWatch: Remove error message when using multi-valued
      template vars in region field. #45886, @sunker
    * Middleware: Fix IPv6 host parsing in CSRF check. #45911,
      @ying-jeanne
    + Plugin development fixes & changes (8.4.3):
    * ClipboardButton: Use a fallback when the Clipboard API is
      unavailable. #45831, @ashharrison90
    + Features and enhancements (8.4.2):
    * OAuth: Add setting to skip org assignment for external
      users. #34834, @baez90
    * Tracing: Add option to map tag names to log label names in
      trace to logs settings. #45178, @connorlindsey
    + Bug fixes (8.4.2):
    * Explore: Fix closing split pane when logs panel is
      used. #45602, @ifrost
    + Features and enhancements (8.4.1):
    * Cloudwatch: Add support for AWS/PrivateLink* metrics and
      dimensions. #45515, @szymonpk
    * Configuration: Add ability to customize okta login button
      name and icon. #44079, @DanCech
    * Tempo: Switch out Select with AsyncSelect component to get
      loading state in Tempo Search. #45110, @CatPerry
    + Bug fixes (8.4.1):
    * Alerting: Fix migrations by making send_alerts_to field
      nullable. #45572, @santihernandezc
    + Features and enhancements (8.4.0):
    * API: Extract OpenAPI specification from source code using
      go-swagger. #40528, @papagian
    * AccessControl: Disable user remove and user update roles when
      they do not have the permissions. #43429, @Jguer
    * AccessControl: Provisioning for teams. #43767, @gamab
    * API: Add usage stats preview endpoint. #43899, @Jguer
    * Alerting: Move slow queries in the scheduler to another
      goroutine. #44423, @grobinson-grafana
    * Alerting: Use time.Ticker instead of alerting.Ticker in
      ngalert. #44395, @grobinson-grafana
    * Alerting: add custom grouping to Alert Panel. #44559,
      @gillesdemey
    * Analytics: Add user id tracking to google analytics.
      [#42763], @autoric
    * Angular: Add AngularJS plugin support deprecation plan to
      docs site. #45149, @torkelo
    * Auth: implement auto_sign_up for auth.jwt. #43502, @sakjur
    * Azure Monitor Logs: Order subscriptions in resource picker by
      name. #45228, @sunker
    * Azure monitor Logs: Optimize data fetching in resource
      picker. #44549, @sunker
    * AzureMonitor: Filter list of resources by resourceType.
      [#43522], @andresmgot
    * BarChart: color by field, x time field, bar radius, label
      skipping. #43257, @leeoniya
    * Chore: Implement OpenTelemetry in Grafana. #42674, @idafurjes
    * Cloud Monitoring: Adds metric type to Metric drop down
      options. #43268, @tw1nk
    * CloudWatch: Add Data Lifecycle Manager metrics and dimension.
      [#43310], @ilyastoli
    * CloudWatch: Add Missing Elasticache Host-level metrics.
      [#43455], @dhendo
    * CloudWatch: Add all ElastiCache Redis Metrics. #43336,
      @siavashs
    * CloudWatch: Add new AWS/ES metrics. #43034, @sunker
    * Cloudwatch: Add syntax highlighting and autocomplete for
      "Metric Search". #43985, @sarahzinger
    * Explore: Support custom display label for exemplar links for
      Prometheus datasource. #42732, @JokerQueue
    * Hotkeys: Make time range absolute/permanent. #43802, @davkal
    * Playlists: Enable sharing direct links to playlists. #44161,
      @ashharrison90
    * SQLStore: Prevent concurrent migrations. #44101, @papagian
    * SSE: Add Mode to drop NaN/Inf/Null in Reduction operations.
      [#43583], @kylebrandt
    * Setting: Support configuring feature toggles with bools
      instead of just passing an array. #43326, @bergquist
    * TimeSeries: Add support for negative Y and constant
      transform. #44774, @dprokop
    * Transformations: Add 'JSON' field type to
      ConvertFieldTypeTransformer. #42624, @sd2k
    + Bug fixes (8.4.0):
    * Auth: Guarantee consistency of signed SigV4 headers.
      [#45054], @wbrowne
    * CloudWatch: Fix MetricName resetting on Namespace change.
      [#44165], @yaelleC
    * Cloudwatch : Fixed reseting metric name when changing
      namespace in Metric Query. #44612, @yaelleC
    * Explore: Avoid locking timepicker when range is inverted.
      [#44790], @Elfo404
    * Instrumentation: Fix HTTP request instrumentation of
      authentication failures. #44234, @marefr
    * LibraryPanels: Prevent long descriptions and names from
      obscuring the delete button. #45190, @zuchka
    * OAuth: Fix parsing of ID token if header contains non-string
      value. #44159, @marefr
    * Panel Edit: Visualization search now works correctly with
      special characters. #45137, @ashharrison90
    * Provisioning: Fix duplicate validation when multiple
      organizations have been configured. #44151, @marefr
    * QueryField: Fix issue with undo history when suggestion is
      inserted (#28656). #39114, @glintik
    * TablePanel: Do not prefix columns with frame name if multiple
      frames and override active. #45174, @mdvictor
    + Deprecations (8.4.0):
      AngularJS plugin support is now in a deprecated state, meaning
      it will be removed in a future release. Currently, that is
      planned for version 10 (in 2023). The documentation site has an
      article with more details on why, when, and how. Issue #45149
* Thu Aug 11 2022 witold.bedyk@suse.com
  - Update to version 8.3.10
    + Security:
    * Fixes XSS vulnerability in the Unified Alerting
      (bsc#1201535, CVE-2022-31097)
    * Fixes OAuth account takeover vulnerability
      (bsc#1201539, CVE-2022-31107)
  - Update to version 8.3.9
    + Bug fixes:
    * Geomap: Display legend
    * Prometheus: Fix timestamp truncation
  - Update to version 8.3.7
    + Bug fix:
    * Provisioning: Ensure that the default value for orgID is set
      when provisioning datasources to be deleted.
  - Update to version 8.3.6
    + Features and enhancements:
    * Cloud Monitoring: Reduce request size when listing labels.
    * Explore: Show scalar data result in a table instead of graph.
    * Snapshots: Updates the default external snapshot server URL.
    * Table: Makes footer not overlap table content.
    * Tempo: Add request histogram to service graph datalink.
    * Tempo: Add time range to tempo search query behind a feature flag.
    * Tempo: Auto-clear results when changing query type.
    * Tempo: Display start time in search results as relative time.
    + Bug fixes:
    * CloudMonitoring: Fix resource labels in query editor.
    * Cursor sync: Apply the settings without saving the dashboard.
    * LibraryPanels: Fix for Error while cleaning library panels.
    * Logs Panel: Fix timestamp parsing for string dates without timezone.
    * Prometheus: Fix some of the alerting queries that use reduce/math operation.
    * TablePanel: Fix ad-hoc variables not working on default datasources.
    * Text Panel: Fix alignment of elements.
    * Variables: Fix for constant variables in self referencing links.
* Thu Apr 07 2022 Jordi Massaguer <jmassaguerpla@suse.com>
  - Update _constraints to require at least 5GB, because with less we
    can't build it.
* Wed Feb 09 2022 witold.bedyk@suse.com
  - Update to version 8.3.5 (jsc#SLE-23439, jsc#SLE-23422,
    jsc#SLE-24565)
    + Security:
    * Fixes XSS vulnerability in handling data sources
      (bsc#1195726, CVE-2022-21702)
    * Fixes cross-origin request forgery vulnerability
      (bsc#1195727, CVE-2022-21703)
    * Fixes Insecure Direct Object Reference vulnerability in Teams
      API (bsc#1195728, CVE-2022-21713)
* Thu Jan 20 2022 witold.bedyk@suse.com
  - Update to Go 1.17.
  - Add build-time dependency on `wire`.
  - Update license to GNU Affero General Public License v3.0.
  - Update to version 8.3.4
    + Security:
    * GetUserInfo: return an error if no user was found
      (bsc#1194873, CVE-2022-21673)
    + Features and enhancements:
    * Alerting: Allow configuration of non-ready alertmanagers.
    * Alerting: Allow customization of Google chat message.
    * AppPlugins: Support app plugins with only default nav.
    * InfluxDB: query editor: skip fields in metadata queries.
    * Postgres/MySQL/MSSQL: Cancel in-flight SQL query if user
      cancels query in grafana.
    * Prometheus: Forward oauth tokens after prometheus datasource
      migration.
    + Bug fixes:
    * Azure Monitor: Bug fix for variable interpolations in metrics
      dropdowns.
    * Azure Monitor: Improved error messages for variable queries.
    * CloudMonitoring: Fixes broken variable queries that use group
      bys.
    * Configuration: You can now see your expired API keys if you
      have no active ones.
    * Elasticsearch: Fix handling multiple datalinks for a single
      field.
    * Export: Fix error being thrown when exporting dashboards
      using query variables that reference the default datasource.
    * ImportDashboard: Fixes issue with importing dashboard and
      name ending up in uid.
    * Login: Page no longer overflows on mobile.
    * Plugins: Set backend metadata property for core plugins.
    * Prometheus: Fill missing steps with null values.
    * Prometheus: Fix interpolation of $__rate_interval variable.
    * Prometheus: Interpolate variables with curly brackets syntax.
    * Prometheus: Respect the http-method data source setting.
    * Table: Fixes issue with field config applied to wrong fields
      when hiding columns.
    * Toolkit: Fix bug with rootUrls not being properly parsed when
      signing a private plugin.
    * Variables: Fix so data source variables are added to adhoc
      configuration.
    + Plugin development fixes & changes:
    * Toolkit: Revert build config so tslib is bundled with plugins
      to prevent plugins from crashing.
  - Update to version 8.3.3:
    + Features and enhancements:
    * BarChart: Use new data error view component to show actions
      in panel edit.
    * CloudMonitor: Iterate over pageToken for resources.
    * Macaron: Prevent WriteHeader invalid HTTP status code panic.
    + Bug fixes:
    * AnnoListPanel: Fix interpolation of variables in tags.
    * CloudWatch: Allow queries to have no dimensions specified.
    * CloudWatch: Fix broken queries for users migrating from
      8.2.4/8.2.5 to 8.3.0.
    * CloudWatch: Make sure MatchExact flag gets the right value.
    * Dashboards: Fix so that empty folders can be deleted from the
      manage dashboards/folders page.
    * InfluxDB: Improve handling of metadata query errors in
      InfluxQL.
    * Loki: Fix adding of ad hoc filters for queries with parser
      and line_format expressions.
    * Prometheus: Fix running of exemplar queries for non-histogram
      metrics.
    * Prometheus: Interpolate template variables in interval.
    * StateTimeline: Fix toolitp not showing when for frames with
      multiple fields.
    * TraceView: Fix virtualized scrolling when trace view is
      opened in right pane in Explore.
    * Variables: Fix repeating panels for on time range changed
      variables.
    * Variables: Fix so queryparam option works for scoped
      variables.
  - Update to version 8.3.2
    + Security: Fixes CVE-2021-43815, bsc#1193686.
  - Update to version 8.3.0
    + Features and enhancements:
    * Alerting: Prevent folders from being deleted when they
      contain alerts.
    * Alerting: Show full preview value in tooltip.
    * BarGauge: Limit title width when name is really long.
    * CloudMonitoring: Avoid to escape regexps in filters.
    * CloudWatch: Add support for AWS Metric Insights.
    * TooltipPlugin: Remove other panels' shared tooltip in edit
      panel.
    * Visualizations: Limit y label width to 40% of visualization
      width.
    + Bug fixes:
    * Alerting: Clear alerting rule evaluation errors after
      intermittent failures.
    * Alerting: Fix refresh on legacy Alert List panel.
    * Dashboard: Fix queries for panels with non-integer widths.
    * Explore: Fix url update inconsistency.
    * Prometheus: Fix range variables interpolation for time ranges
      smaller than 1 second.
    * ValueMappings: Fixes issue with regex value mapping that only
      sets color.
  - Update to version 8.3.0-beta2
    + Breaking changes:
    * Grafana 8 Alerting enabled by default for installations that
      do not use legacy alerting.
    * Keep Last State for "If execution error or timeout" when
      upgrading to Grafana 8 alerting.
    + Features and enhancements:
    * Alerting: Create DatasourceError alert if evaluation returns
      error.
    * Alerting: Make Unified Alerting enabled by default for those
      who do not use legacy alerting.
    * Alerting: Support mute timings configuration through the api
      for the embedded alert manager.
    * CloudWatch: Add missing AWS/Events metrics.
    * Docs: Add easier to find deprecation notices to certain data
      sources and to the changelog.
    * Plugins Catalog: Enable install controls based on the
      pluginAdminEnabled flag.
    * Table: Add space between values for the DefaultCell and
      JSONViewCell.
    * Tracing: Make query editors available in dashboard for Tempo
      and Zipkin.
    + Bug fixes:
    * AccessControl: Renamed orgs roles, removed fixed:orgs:reader
      introduced in beta1.
    * Azure Monitor: Add trap focus for modals in grafana/ui and
      other small a11y fixes for Azure Monitor.
    * CodeEditor: Prevent suggestions from being clipped.
    * Dashboard: Fix cache timeout persistence.
    * Datasource: Fix stable sort order of query responses.
    * Explore: Fix error in query history when removing last item.
    * Logs: Fix requesting of older logs when flipped order.
    * Prometheus: Fix running of health check query based on access
      mode.
    * TextPanel: Fix suggestions for existing panels.
    * Tracing: Fix incorrect indentations due to reoccurring
      spanIDs.
    * Tracing: Show start time of trace with milliseconds
      precision.
    * Variables: Make renamed or missing variable section
      expandable.
    + Plugin development fixes & changes:
    * Select: Select menus now properly scroll during keyboard
      navigation.
  - Update to version 8.3.0-beta1
    + Features and enhancements:
    * Alerting: Add UI for contact point testing with custom
      annotations and labels.
    * Alerting: Make alert state indicator in panel header work
      with Grafana 8 alerts.
    * Alerting: Option for Discord notifier to use webhook name.
    * Annotations: Deprecate AnnotationsSrv.
    * Auth: Omit all base64 paddings in JWT tokens for the JWT
      auth.
    * Azure Monitor: Clean up fields when editing Metrics.
    * AzureMonitor: Add new starter dashboards.
    * AzureMonitor: Add starter dashboard for app monitoring with
      Application Insights.
    * Barchart/Time series: Allow x axis label.
    * CLI: Improve error handling for installing plugins.
    * CloudMonitoring: Migrate to use backend plugin SDK contracts.
    * CloudWatch Logs: Add retry strategy for hitting max
      concurrent queries.
    * CloudWatch: Add AWS RoboMaker metrics and dimension.
    * CloudWatch: Add AWS Transfer metrics and dimension.
    * Dashboard: replace datasource name with a reference object.
    * Dashboards: Show logs on time series when hovering.
    * Elasticsearch: Add support for Elasticsearch 8.0 (Beta).
    * Elasticsearch: Add time zone setting to Date Histogram
      aggregation.
    * Elasticsearch: Enable full range log volume histogram.
    * Elasticsearch: Full range logs volume.
    * Explore: Allow changing the graph type.
    * Explore: Show ANSI colors when highlighting matched words in
      the logs panel.
    * Graph(old) panel: Listen to events from Time series panel.
    * Import: Load gcom dashboards from URL.
    * LibraryPanels: Improves export and import of library panels
      between orgs.
    * OAuth: Support PKCE.
    * Panel edit: Overrides now highlight correctly when searching.
    * PanelEdit: Display drag indicators on draggable sections.
    * Plugins: Refactor Plugin Management.
    * Prometheus: Add custom query parameters when creating
      PromLink url.
    * Prometheus: Remove limits on metrics, labels, and values in
      Metrics Browser.
    * StateTimeline: Share cursor with rest of the panels.
    * Tempo: Add error details when json upload fails.
    * Tempo: Add filtering for service graph query.
    * Tempo: Add links to nodes in Service Graph pointing to
      Prometheus metrics.
    * Time series/Bar chart panel: Add ability to sort series via
      legend.
    * TimeSeries: Allow multiple axes for the same unit.
    * TraceView: Allow span links defined on dataFrame.
    * Transformations: Support a rows mode in labels to fields.
    * ValueMappings: Don't apply field config defaults to time
      fields.
    * Variables: Only update panels that are impacted by variable
      change.
    + Bug fixes:
    * API: Fix dashboard quota limit for imports.
    * Alerting: Fix rule editor issues with Azure Monitor data
      source.
    * Azure monitor: Make sure alert rule editor is not enabled
      when template variables are being used.
    * CloudMonitoring: Fix annotation queries.
    * CodeEditor: Trigger the latest getSuggestions() passed to
      CodeEditor.
    * Dashboard: Remove the current panel from the list of options
      in the Dashboard datasource.
    * Encryption: Fix decrypting secrets in alerting migration.
    * InfluxDB: Fix corner case where index is too large in ALIAS
      field.
    * NavBar: Order App plugins alphabetically.
    * NodeGraph: Fix zooming sensitivity on touchpads.
    * Plugins: Add OAuth pass-through logic to api/ds/query
      endpoint.
    * Snapshots: Fix panel inspector for snapshot data.
    * Tempo: Fix basic auth password reset on adding tag.
    * ValueMapping: Fixes issue with regex mappings.
    + Plugin development fixes & changes:
    * grafana/ui: Enable slider marks display.
  - Update to version 8.2.6
    + Features and enhancements:
    * Security: Upgrade Docker base image to Alpine 3.14.3.
    * Security: Upgrade Go to 1.17.2.
    + Bug fixes:
    * TimeSeries: Fix fillBelowTo wrongly affecting fills of
      unrelated series.
  - Update to version 8.2.5
    + Breaking changes:
    * Fix No Data behaviour in Legacy Alerting.
    + Bug fixes:
    * Alerting: Fix a bug where the metric in the evaluation string
      was not correctly populated.
    * Alerting: Fix no data behaviour in Legacy Alerting for alert
      rules using the AND operator.
    * CloudMonitoring: Ignore min and max aggregation in MQL
      queries.
    * Dashboards: 'Copy' is no longer added to new dashboard
      titles.
    * DataProxy: Fix overriding response body when response is a
      WebSocket upgrade.
    * Elasticsearch: Use field configured in query editor as field
      for date_histogram aggregations.
    * Explore: Fix running queries without a datasource property
      set.
    * InfluxDB: Fix numeric aliases in queries.
    * Plugins: Ensure consistent plugin settings list response.
    * Tempo: Fix validation of float durations.
    * Tracing: Correct tags for each span are shown.
  - Update to version 8.2.4
    + Security: Fixes CVE-2021-41244, bsc#1192763.
  - Update to version 8.2.3
    + Security: Fixes CVE-2021-41174, bsc#1192383.
  - Update to version 8.2.2
    + Features and enhancements:
    * Annotations: We have improved tag search performance.
    * Application: You can now configure an error-template title.
    * AzureMonitor: We removed a restriction from the resource
      filter query.
    * Packaging: We removed the ProcSubset option in systemd. This
      option prevented Grafana from starting in LXC environments.
    * Prometheus: We removed the autocomplete limit for metrics.
    * Table: We improved the styling of the type icons to make them
      more distinct from column / field name.
    * ValueMappings: You can now use value mapping in stat, gauge,
      bar gauge, and pie chart visualizations.
    + Bug fixes:
    * Alerting: Fix panic when Slack's API sends unexpected
      response.
    * Alerting: The Create Alert button now appears on the
      dashboard panel when you are working with a default
      datasource.
    * Explore: We fixed the problem where the Explore log panel
      disappears when an Elasticsearch logs query returns no
      results.
    * Graph: You can now see annotation descriptions on hover.
    * Logs: The system now uses the JSON parser only if the line is
      parsed to an object.
    * Prometheus: We fixed the issue where the system did not reuse
      TCP connections when querying from Grafana alerting.
    * Prometheus: We fixed the problem that resulted in an error
      when a user created a query with a $__interval min step.
    * RowsToFields: We fixed the issue where the system was not
      properly interpreting number values.
    * Scale: We fixed how the system handles NaN percent when data
      min = data max.
    * Table panel: You can now create a filter that includes
      special characters.
  - Update to version 8.2.1
    + Bug fixes:
    * Dashboard: Fix rendering of repeating panels.
    * Datasources: Fix deletion of data source if plugin is not
      found.
    * Packaging: Remove systemcallfilters sections from systemd
      unit files.
    * Prometheus: Add Headers to HTTP client options.
  - Update to version 8.2.0
    + Features and enhancements:
    * AWS: Updated AWS authentication documentation.
    * Alerting: Added support Alertmanager data source for upstream
      Prometheus AM implementation.
    * Alerting: Allows more characters in label names so
      notifications are sent.
    * Alerting: Get alert rules for a dashboard or a panel using
      /api/v1/rules endpoints.
    * Annotations: Improved rendering performance of event markers.
    * CloudWatch Logs: Skip caching for log queries.
    * Explore: Added an opt-in configuration for Node Graph in
      Jaeger, Zipkin, and Tempo.
    * Packaging: Add stricter systemd unit options.
    * Prometheus: Metrics browser can now handle label values with
      special characters.
    + Bug fixes:
    * CodeEditor: Ensure that we trigger the latest onSave callback
      provided to the component.
    * DashboardList/AlertList: Fix for missing All folder value.
    + Plugin development fixes & changes:
    * Plugins: Create a mock icon component to prevent console
      errors.
  - Update to version 8.2.0-beta2
    + Features and enhancements:
    * AccessControl: Document new permissions restricting data
      source access.
    * TimePicker: Add fiscal years and search to time picker.
    * Alerting: Added support for Unified Alerting with Grafana HA.
    * Alerting: Added support for tune rule evaluation using
      configuration options.
    * Alerting: Cleanups alertmanager namespace from key-value
      store when disabling Grafana 8 alerts.
    * Alerting: Remove ngalert feature toggle and introduce two new
      settings for enabling Grafana 8 alerts and disabling them for
      specific organisations.
    * CloudWatch: Introduced new math expression where it is
      necessary to specify the period field.
    * InfluxDB: Added support for $__interval and $__interval_ms in
      Flux queries for alerting.
    * InfluxDB: Flux queries can use more precise start and end
      timestamps with nanosecond-precision.
    * Plugins Catalog: Make the catalog the default way to interact
      with plugins.
    * Prometheus: Removed autocomplete limit for metrics.
    + Bug fixes:
    * Alerting: Fixed an issue where the edit page crashes if you
      tried to preview an alert without a condition set.
    * Alerting: Fixed rules migration to keep existing Grafana 8
      alert rules.
    * Alerting: Fixed the silence file content generated during
      migration.
    * Analytics: Fixed an issue related to interaction event
      propagation in Azure Application Insights.
    * BarGauge: Fixed an issue where the cell color was lit even
      though there was no data.
    * BarGauge: Improved handling of streaming data.
    * CloudMonitoring: Fixed INT64 label unmarshal error.
    * ConfirmModal: Fixes confirm button focus on modal open.
    * Dashboard: Add option to generate short URL for variables
      with values containing spaces.
    * Explore: No longer hides errors containing refId property.
    * Fixed an issue that produced State timeline panel tooltip
      error when data was not in sync.
    * InfluxDB: InfluxQL query editor is set to always use
      resultFormat.
    * Loki: Fixed creating context query for logs with parsed
      labels.
    * PageToolbar: Fixed alignment of titles.
    * Plugins Catalog: Update to the list of available panels after
      an install, update or uninstall.
    * TimeSeries: Fixed an issue where the shared cursor was not
      showing when hovering over in old Graph panel.
    * Variables: Fixed issues related to change of focus or refresh
      pages when pressing enter in a text box variable input.
    * Variables: Panel no longer crash when using the adhoc
      variable in data links.
  - Update to version 8.2.0-beta1
    + Features and enhancements:
    * AccessControl: Introduce new permissions to restrict access
      for reloading provisioning configuration.
    * Alerting: Add UI to edit Cortex/Loki namespace, group names,
      and group evaluation interval.
    * Alerting: Add a Test button to test contact point.
    * Alerting: Allow creating/editing recording rules for Loki and
      Cortex.
    * Alerting: Metrics should have the label org instead of user.
    * Alerting: Sort notification channels by name to make them
      easier to locate.
    * Alerting: Support org level isolation of notification
      configuration.
    * AzureMonitor: Add data links to deep link to Azure Portal
      Azure Resource Graph.
    * AzureMonitor: Add support for annotations from Azure Monitor
      Metrics and Azure Resource Graph services.
    * AzureMonitor: Show error message when subscriptions request
      fails in ConfigEditor.
    * Chore: Update to Golang 1.16.7.
    * CloudWatch Logs: Add link to X-Ray data source for trace IDs
      in logs.
    * CloudWatch Logs: Disable query path using websockets (Live)
      feature.
    * CloudWatch/Logs: Don't group dataframes for non time series
      queries.
    * Cloudwatch: Migrate queries that use multiple stats to one
      query per stat.
    * Dashboard: Keep live timeseries moving left (v2).
    * Datasources: Introduce response_limit for datasource
      responses.
    * Explore: Add filter by trace or span ID to trace to logs
      feature.
    * Explore: Download traces as JSON in Explore Inspector.
    * Explore: Reuse Dashboard's QueryRows component.
    * Explore: Support custom display label for derived fields
      buttons for Loki datasource.
    * Grafana UI: Update monaco-related dependencies.
    * Graphite: Deprecate browser access mode.
    * InfluxDB: Improve handling of intervals in alerting.
    * InfluxDB: InfluxQL query editor: Handle unusual characters in
      tag values better.
    * Jaeger: Add ability to upload JSON file for trace data.
    * LibraryElements: Enable specifying UID for new and existing
      library elements.
    * LibraryPanels: Remove library panel icon from the panel
      header so you can no longer tell that a panel is a library
      panel from the dashboard view.
    * Logs panel: Scroll to the bottom on page refresh when sorting
      in ascending order.
    * Loki: Add fuzzy search to label browser.
    * Navigation: Implement active state for items in the Sidemenu.
    * Packaging: Add stricter systemd unit options.
    * Packaging: Update PID file location from /var/run to /run.
    * Plugins: Add Hide OAuth Forward config option.
    * Postgres/MySQL/MSSQL: Add setting to limit the maximum number
      of rows processed.
    * Prometheus: Add browser access mode deprecation warning.
    * Prometheus: Add interpolation for built-in-time variables to
      backend.
    * Tempo: Add ability to upload trace data in JSON format.
    * TimeSeries/XYChart: Allow grid lines visibility control in
      XYChart and TimeSeries panels.
    * Transformations: Convert field types to time string number or
      boolean.
    * Value mappings: Add regular-expression based value mapping.
    * Zipkin: Add ability to upload trace JSON.
    + Bug fixes:
    * Admin: Prevent user from deleting user's current/active
      organization.
    * LibraryPanels: Fix library panel getting saved in the
      dashboard's folder.
    * OAuth: Make generic teams URL and JMES path configurable.
    * QueryEditor: Fix broken copy-paste for mouse middle-click
    * Thresholds: Fix undefined color in "Add threshold".
    * Timeseries: Add wide-to-long, and fix multi-frame output.
    * TooltipPlugin: Fix behavior of Shared Crosshair when Tooltip
      is set to All.
    + Plugin development fixes & changes:
    * Grafana UI: Fix TS error property css is missing in type.
  - Update to version 8.1.7
    + Bug fixes:
    * Alerting: Fix alerts with evaluation interval more than 30
      seconds resolving before notification.
    * Elasticsearch/Prometheus: Fix usage of proper SigV4 service
      namespace.
  - Update to version 8.1.6
    + Security: Fixes CVE-2021-39226.
  - Update to version 8.1.5
    + Bug fixes:
    * BarChart: Fixes panel error that happens on second refresh.
  - Update to version 8.1.4
    + Features and enhancements
    * Explore: Ensure logs volume bar colors match legend colors.
    * LDAP: Search all DNs for users.
    + Bug fixes:
    * Alerting: Fix notification channel migration.
    * Annotations: Fix blank panels for queries with unknown data
      sources.
    * BarChart: Fix stale values and x axis labels.
    * Graph: Make old graph panel thresholds work even if ngalert
      is enabled.
    * InfluxDB: Fix regex to identify / as separator.
    * LibraryPanels: Fix update issues related to library panels in
      rows.
    * Variables: Fix variables not updating inside a Panel when the
      preceding Row uses "Repeat For".
  - Update to version 8.1.3
    + Bug fixes
    * Alerting: Fix alert flapping in the internal alertmanager.
    * Alerting: Fix request handler failed to convert dataframe
      "results" to plugins.DataTimeSeriesSlice: input frame is not
      recognized as a time series.
    * Dashboard: Fix UIDs are not preserved when importing/creating
      dashboards thru importing .json file.
    * Dashboard: Forces panel re-render when exiting panel edit.
    * Dashboard: Prevent folder from changing when navigating to
      general settings.
    * Docker: Force use of libcrypto1.1 and libssl1.1 versions to
      fix CVE-2021-3711, bsc#1189520.
    * Elasticsearch: Fix metric names for alert queries.
    * Elasticsearch: Limit Histogram field parameter to numeric
      values.
    * Elasticsearch: Prevent pipeline aggregations to show up in
      terms order by options.
    * LibraryPanels: Prevent duplicate repeated panels from being
      created.
    * Loki: Fix ad-hoc filter in dashboard when used with parser.
    * Plugins: Track signed files + add warn log for plugin assets
      which are not signed.
    * Postgres/MySQL/MSSQL: Fix region annotations not displayed
      correctly.
    * Prometheus: Fix validate selector in metrics browser.
    * Security: Fix stylesheet injection vulnerability.
    * Security: Fix short URL vulnerability.
  - Update to version 8.1.2
    + Features and enhancements:
    * AzureMonitor: Add support for PostgreSQL and MySQL Flexible
      Servers.
    * Datasource: Change HTTP status code for failed datasource
      health check to 400.
    * Explore: Add span duration to left panel in trace viewer.
    * Plugins: Use file extension allowlist when serving plugin
      assets instead of checking for UNIX executable.
    * Profiling: Add support for binding pprof server to custom
      network interfaces.
    * Search: Make search icon keyboard navigable.
    * Template variables: Keyboard navigation improvements.
    * Tooltip: Display ms within minute time range.
    + Bug fixes:
    * Alerting: Fix saving LINE contact point.
    * Annotations: Fix alerting annotation coloring.
    * Annotations: Alert annotations are now visible in the correct
      Panel.
    * Auth: Hide SigV4 config UI and disable middleware when its
      config flag is disabled.
    * Dashboard: Prevent incorrect panel layout by comparing window
      width against theme breakpoints.
    * Elasticsearch: Fix metric names for alert queries.
    * Explore: Fix showing of full log context.
    * PanelEdit: Fix 'Actual' size by passing the correct panel
      size to Dashboard.
    * Plugins: Fix TLS datasource settings.
    * Variables: Fix issue with empty drop downs on navigation.
    * Variables: Fix URL util converting false into true.
    + Plugin development fixes & changes:
    * Toolkit: Fix matchMedia not found error.
  - Update to version 8.1.1
    + Bug fixes:
    * CloudWatch Logs: Fix crash when no region is selected.
  - Update to version 8.1.0
    + Features and enhancements:
    * Alerting: Deduplicate receivers during migration.
    * ColorPicker: Display colors as RGBA.
    * Select: Make portalling the menu opt-in, but opt-in
      everywhere.
    * TimeRangePicker: Improve accessibility.
    + Bug fixes:
    * Annotations: Correct annotations that are displayed upon page
      refresh.
    * Annotations: Fix Enabled button that disappeared from Grafana
      v8.0.6.
    * Annotations: Fix data source template variable that was not
      available for annotations.
    * AzureMonitor: Fix annotations query editor that does not
      load.
    * Geomap: Fix scale calculations.
    * GraphNG: Fix y-axis autosizing.
    * Live: Display stream rate and fix duplicate channels in list
      response.
    * Loki: Update labels in log browser when time range changes in
      dashboard.
    * NGAlert: Send resolve signal to alertmanager on alerting ->
      Normal.
    * PasswordField: Prevent a password from being displayed when
      you click the Enter button.
    * Renderer: Remove debug.log file when Grafana is stopped.
    * Security: Update dependencies to fix CVE-2021-36222,
      bsc#1188571.
  - Update to version 8.1.0-beta3
    + Features and enhancements:
    * Alerting: Support label matcher syntax in alert rule list
      filter.
    * IconButton: Put tooltip text as aria-label.
    * Live: Experimental HA with Redis.
    * UI: FileDropzone component.
    * CloudWatch: Add AWS LookoutMetrics.
    + Bug fixes:
    * Docker: Fix builds by delaying go mod verify until all
      required files are copied over.
    * Exemplars: Fix disable exemplars only on the query that
      failed.
    * SQL: Fix SQL dataframe resampling (fill mode + time
      intervals).
  - Update to version 8.1.0-beta2
    + Features and enhancements:
    * Alerting: Expand the value string in alert annotations and
      labels.
    * Auth: Add Azure HTTP authentication middleware.
    * Auth: Auth: Pass user role when using the authentication
      proxy.
    * Gazetteer: Update countries.json file to allow for linking to
      3-letter country codes.
    + Bug fixes:
    * Config: Fix Docker builds by correcting formatting in
      sample.ini.
    * Explore: Fix encoding of internal URLs.
  - Update to version 8.1.0-beta1
    + Features and enhancements:
    * Alerting: Add Alertmanager notifications tab.
    * Alerting: Add button to deactivate current Alertmanager
      configuration.
    * Alerting: Add toggle in Loki/Prometheus data source
      configuration to opt out of alerting UI.
    * Alerting: Allow any "evaluate for" value >=0 in the alert
      rule form.
    * Alerting: Load default configuration from status endpoint, if
      Cortex Alertmanager returns empty user configuration.
    * Alerting: view to display alert rule and its underlying data.
    * Annotation panel: Release the annotation panel.
    * Annotations: Add typeahead support for tags in built-in
      annotations.
    * AzureMonitor: Add curated dashboards for Azure services.
    * AzureMonitor: Add support for deep links to Microsoft Azure
      portal for Metrics.
    * AzureMonitor: Remove support for different credentials for
      Azure Monitor Logs.
    * AzureMonitor: Support querying any Resource for Logs queries.
    * Elasticsearch: Add frozen indices search support.
    * Elasticsearch: Name fields after template variables values
      instead of their name.
    * Elasticsearch: add rate aggregation.
    * Email: Allow configuration of content types for email
      notifications.
    * Explore: Add more meta information when line limit is hit.
    * Explore: UI improvements to trace view.
    * FieldOverrides: Added support to change display name in an
      override field and have it be matched by a later rule.
    * HTTP Client: Introduce dataproxy_max_idle_connections config
      variable.
    * InfluxDB: InfluxQL: adds tags to timeseries data.
    * InfluxDB: InfluxQL: make measurement search case insensitive.
      Legacy Alerting: Replace simplejson with a struct in webhook
      notification channel.
    * Legend: Updates display name for Last (not null) to just
      Last*.
    * Logs panel: Add option to show common labels.
    * Loki: Add $__range variable.
    * Loki: Add support for "label_values(log stream selector,
      label)" in templating.
    * Loki: Add support for ad-hoc filtering in dashboard.
    * MySQL Datasource: Add timezone parameter.
    * NodeGraph: Show gradient fields in legend.
    * PanelOptions: Don't mutate panel options/field config object
      when updating.
    * PieChart: Make pie gradient more subtle to match other
      charts.
    * Prometheus: Update PromQL typeahead and highlighting.
    * Prometheus: interpolate variable for step field.
    * Provisioning: Improve validation by validating across all
      dashboard providers.
    * SQL Datasources: Allow multiple string/labels columns with
      time series.
    * Select: Portal select menu to document.body.
    * Team Sync: Add group mapping to support team sync in the
      Generic OAuth provider.
    * Tooltip: Make active series more noticeable.
    * Tracing: Add support to configure trace to logs start and end
      time.
    * Transformations: Skip merge when there is only a single data
      frame.
    * ValueMapping: Added support for mapping text to color,
      boolean values, NaN and Null. Improved UI for value mapping.
    * Visualizations: Dynamically set any config (min, max, unit,
      color, thresholds) from query results.
    * live: Add support to handle origin without a value for the
      port when matching with root_url.
    + Bug fixes:
    * Alerting: Handle marshaling Inf values.
    * AzureMonitor: Fix macro resolution for template variables.
    * AzureMonitor: Fix queries with Microsoft.NetApp/../../volumes
      resources.
    * AzureMonitor: Request and concat subsequent resource pages.
    * Bug: Fix parse duration for day.
    * Datasources: Improve error handling for error messages.
    * Explore: Correct the functionality of shift-enter shortcut
      across all uses.
    * Explore: Show all dataFrames in data tab in Inspector.
    * GraphNG: Fix Tooltip mode 'All' for XYChart.
    * Loki: Fix highlight of logs when using filter expressions
      with backticks.
    * Modal: Force modal content to overflow with scroll.
    * Plugins: Ignore symlinked folders when verifying plugin
      signature.
    + Plugin development fixes & changes:
    * Toolkit: Improve error messages when tasks fail.
  - Update to version 8.0.7
    + Security: Fixes CVE-2021-43798, bsc#1193492.
  - Update to version 8.0.6
    + Features and enhancements:
    * Alerting: Add annotation upon alert state change.
    * Alerting: Allow space in label and annotation names.
    * InfluxDB: Improve legend labels for InfluxDB query results.
    + Bug fixes:
    * Alerting: Fix improper alert by changing the handling of
      empty labels.
    * CloudWatch/Logs: Reestablish Cloud Watch alert behavior.
    * Dashboard: Avoid migration breaking on fieldConfig without
      defaults field in folded panel.
    * DashboardList: Fix issue not re-fetching dashboard list after
      variable change.
    * Database: Fix incorrect format of isolation level
      configuration parameter for MySQL.
    * InfluxDB: Correct tag filtering on InfluxDB data.
    * Links: Fix links that caused a full page reload.
    * Live: Fix HTTP error when InfluxDB metrics have an incomplete
      or asymmetrical field set.
    * Postgres/MySQL/MSSQL: Change time field to "Time" for time
      series queries.
    * Postgres: Fix the handling of a null return value in query
      results.
    * Tempo: Show hex strings instead of uints for IDs.
    * TimeSeries: Improve tooltip positioning when tooltip
      overflows.
    * Transformations: Add 'prepare time series' transformer.
  - Update to version 8.0.5
    + Features and enhancements:
    * Cloudwatch Logs: Send error down to client.
    * Folders: Return 409 Conflict status when folder already
      exists.
    * TimeSeries: Do not show series in tooltip if it's hidden in
      the viz.
    + Bug fixes:
    * AzureMonitor: Fix issue where resource group name is missing
      on the resource picker button.
    * Chore: Fix AWS auth assuming role with workspace IAM.
    * DashboardQueryRunner: Fixes unrestrained subscriptions being
      created.
    * DateFormats: Fix reading correct setting key for
      use_browser_locale.
    * Links: Fix links to other apps outside Grafana when under sub
      path.
    * Snapshots: Fix snapshot absolute time range issue.
    * Table: Fix data link color.
    * Time Series: Fix X-axis time format when tick increment is
      larger than a year.
    * Tooltip Plugin: Prevent tooltip render if field is undefined.
  - Update to version 8.0.4
    + Features and enhancements:
    * Live: Rely on app url for origin check.
    * PieChart: Sort legend descending, update placeholder.
    * TimeSeries panel: Do not reinitialize plot when thresholds
      mode change.
    + Bug fixes:
    * Elasticsearch: Allow case sensitive custom options in
      date_histogram interval.
    * Elasticsearch: Restore previous field naming strategy when
      using variables.
    * Explore: Fix import of queries between SQL data sources.
    * InfluxDB: InfluxQL query editor: fix retention policy
      handling.
    * Loki: Send correct time range in template variable queries.
    * TimeSeries: Preserve RegExp series overrides when migrating
      from old graph panel.
  - Update to version 8.0.3
    + Features and enhancements:
    * Alerting: Increase alertmanager_conf column if MySQL.
    * Time series/Bar chart panel: Handle infinite numbers as nulls
      when converting to plot array.
    * TimeSeries: Ensure series overrides that contain color are
      migrated, and migrate the previous fieldConfig when changing
      the panel type.
    * ValueMappings: Improve singlestat value mappings migration.
    + Bug fixes:
    * Annotations: Fix annotation line and marker colors.
    * AzureMonitor: Fix KQL template variable queries without
      default workspace.
    * CloudWatch/Logs: Fix missing response data for log queries.
    * Elasticsearch: Restore previous field naming strategy when
      using variables.
    * LibraryPanels: Fix crash in library panels list when panel
      plugin is not found.
    * LogsPanel: Fix performance drop when moving logs panel in
      dashboard.
    * Loki: Parse log levels when ANSI coloring is enabled.
    * MSSQL: Fix issue with hidden queries still being executed.
    * PanelEdit: Display the VisualizationPicker that was not
      displayed if a panel has an unknown panel plugin.
    * Plugins: Fix loading symbolically linked plugins.
    * Prometheus: Fix issue where legend name was replaced with
      name Value in stat and gauge panels.
    * State Timeline: Fix crash when hovering over panel.
  - Update to version 8.0.2
    + Features and enhancements:
    * Datasource: Add support for max_conns_per_host in dataproxy
      settings.
    + Bug fixes:
    * Configuration: Fix changing org preferences in FireFox.
    * PieChart: Fix legend dimension limits.
    * Postgres/MySQL/MSSQL: Fix panic in concurrent map writes.
    * Variables: Hide default data source if missing from regex.
  - Update to version 8.0.1
    + Bug fixes:
    * Alerting/SSE: Fix "count_non_null" reducer validation.
    * Cloudwatch: Fix duplicated time series.
    * Cloudwatch: Fix missing defaultRegion.
    * Dashboard: Fix Dashboard init failed error on dashboards with
      old singlestat panels in collapsed rows.
    * Datasource: Fix storing timeout option as numeric.
    * Postgres/MySQL/MSSQL: Fix annotation parsing for empty
      responses.
    * Postgres/MySQL/MSSQL: Numeric/non-string values are now
      returned from query variables.
    * Postgres: Fix an error that was thrown when the annotation
      query did not return any results.
    * StatPanel: Fix an issue with the appearance of the graph when
      switching color mode.
    * Visualizations: Fix an issue in the
      Stat/BarGauge/Gauge/PieChart panels where all values mode
      were showing the same name if they had the same value.
    + Plugin development fixes & changes:
    * Toolkit: Resolve external fonts when Grafana is served from a
      sub path.
  - Update to version 8.0.0
    + Breaking changes:
    * The following endpoints were deprecated for Grafana v5.0 and
      support for them has now been removed:
      GET /dashboards/db/:slug
      GET /dashboard-solo/db/:slug
      GET /api/dashboard/db/:slug
      DELETE /api/dashboards/db/:slug
    + Features and enhancements:
    * AzureMonitor: Require default subscription for workspaces()
      template variable query.
    * AzureMonitor: Use resource type display names in the UI.
    * Dashboard: Remove support for loading and deleting dashboard
      by slug.
    * InfluxDB: Deprecate direct browser access in data source.
    * VizLegend: Add a read-only property.
    + Bug fixes:
    * AzureMonitor: Fix Azure Resource Graph queries in Azure
      China.
    * Checkbox: Fix vertical layout issue with checkboxes due to
      fixed height.
    * Dashboard: Fix Table view when editing causes the panel data
      to not update.
    * Dashboard: Fix issues where unsaved-changes warning is not
      displayed.
    * Login: Fixes Unauthorized message showing when on login page
      or snapshot page.
    * NodeGraph: Fix sorting markers in grid view.
    * Short URL: Include orgId in generated short URLs.
    * Variables: Support raw values of boolean type.
  - Update to version 8.0.0-beta3
    + Breaking changes:
    * The default HTTP method for Prometheus data source is now
      POST.
    + Features and enhancements:
    * API: Support folder UID in dashboards API.
    * Alerting: Add support for configuring avatar URL for the
      Discord notifier.
    * Alerting: Clarify that Threema Gateway Alerts support only
      Basic IDs.
    * Azure: Expose Azure settings to external plugins.
    * AzureMonitor: Deprecate using separate credentials for Azure
      Monitor Logs.
    * AzureMonitor: Display variables in resource picker for Azure
      Monitor Logs.
    * AzureMonitor: Hide application insights for data sources not
      using it.
    * AzureMonitor: Support querying subscriptions and resource
      groups in Azure Monitor Logs.
    * AzureMonitor: remove requirement for default subscription.
    * CloudWatch: Add Lambda@Edge Amazon CloudFront metrics.
    * CloudWatch: Add missing AWS AppSync metrics.
    * ConfirmModal: Auto focus delete button.
    * Explore: Add caching for queries that are run from logs
      navigation.
    * Loki: Add formatting for annotations.
    * Loki: Bring back processed bytes as meta information.
    * NodeGraph: Display node graph collapsed by default with trace
      view.
    * Overrides: Include a manual override option to hide something
      from visualization.
    * PieChart: Support row data in pie charts.
    * Prometheus: Update default HTTP method to POST for existing
      data sources.
    * Time series panel: Position tooltip correctly when window is
      scrolled or resized.
    + Bug fixes:
    * Admin: Fix infinite loading edit on the profile page.
    * Color: Fix issues with random colors in string and date
      fields.
    * Dashboard: Fix issue with title or folder change has no
      effect after exiting settings view.
    * DataLinks: Fix an issue __series.name is not working in data
      link.
    * Datasource: Fix dataproxy timeout should always be applied
      for outgoing data source HTTP requests.
    * Elasticsearch: Fix NewClient not passing httpClientProvider
      to client impl.
    * Explore: Fix Browser title not updated on Navigation to
      Explore.
    * GraphNG: Remove fieldName and hideInLegend properties from
      UPlotSeriesBuilder.
    * OAuth: Fix fallback to auto_assign_org_role setting for Azure
      AD OAuth when no role claims exists.
    * PanelChrome: Fix issue with empty panel after adding a non
      data panel and coming back from panel edit.
    * StatPanel: Fix data link tooltip not showing for single
      value.
    * Table: Fix sorting for number fields.
    * Table: Have text underline for datalink, and add support for
      image datalink.
    * Time series panel: Position tooltip correctly when window is
      scrolled or resized.
    * Transformations: Prevent FilterByValue transform from
      crashing panel edit.
  - Update to version 8.0.0-beta2
    + Features and enhancements:
    * AppPlugins: Expose react-router to apps.
    * AzureMonitor: Add Azure Resource Graph.
    * AzureMonitor: Managed Identity configuration UI.
    * AzureMonitor: Token provider with support for Managed
      Identities.
    * AzureMonitor: Update Logs workspace() template variable query
      to return resource URIs.
    * BarChart: Value label sizing.
    * CloudMonitoring: Add support for preprocessing.
    * CloudWatch: Add AWS/EFS StorageBytes metric.
    * CloudWatch: Allow use of missing AWS namespaces using custom
      metrics.
    * Datasource: Shared HTTP client provider for core backend data
      sources and any data source using the data source proxy.
    * InfluxDB: InfluxQL: allow empty tag values in the query
      editor.
    * Instrumentation: Instrument incoming HTTP request with
      histograms by default.
    * Library Panels: Add name endpoint & unique name validation to
      AddLibraryPanelModal.
    * Logs panel: Support details view.
    * PieChart: Always show the calculation options dropdown in the
      editor.
    * PieChart: Remove beta flag.
    * Plugins: Enforce signing for all plugins.
    * Plugins: Remove support for deprecated backend plugin
      protocol version.
    * Tempo/Jaeger: Add better display name to legend.
    * Timeline: Add time range zoom.
    * Timeline: Adds opacity & line width option.
    * Timeline: Value text alignment option.
    * ValueMappings: Add duplicate action, and disable dismiss on
      backdrop click.
    * Zipkin: Add node graph view to trace response.
    + Bug fixes:
    * Annotations panel: Remove subpath from dashboard links.
    * Content Security Policy: Allow all image sources by default.
    * Content Security Policy: Relax default template wrt. loading
      of scripts, due to nonces not working.
    * Datasource: Fix tracing propagation for alert execution by
      introducing HTTP client outgoing tracing middleware.
    * InfluxDB: InfluxQL always apply time interval end.
    * Library Panels: Fixes "error while loading library panels".
    * NewsPanel: Fixes rendering issue in Safari.
    * PanelChrome: Fix queries being issued again when scrolling in
      and out of view.
    * Plugins: Fix Azure token provider cache panic and auth param
      nil value.
    * Snapshots: Fix key and deleteKey being ignored when creating
      an external snapshot.
    * Table: Fix issue with cell border not showing with colored
      background cells.
    * Table: Makes tooltip scrollable for long JSON values.
    * TimeSeries: Fix for Connected null values threshold toggle
      during panel editing.
    * Variables: Fixes inconsistent selected states on dashboard
      load.
    * Variables: Refreshes all panels even if panel is full screen.
    + Plugin development fixes & changes:
    * QueryField: Remove carriage return character from pasted text.
  - Update to version 8.0.0-beta1
    + License update:
    * AGPL License: Update license from Apache 2.0 to the GNU
      Affero General Public License (AGPL).
    + Breaking changes:
    * Removes the never refresh option for Query variables.
    * Removes the experimental Tags feature for Variables.
    + Deprecations:
    * The InfoBox & FeatureInfoBox are now deprecated please use
      the Alert component instead with severity info.
    + Features and enhancements:
    * API: Add org users with pagination.
    * API: Return 404 when deleting nonexistent API key.
    * API: Return query results as JSON rather than base64 encoded
      Arrow.
    * Alerting: Allow sending notification tags to Opsgenie as
      extra properties.
    * Alerts: Replaces all uses of InfoBox & FeatureInfoBox with
      Alert.
    * Auth: Add support for JWT Authentication.
    * AzureMonitor: Add support for
      Microsoft.SignalRService/SignalR metrics.
    * AzureMonitor: Azure settings in Grafana server config.
    * AzureMonitor: Migrate Metrics query editor to React.
    * BarChart panel: enable series toggling via legend.
    * BarChart panel: Adds support for Tooltip in BarChartPanel.
    * PieChart panel: Change look of highlighted pie slices.
    * CloudMonitoring: Migrate config editor from angular to react.
    * CloudWatch: Add Amplify Console metrics and dimensions.
    * CloudWatch: Add missing Redshift metrics to CloudWatch data
      source.
    * CloudWatch: Add metrics for managed RabbitMQ service.
    * DashboardList: Enable templating on search tag input.
    * Datasource config: correctly remove single custom http
      header.
    * Elasticsearch: Add generic support for template variables.
    * Elasticsearch: Allow omitting field when metric supports
      inline script.
    * Elasticsearch: Allow setting a custom limit for log queries.
    * Elasticsearch: Guess field type from first non-empty value.
    * Elasticsearch: Use application/x-ndjson content type for
      multisearch requests.
    * Elasticsearch: Use semver strings to identify ES version.
    * Explore: Add logs navigation to request more logs.
    * Explore: Map Graphite queries to Loki.
    * Explore: Scroll split panes in Explore independently.
    * Explore: Wrap each panel in separate error boundary.
    * FieldDisplay: Smarter naming of stat values when visualising
      row values (all values) in stat panels.
    * Graphite: Expand metric names for variables.
    * Graphite: Handle unknown Graphite functions without breaking
      the visual editor.
    * Graphite: Show graphite functions descriptions.
    * Graphite: Support request cancellation properly (Uses new
      backendSrv.fetch Observable request API).
    * InfluxDB: Flux: Improve handling of complex
      response-structures.
    * InfluxDB: Support region annotations.
    * Inspector: Download logs for manual processing.
    * Jaeger: Add node graph view for trace.
    * Jaeger: Search traces.
    * Loki: Use data source settings for alerting queries.
    * NodeGraph: Exploration mode.
    * OAuth: Add support for empty scopes.
    * PanelChrome: New logic-less emotion based component with no
      dependency on PanelModel or DashboardModel.
    * PanelEdit: Adds a table view toggle to quickly view data in
      table form.
    * PanelEdit: Highlight matched words when searching options.
    * PanelEdit: UX improvements.
    * Plugins: PanelRenderer and simplified QueryRunner to be used
      from plugins.
    * Plugins: AuthType in route configuration and params
      interpolation.
    * Plugins: Enable plugin runtime install/uninstall
      capabilities.
    * Plugins: Support set body content in plugin routes.
    * Plugins: Introduce marketplace app.
    * Plugins: Moving the DataSourcePicker to grafana/runtime so it
      can be reused in plugins.
    * Prometheus: Add custom query params for alert and exemplars
      queries.
    * Prometheus: Use fuzzy string matching to autocomplete metric
      names and label.
    * Routing: Replace Angular routing with react-router.
    * Slack: Use chat.postMessage API by default.
    * Tempo: Search for Traces by querying Loki directly from
      Tempo.
    * Tempo: Show graph view of the trace.
    * Themes: Switch theme without reload using global shortcut.
    * TimeSeries panel: Add support for shared cursor.
    * TimeSeries panel: Do not crash the panel if there is no time
      series data in the response.
    * Variables: Do not save repeated panels, rows and scopedVars.
    * Variables: Removes experimental Tags feature.
    * Variables: Removes the never refresh option.
    * Visualizations: Unify tooltip options across visualizations.
    * Visualizations: Refactor and unify option creation between
      new visualizations.
    * Visualizations: Remove singlestat panel.
    + Bug fixes:
    * APIKeys: Fixes issue with adding first api key.
    * Alerting: Add checks for non supported units - disable
      defaulting to seconds.
    * Alerting: Fix issue where Slack notifications won't link to
      user IDs.
    * Alerting: Omit empty message in PagerDuty notifier.
    * AzureMonitor: Fix migration error from older versions of App
      Insights queries.
    * CloudWatch: Fix AWS/Connect dimensions.
    * CloudWatch: Fix broken AWS/MediaTailor dimension name.
    * Dashboards: Allow string manipulation as advanced variable
      format option.
    * DataLinks: Includes harmless extended characters like
      Cyrillic characters.
    * Drawer: Fixes title overflowing its container.
    * Explore: Fix issue when some query errors were not shown.
    * Generic OAuth: Prevent adding duplicated users.
    * Graphite: Handle invalid annotations.
    * Graphite: Fix autocomplete when tags are not available.
    * InfluxDB: Fix Cannot read property 'length' of undefined in
      when parsing response.
    * Instrumentation: Enable tracing when Jaeger host and port are
      set.
    * Instrumentation: Prefix metrics with grafana.
    * MSSQL: By default let driver choose port.
    * OAuth: Add optional strict parsing of role_attribute_path.
    * Panel: Fixes description markdown with inline code being
      rendered on newlines and full width.
    * PanelChrome: Ignore data updates & errors for non data
      panels.
    * Permissions: Fix inherited folder permissions can prevent new
      permissions being added to a dashboard.
    * Plugins: Remove pre-existing plugin installs when installing
      with grafana-cli.
    * Plugins: Support installing to folders with whitespace and
      fix pluginUrl trailing and leading whitespace failures.
    * Postgres/MySQL/MSSQL: Don't return connection failure details
      to the client.
    * Postgres: Fix ms precision of interval in time group macro
      when TimescaleDB is enabled.
    * Provisioning: Use dashboard checksum field as change
      indicator.
    * SQL: Fix so that all captured errors are returned from sql
      engine.
    * Shortcuts: Fixes panel shortcuts so they always work.
    * Table: Fixes so border is visible for cells with links.
    * Variables: Clear query when data source type changes.
    * Variables: Filters out builtin variables from unknown list.
    * Variables: Refreshes all panels even if panel is full screen.
    + Plugin development fixes & changes:
    * Button: Introduce buttonStyle prop.
    * DataQueryRequest: Remove deprecated props showingGraph and
      showingTabel and exploreMode.
    * grafana/ui: Update React Hook Form to v7.
    * IconButton: Introduce variant for red and blue icon buttons.
    * Plugins: Expose the getTimeZone function to be able to get
      the current selected timeZone.
    * TagsInput: Add className to TagsInput.
    * VizLegend: Move onSeriesColorChanged to PanelContext
      (breaking change).
  - Update to version 7.5.13
    + Bug fixes:
    * Alerting: Fix NoDataFound for alert rules using AND operator.
* Mon Dec 13 2021 witold.bedyk@suse.com
  - Update to version 7.5.12:
    * Fix markdown path traversal (#42969, bsc#1193688, CVE-2021-43813)
* Thu Nov 18 2021 ro@suse.de
  - recreate tarballs using the makefile to update the
    npm and go modules required
* Wed Nov 17 2021 ro@suse.de
  - Update to version 7.5.11:
    * Fix Snapshot authentication bypass (bsc#1191454, CVE-2021-39226)
    * Fix certs issue (#40002)
    * Release v7.5.11 (#124)
    * Fix static path matching issue in macaron
    * OAuth: add docs for disableAutoLogin param (#38752) (#38894)
    * Fix #747; remove 'other variables'. (#37866) (#37878)
    * Update alert docs (#33658) (#33659)
    * [7.5.x] Docs: added documentation for the "prepare time series"-transformation. (#36836)
    * cherry picked dc5778c303ca555b70e8ca8c28e95997e26ecfc1 (#36813)
    * "Release: Updated versions in package to 7.5.10" (#36792)
    * [v7.5.x] Transformations: add 'prepare time series' transformer (#36749)
    * Remove verify-drone from windows (#36775)
    * Update queries.md (#31941) (#36764)
    * Updated content to specify method to use to get keyboard shortcuts wh… (#36084) (#36087)
    * ReleaseNotes: Updated changelog and release notes for 7.5.9 (#36057) (#36077)
    * "Release: Updated versions in package to 7.5.9" (#36056)
    * Login: Fixes Unauthorized message showing when on login page or snapshot page (#35311) (#35880)
    * ReleaseNotes: Updated changelog and release notes for 7.5.8 (#35703) (#35822)
    * CI: Upgrade pipeline tool to use main (#35804)
    * CI: try to force v7.5.x instead of master (#35799)
    * CI: supports move from master to main in 7.5.x release branch (#35747)
    * "Release: Updated versions in package to 7.5.8" (#35701)
    * Chore: Bump acorn and lodash-es (#35650)
    * Snapshots: Remove dashboard links from snapshots (#35567) (#35585)
    * [v7.5.x] Datasource: Allow configuring `MaxConnsPerHost` (#35519)
    * Remove docs sync from v7.5.x (#35443)
    * "Release: Updated versions in package to 7.5.7" (#35412)
    * Add max_idle_connections_per_host to config (#35365)
    * Update go.sum to fix failing enterprise pipeline (#35353)
    * [v7.5.x] HTTP Client: Introduce `go-conntrack`  (#35321)
    * Fix Markdown syntax in enterprise/license/_index.md (#34683) (#35210)
    * Update annotations.md (#33218) (#35138)
    * Docs: Add query caching to enterprise docs page (#34751) (#35025)
    * [7.5.x] Admin: hide per role counts for licensed users (#34994)
    * cleanup shortcodes, image paths (#34827)
    * Security: Upgrade Thrift dependency (#34698) (#34702)
    * Docs: Fix Quick Start link on Geting Started Influx page (#34549) (#34603)
    * Add link to release notes v7.5.7 (#34460) (#34474)
    * Update 7.5.x landing page (#34447)
    * ReleaseNotes: Updated changelog and release notes for 7.5.7 (#34383) (#34428)
  - update to 7.5.10
    * [v7.5.x] Transformations: add "prepare time series" transformer. [#36749]
  - update to 7.5.9
    * Login: Fix Unauthorized message that is displayed on sign-in or snapshot page. [#35880]
  - drop drop-grafana-aws-sdk-0.3.0-module.patch (upstream)
* Tue Sep 21 2021 Witek Bedyk <witold.bedyk@suse.com>
  - Add patch 0001-Add-source-code-reference.patch
    * Add URL to package source code in the login page footer
* Thu May 20 2021 daniel.molkentin@suse.com
  - Update to version 7.5.7:
    * Updated relref to "Configuring exemplars" section (#34240) (#34243)
    * Added exemplar topic (#34147) (#34226)
    * Quota: Do not count folders towards dashboard quota (#32519) (#34025)
    * Instructions to separate emails with semicolons (#32499) (#34138)
    * Docs: Remove documentation of v8 generic OAuth feature (#34018)
    * Annotations: Prevent orphaned annotation tags cleanup when no annotations were cleaned (#33957) (#33975)
    * [GH-33898] Add missing --no-cache to Dockerfile. (#33906) (#33935)
    * ReleaseNotes: Updated changelog and release notes for 7.5.6 (#33932) (#33936)
    * Stop hoisting @icons/material (#33922)
    * Chore: fix react-color version in yarn.lock (#33914)
    * "Release: Updated versions in package to 7.5.6" (#33909)
    * Loki: fix label browser crashing when + typed (#33900) (#33901)
    * Document `hide_version` flag (#33670) (#33881)
    * Add isolation level db configuration parameter (#33830) (#33878)
    * Sanitize PromLink button (#33874) (#33876)
    * Removed content as per MarcusE's suggestion in https://github.com/grafana/grafana/issues/33822. (#33870) (#33872)
    * Docs feedback: /administration/provisioning.md (#33804) (#33842)
    * Docs: delete from high availability docs references to removed configurations related to session storage (#33827) (#33851)
    * Docs: Update _index.md (#33797) (#33799)
    * Docs: Update installation.md (#33656) (#33703)
    * GraphNG: uPlot 1.6.9 (#33598) (#33612)
    * dont consider invalid email address a failed email (#33671) (#33681)
    * InfluxDB: Improve measurement-autocomplete behavior in query editor (#33494) (#33625)
    * add template for dashboard url parameters  (#33549) (#33588)
    * Add note to Snapshot API doc to specify that user has to provide the entire dashboard model  (#33572) (#33586)
    * Update team.md (#33454) (#33536)
    * Removed duplicate file "dashboard_folder_permissions.md (#33497)
    * Document customQueryParameters for prometheus datasource provisioning (#33440) (#33495)
    * ReleaseNotes: Updated changelog and release notes for 7.5.5 (#33473) (#33492)
    * Documentation: Update developer-guide.md (#33478) (#33490)
    * add closed parenthesis to fix a hyperlink (#33471) (#33481)
* Thu May 06 2021 ecsos@opensuse.org
  - Update to version 7.5.5:
    * "Release: Updated versions in package to 7.5.5" (#33469)
    * GraphNG: Fix exemplars window position (#33427) (#33462)
    * Remove field limitation from slack notification (#33113) (#33455)
    * Prometheus: Support POST in template variables (#33321) (#33441)
    * Instrumentation: Add success rate metrics for email notifications (#33359) (#33409)
    * Use either moment objects (for absolute times in the datepicker) or string (for relative time) (#33315) (#33406)
    * Docs: Removed type from find annotations example. (#33399) (#33403)
    * [v7.5.x]: FrontendMetrics: Adds new backend api that frontend can use to push frontend measurements and counters to prometheus (#33255)
    * Updated label for add panel. (#33285) (#33286)
    * Bug: Add git to Dockerfile.ubuntu (#33247) (#33248)
    * Docs: Sync latest master docs with 7.5.x (#33156)
    * Docs: Update getting-started-influxdb.md (#33234) (#33241)
    * Doc: Document the X-Grafana-Org-Id HTTP header (#32478) (#33239)
    * Minor Changes in Auditing.md (#31435) (#33238)
    * Docs: Add license check endpoint doc (#32987) (#33236)
    * Postgres: Fix time group macro when TimescaleDB is enabled and interval is less than a second (#33153) (#33219)
    * Docs: InfluxDB doc improvements (#32815) (#33185)
    * [v7.5.x] Loki: Pass Skip TLS Verify setting to alert queries (#33031)
    * update cla (#33181)
    * Fix inefficient regular expression (#33155) (#33159)
    * Auth: Don't clear auth token cookie when lookup token fails (#32999) (#33136)
    * Elasticsearch:  Add documentation for supported Elasticsearch query transformations (#33072) (#33128)
    * Update team.md (#33060) (#33084)
    * GE issue 1268 (#33049) (#33081)
    * Fixed some formatting issues for PRs from yesterday. (#33078) (#33079)
    * Explore: Load default data source in Explore when the provided source does not exist (#32992) (#33061)
    * Docs: Replace next with latest in aliases (#33054) (#33059)
    * Added missing link item. (#33052) (#33055)
    * Backport 33034 (#33038)
    * Docs: Backport 32916 to v7.5x  (#33008)
    * ReleaseNotes: Updated changelog and release notes for 7.5.4 (#32973) (#32998)
    * Elasticsearch: Force re-rendering of each editor row type change (#32993) (#32996)
    * Docs: Sync release branch with latest docs (#32986)
* Thu Apr 15 2021 ecsos@opensuse.org
  - Update to version 7.5.4:
    * "Release: Updated versions in package to 7.5.4" (#32971)
    * fix(datasource_srv): prevent infinite loop where default datasource is named default (#32949) (#32967)
    * Added Azure Monitor support for Microsoft.AppConfiguration/configurationStores namespace (#32123) (#32968)
    * fix sqlite3 tx retry condition operator precedence (#32897) (#32952)
    * AzureMonitor: Add support for Virtual WAN namespaces (#32935) (#32947)
    * Plugins: Allow a non-dashboard page to be the default home page (#32926) (#32945)
    * GraphNG: uPlot 1.6.8 (#32859) (#32863)
    * Alerting: Add ability to include aliases with dashes (/) and at (@) signs in InfluxDB (#32844)
    * Prometheus: Allow exemplars endpoint in data source proxy (#32802) (#32804)
    * [v7.5.x] Table: Fixes table data links so they refer to correct row after sorting (#32758)
    * TablePanel: Makes sorting case-insensitive (#32435) (#32752)
* Mon Apr 12 2021 ecsos@opensuse.org
  - Update to version 7.5.3:
    * "Release: Updated versions in package to 7.5.3" (#32745)
    * FolderPicker: Prevent dropdown menu from disappearing off screen (#32603) (#32741)
    * Loki: Remove empty annotations tags (#32359) (#32490)
    * SingleStat: fix wrong call to getDataLinkUIModel (#32721) (#32739)
    * Prometheus: Fix instant query to run two times when exemplars enabled (#32508) (#32726)
    * Elasticsearch: Fix bucket script variable duplication in UI (#32705) (#32714)
    * Variables: Confirms selection before opening new picker (#32586) (#32710)
    * CloudWarch: Fix service quotas link (#32686) (#32689)
    * Configuration: Prevent browser hanging / crashing with large number of org users (#32546) (#32598)
    * chore: bump execa to v2.1.0 (#32543) (#32592)
    * Explore: Fix bug where navigating to explore would result in wrong query and datasource to be shown (#32558)
    * Fix broken gtime tests (#32582) (#32587)
    * resolve conflicts (#32567)
    * gtime: Make ParseInterval deterministic (#32539) (#32560)
    * Dashboard: No longer includes default datasource when externally exporting dashboard with row (#32494) (#32535)
    * TextboxVariable: Limits the length of the preview value (#32472) (#32530)
    * AdHocVariable: Adds default data source (#32470) (#32476)
    * Variables: Fixes Unsupported data format error for null values (#32480) (#32487)
    * Prometheus: align exemplars check to latest api change (#32513) (#32515)
    * "Release: Updated versions in package to 7.5.2" (#32502)
    * SigV4: Add support EC2 IAM role auth and possibility to toggle auth providers  (#32444) (#32488)
    * Set spanNulls to default (#32471) (#32486)
    * Graph: Fix setting right y-axis when standard option unit is configured (#32426) (#32442)
    * API: Return 409 on datasource version conflict (#32425) (#32433)
    * API: Return 400 on invalid Annotation requests (#32429) (#32431)
    * Variables: Fixes problem with data source variable when default ds is selected (#32384) (#32424)
    * Table: Fixes so links work for image cells (#32370) (#32410)
    * Variables: Fixes error when manually non-matching entering custom value in variable input/picker (#32390) (#32394)
    * DashboardQueryEditor: Run query after selecting source panel (#32383) (#32395)
    * API: Datasource endpoint should return 400 bad request if id and orgId is invalid (#32392) (#32397)
    * "Release: Updated versions in package to 7.5.1" (#32362)
    * MSSQL: Upgrade go-mssqldb (#32347) (#32361)
    * GraphNG: Fix tooltip displaying wrong or no data (#32312) (#32348)
    * "Release: Updated versions in package to 7.5.0" (#32308)
    * Loki: Fix text search in Label browser (#32293) (#32306)
    * Explore: Show all dataFrames in data tab in Inspector (#32161) (#32299)
    * PieChartV2: Add migration from old piechart (#32259) (#32291)
    * LibraryPanels: Adds Type and Description to DB (#32258) (#32288)
    * LibraryPanels: Prevents deletion of connected library panels (#32277) (#32284)
    * Library Panels: Add "Discard" button to panel save modal (#31647) (#32281)
    * LibraryPanels: Changes to non readonly reducer (#32193) (#32200)
    * Notifications: InfluxDB - Fix regex to include metrics with hyphen in aliases (#32224) (#32262)
    * SSE/InfluxDB: Change InfluxQL to work with server side expressions (#31691) (#32102)
    * DashboardSettings: Fixes issue with tags list not updating when changes are made (#32241) (#32247)
    * Logs: If log message missing, use empty string (#32080) (#32243)
    * CloudWatch: Use latest version of aws sdk (#32217) (#32223)
    * Release: Updated versions in package to 7.5.0-beta.2 (#32158)
    * HttpServer: Make read timeout configurable but disabled by default (#31575) (#32154)
    * GraphNG: Ignore string fields when building data for uPlot in GraphNG (#32150) (#32151)
    * Fix loading timezone info on windows (#32029) (#32149)
    * SQLStore: Close session in withDbSession (#31775) (#32108)
    * Remove datalink template suggestions for accessing specific fields when there are multiple dataframes. (#32057) (#32148)
    * GraphNG: make sure dataset and config are in sync when initializing and re-initializing uPlot (#32106) (#32125)
    * MixedDataSource: Name is updated when data source variable changes (#32090) (#32144)
    * Backport 32005 to v7.5.x #32128 (#32130)
    * Loki: Label browser UI updates (#31737) (#32119)
    * ValueMappings: Fixes value 0 not being mapped (#31924) (#31929)
    * GraphNG: Fix tooltip series color for multi data frame scenario (#32098) (#32103)
    * LibraryPanels: Improves the Get All experience (#32028) (#32093)
    * Grafana/ui: display all selected levels for selected value when searching (#32030) (#32032)
    * Exemplars: always query exemplars (#31673) (#32024)
    * [v7.5.x] TimePicker: Fixes hidden time picker shown in kiosk TV mode (#32055)
    * Chore: Collect elasticsearch version usage stats (#31787) (#32063)
    * Chore: Tidy up Go deps (#32053)
    * GraphNG: Fix PlotLegend field display name being outdated (#32064) (#32066)
    * Data proxy: Fix encoded characters in URL path should be proxied encoded (#30597) (#32060)
    * [v7.5.x] Auth: Allow soft token revocation (#32037)
    * Snapshots: Fix usage of sign in link from the snapshot page (#31986) (#32036)
    * Make master green (#32011) (#32015)
    * Query editor: avoid avoiding word wrap on query editor components (#31949) (#31982)
    * Variables: Fixes filtering in picker with null items (#31979) (#31995)
    * TooltipContainer - use resize observer instead of getClientBoundingRect (#31937) (#32003)
    * Loki: Fix autocomplete when re-editing Loki label values (#31828) (#31987)
    * Loki: Fix type errors in language_provider (#31902) (#31945)
    * PanelInspect: Interpolates variables in CSV file name (#31936) (#31977)
    * Cloudwatch: use shared library for aws auth (#29550) (#31946)
    * Tooltip: partial perf improvement (#31774) (#31837) (#31957)
    * Backport 31913 to v7.5.x (#31955)
    * Grafana/ui: fix searchable options for Cascader with options update (#31906) (#31938)
    * Variables: Do not reset description on variable type change (#31933) (#31939)
    * [v7.5.x] AnnotationList: Adds spacing to UI  (#31888) (#31894)
    * Elasticseach: Support histogram fields (#29079) (#31914)
    * Chore: upgrade eslint and fork-ts-checker-webpack-plugin (#31854) (#31896)
    * Update scripts and Dockerfiles to use Go 1.16.1 (#31881) (#31891)
    * Templating: use dashboard timerange when variables are set to refresh 'On Dashboard Load' (#31721) (#31801)
    * [v7.5.x] Tempo: Add test for backend data source (#31835) (#31882)
    * Run go mod tidy to update go.mod and go.sum (#31859)
    * Grafana/ui: display all selected levels for Cascader (#31729) (#31862)
    * CloudWatch: Consume the grafana/aws-sdk (#31807) (#31861)
    * Cloudwatch: ListMetrics API page limit (#31788) (#31851)
    * Remove invalid attribute (#31848) (#31850)
    * CloudWatch: Restrict auth provider and assume role usage according to… (#31845)
    * CloudWatch: Add support for EC2 IAM role (#31804) (#31841)
    * Loki, Prometheus: Change the placement for query type explanation (#31784) (#31819)
    * Variables: Improves inspection performance and unknown filtering (#31811) (#31813)
    * Change piechart plugin state to beta (#31797) (#31798)
    * ReduceTransform: Include series with numeric string  names (#31763) (#31794)
    * Annotations: Make the annotation clean up batch size configurable (#31487) (#31769)
    * Fix escaping in ANSI and dynamic button removal (#31731) (#31767)
    * DataLinks: Bring back single click links for Stat, Gauge and BarGauge panel (#31692) (#31718)
    * log skipped, performed and duration for migrations (#31722) (#31754)
    * Search: Make items more compact (#31734) (#31750)
    * loki_datasource: add documentation to label_format and line_format (#31710) (#31746)
    * Tempo: Convert tempo to backend data source2 (#31733)
    * Elasticsearch: Fix script fields in query editor (#31681) (#31727)
    * Elasticsearch: revert to isoWeek when resolving weekly indices (#31709) (#31717)
    * Admin: Keeps expired api keys visible in table after delete (#31636) (#31675)
    * Tempo: set authentication header properly (#31699) (#31701)
    * Tempo: convert to backend data source (#31618) (#31695)
    * Update package.json (#31672)
    * Release: Bump version to 7.5.0-beta.1 (#31664)
    * Fix whatsNewUrl version to 7.5 (#31666)
    * Chore: add alias for what's new 7.5 (#31669)
    * Docs: Update doc for PostgreSQL authentication (#31434)
    * Docs: document report template variables (#31637)
    * AzureMonitor: Add deprecation message for App Insights/Insights Analytics (#30633)
    * Color: Fixes issue where colors where reset to gray when switch panels (#31611)
    * Live: Use pure WebSocket transport (#31630)
    * Docs: Fix broken image link (#31661)
    * Docs: Add Whats new in 7.5 (#31659)
    * Docs: Fix links for 7.5 (#31658)
    * Update enterprise-configuration.md (#31656)
    * Explore/Logs: Escaping of incorrectly escaped log lines (#31352)
    * Tracing: Small improvements to trace types (#31646)
    * Update _index.md (#31645)
    * AlertingNG: code refactoring (#30787)
    * Remove pkill gpg-agent (#31169)
    * Remove format for plugin routes (#31633)
    * Library Panels: Change unsaved change detection logic (#31477)
    * CloudWatch: Added AWS Timestream Metrics and Dimensions (#31624)
    * add new metrics and dimensions (#31595)
    * fix devenv dashboard content typo (#31583)
    * DashList: Sort starred and searched dashboard alphabetically (#31605)
    * Docs: Update whats-new-in-v7-4.md (#31612)
    * SSE: Add "Classic Condition" on backend (#31511)
    * InfluxDB: Improve maxDataPoints error-message in Flux-mode, raise limits (#31259)
    * Alerting: PagerDuty: adding current state to the payload (#29270)
    * devenv: Fix typo (#31589)
    * Loki: Label browser (#30351)
    * LibraryPanels: No save modal when user is on same dashboard (#31606)
    * Bug: adding resolution for `react-use-measure` to prevent plugin tests from failing. (#31603)
    * Update node-graph.md (#31571)
    * test: pass Cypress options objects into selector wrappers (#31567)
    * Loki: Add support for alerting (#31424)
    * Tracing: Specify type of the data frame that is expected for TraceView (#31465)
    * LibraryPanels: Adds version column (#31590)
    * PieChart: Add color changing options to pie chart (#31588)
    * Explore: keep enabled/disabled state in angular based QueryEditors correctly (#31558)
    * Bring back correct legend sizing afer PlotLegend refactor (#31582)
    * Alerting: Fix bug in Discord for when name for metric value is absent (#31257)
    * LibraryPanels: Deletes library panels during folder deletion (#31572)
    * chore: bump lodash to 4.17.21 (#31549)
    * Elasticsearch: Fix impossibility to perform non-logs queries after importing queries from loki or prometheus in explore (#31518)
    * TestData: Fixes never ending annotations scenario (#31573)
    * CloudWatch: Added AWS Network Firewall metrics and dimensions (#31498)
    * propagate plugin unavailable message to UI (#31560)
    * ConfirmButton: updates story from knobs to controls (#31476)
    * Loki: Refactor line limit to use grafana/ui component (#31509)
    * LibraryPanels: Adds folder checks and permissions (#31473)
    * Add guide on custom option editors (#31254)
    * PieChart: Update text color and minor changes (#31546)
    * Grafana-data: bump markedjs to v2.x to resolve vulnerability (#31036)
    * Chore(deps): Bump google.golang.org/api from 0.39.0 to 0.40.0 (#31210)
    * PieChart: Improve piechart legend and options (#31446)
    * Chore(deps): Bump google.golang.org/grpc from 1.35.0 to 1.36.0 (#31541)
    * Chore(deps): Bump github.com/aws/aws-sdk-go from 1.37.7 to 1.37.20 (#31538)
    * Chore(deps): Bump github.com/prometheus/common from 0.17.0 to 0.18.0 (#31539)
    * Add multiselect options ui (#31501)
    * Profile: Fixes profile preferences being accessible when anonymous access was enabled (#31516)
    * Variables: Fixes error with: cannot read property length of undefined (#31458)
    * Explore: Show ANSI colored logs in logs context (#31510)
    * LogsPanel: Show all received logs  (#31505)
    * AddPanel: Design polish  (#31484)
    * TimeSeriesPanel: Remove unnecessary margin from legend  (#31467)
    * influxdb: flux: handle is-hidden (#31324)
    * Graph: Fix tooltip not showing when close to the edge of viewport  (#31493)
    * FolderPicker: Remove useNewForms from FolderPicker (#31485)
    * Add reportVariables feature toggle (#31469)
    * Grafana datasource: support multiple targets (#31495)
    * Update license-restrictions.md (#31488)
    * Docs: Derived fields links in logs detail view (#31482)
    * Docs: Add new data source links to Enterprise page (#31480)
    * Convert annotations to dataframes (#31400)
    * ReleaseNotes: Updated changelog and release notes for v7.4.2 (#31475)
    * GrafanaUI: Fixes typescript error for missing css prop (#31479)
    * Login: handle custom token creation error messages (#31283)
    * Library Panels: Don't list current panel in available panels list (#31472)
    * DashboardSettings: Migrate Link Settings to React (#31150)
    * Frontend changes for library panels feature (#30653)
    * Alerting notifier SensuGo: improvements in default message (#31428)
    * AppPlugins: Options to disable showing config page in nav (#31354)
    * add aws config (#31464)
    * Heatmap: Fix missing/wrong value in heatmap legend (#31430)
    * Chore: Fixes small typos (#31461)
    * Graphite/SSE: update graphite to work with server side expressions (#31455)
    * update the lastest version to 7.4.3 (#31457)
    * ReleaseNotes: Updated changelog and release notes for 7.4.3 (#31454)
    * AWS: Add aws plugin configuration (#31312)
    * Revert ""Release: Updated versions in package to 7.4.3" (#31444)" (#31452)
    * Remove UserSyncInfo.tsx (#31450)
    * Elasticsearch: Add word highlighting to search results (#30293)
    * Chore: Fix eslint react hook warnings in grafana-ui (#31092)
    * CloudWatch: Make it possible to specify custom api endpoint (#31402)
    * Chore: fixed incorrect naming for disable settings (#31448)
    * TraceViewer: Fix show log marker in spanbar (#30742)
    * LibraryPanels: Adds permissions to getAllHandler (#31416)
    * NamedColorsPalette: updates story from knobs to controls (#31443)
    * "Release: Updated versions in package to 7.4.3" (#31444)
    * ColorPicker: updates story from knobs to controls (#31429)
    * Streaming: Fixes an issue with time series panel and streaming data source when scrolling back from being out of view (#31431)
    * ClipboardButton: updates story from knobs to controls (#31422)
    * we should never log unhashed tokens (#31432)
    * CI: Upgrade Dockerfiles wrt. Go, Node, Debian (#31407)
    * Elasticsearch: Fix query initialization logic & query transformation from Promethous/Loki (#31322)
    * Postgres: allow providing TLS/SSL certificates as text in addition to file paths (#30353)
    * CloudWatch: Added AWS Ground Station metrics and dimensions (#31362)
    * TraceViewer: Fix trace to logs icon to show in right pane (#31414)
    * add hg team as migrations code owners (#31420)
    * Remove tidy-check script (#31423)
    * InfluxDB: handle columns named "table" (#30985)
    * Prometheus: Use configured HTTP method for /series and /labels endpoints (#31401)
    * Devenv: Add gdev-influxdb2 data source (#31250)
    * Update grabpl from 0.5.38 to 0.5.42 version (#31419)
    * Move NOOP_CONTROL to storybook utils and change to a standalone file (#31421)
    * remove squadcast details from docs (#31413)
    * Add new Cloudwatch AWS/DDoSProtection metrics and dimensions (#31297)
    * Logging: add frontend logging helpers to @grafana/runtime package (#30482)
    * CallToActionCard: updates story from knobs to controls (#31393)
    * Add eu-south-1 cloudwatch region, closes #31197 (#31198)
    * Chore: Upgrade eslint packages (#31408)
    * Cascader: updates story from knobs to controls (#31399)
    * addressed issues 28763 and 30314. (#31404)
    * Added section Query a time series database by id (#31337)
    * Prometheus: Change default httpMethod for new instances to POST (#31292)
    * Data source list: Use Card component (#31326)
    * Chore: Remove gotest.tools dependency (#31391)
    * Revert "StoryBook: Introduces Grafana Controls (#31351)" (#31388)
    * Chore(deps): Bump github.com/prometheus/common from 0.15.0 to 0.17.0 (#31387)
    * AdHocVariables: Fixes crash when values are stored as numbers (#31382)
    * Chore(deps): Bump github.com/golang/mock from 1.4.4 to 1.5.0 (#31379)
    * Chore: Fix strict errors, down to 416 (#31365)
    * Chore(deps): Bump github.com/getsentry/sentry-go from 0.9.0 to 0.10.0 (#31378)
    * StoryBook: Introduces Grafana Controls (#31351)
    * ReleaseNotes: Updated changelog and release notes for 7.4.2 (#31313)
    * Theming: Support for runtime theme switching and hooks for custom themes (#31301)
    * Devenv: Remove old-versioned loki blocks and update prometheus2 block  (#31282)
    * Zipkin: Show success on test data source (#30829)
    * Update grot template (needs more info) (#31350)
    * DatasourceSrv: Fix instance retrieval when datasource variable value set to "default" (#31347)
    * TimeSeriesPanel: Fixes overlapping time axis ticks (#31332)
    * Grafana/UI: Add basic legend to the PieChart (#31278)
    * SAML: single logout only enabled in enterprise (#31325)
    * QueryEditor: handle query.hide changes in angular based query-editors (#31336)
    * DashboardLinks: Fixes another issue where dashboard links cause full page reload (#31334)
    * LibraryPanels: Syncs panel title with name (#31311)
    * Chore: Upgrade golangci-lint (#31330)
    * Add info to docs about concurrent session limits (#31333)
    * Table: Fixes issue with fixed min and auto max with bar gauge cell (#31316)
    * BarGuage: updates story from knobs to controls (#31223)
    * Docs: Clarifies how to add Key/Value pairs (#31303)
    * Usagestats: Exclude folders from total dashboard count (#31320)
    * ButtonCascader: updates story from knobs to controls (#31288)
    * test: allow check for Table as well as Graph for Explore e2e flow (#31290)
    * Grafana-UI: Update tooltip type (#31310)
    * fix 7.4.2 release note (#31299)
    * Add `--tries 3` arg when triggering e2e-tests upon releasing (#31285)
    * Chore: reduce strict errors for variables (#31241)
    * update latest release version (#31296)
    * ReleaseNotes: Updated changelog and release notes for 7.4.2 (#31291)
    * Correct name of Discord notifier tests (#31277)
    * Docs: Clarifies custom date formats for variables (#31271)
    * BigValue: updates story from knobs to controls (#31240)
    * Docs: Annotations update (#31194)
    * Introduce functions for interacting with library panels API (#30993)
    * Search: display sort metadata (#31167)
    * Folders: Editors should be able to edit name and delete folders (#31242)
    * Make Datetime local (No date if today) working (#31274)
    * UsageStats: Purpose named variables (#31264)
    * Snapshots: Disallow anonymous user to create snapshots (#31263)
    * only update usagestats every 30min (#31131)
    * Chore: grafana-toolkit uses grafana-ui and grafana-data workspaces (#30701)
    * Grafana-UI: Add id to Select to make it easier to test (#31230)
    * Prometheus: Fix enabling of disabled queries when editing in dashboard (#31055)
    * UI/Card: Fix handling of 'onClick' callback (#31225)
    * Loki: Add line limit for annotations (#31183)
    * Remove deprecated and breaking loki config field (#31227)
    * SqlDataSources: Fixes the Show Generated SQL button in query editors (#31236)
    * LibraryPanels: Disconnect before connect during dashboard save (#31235)
    * Disable Change Password for OAuth users (#27886)
    * TagsInput: Design update and component refactor (#31163)
    * Variables: Adds back default option for data source variable (#31208)
    * IPv6: Support host address configured with enclosing square brackets (#31226)
    * Postgres: Fix timeGroup macro converts long intervals to invalid numbers when TimescaleDB is enabled (#31179)
    * GraphNG: refactor core to class component (#30941)
    * Remove last synchronisation field from LDAP debug view (#30984)
    * Chore: Upgrade grafana-plugin-sdk-go to v0.88.0 (#30975)
    * Graph: Make axes unit option work even when field option unit is set (#31205)
    * AlertingNG:  Test definition  (#30886)
    * Docs: Update Influx config options (#31146)
    * WIP: Skip this call when we skip migrations (#31216)
    * use 0.1.0 (#31215)
    * DataSourceSrv: Filter out non queryable data sources by default (#31144)
    * QueryEditors: Fixes issue that happens after moving queries then editing would update other queries (#31193)
    * Chore: report eslint no-explicit-any errors to metrics (#31182)
    * Chore(deps): Bump cloud.google.com/go/storage from 1.12.0 to 1.13.0 (#31211)
    * Chore(deps): Bump xorm.io/xorm from 0.8.1 to 0.8.2 (#30773)
    * Alerting: Fix modal text for deleting obsolete notifier (#31171)
    * Chore(deps): Bump github.com/linkedin/goavro/v2 from 2.9.7 to 2.10.0 (#31204)
    * Variables: Fixes missing empty elements from regex filters (#31156)
    * StatPanels: Fixes to palette color scheme is not cleared when loading panel (#31126)
    * Fixed the typo. (#31189)
    * Docs: Rewrite preferences docs (#31154)
    * Explore/Refactor: Simplify URL handling (#29173)
    * DashboardLinks: Fixes links always cause full page reload (#31178)
    * Replace PR with Commit truncated hash when build fails (#31177)
    * Alert: update story to use controls (#31145)
    * Permissions: Fix team and role permissions on folders/dashboards not displayed for non Grafana Admin users (#31132)
    * CloudWatch: Ensure empty query row errors are not passed to the panel (#31172)
    * Update prometheus.md (#31173)
    * Variables: Extend option pickers to accept custom onChange callback (#30913)
    * Prometheus: Multiply exemplars timestamp to follow api change (#31143)
    * DashboardListPanel: Fixes issue with folder picker always showing All and using old form styles (#31160)
    * Add author name and pr number in drone pipeline notifications (#31124)
    * Prometheus: Add documentation for ad-hoc filters (#31122)
    * DataSourceSettings: Fixes add header button, it should not trigger a save & test action (#31135)
    * Alerting: Fix so that sending an alert with the Alertmanager notifier doesn't fail when one of multiple configured URL's are down (#31079)
    * Chore: Update latest.json (#31139)
    * Docs: add 7.4.1 relese notes link (#31137)
    * PieChart: Progress on new core pie chart  (#28020)
    * ReleaseNotes: Updated changelog and release notes for 7.4.1 (#31133)
    * Eslint: no-duplicate-imports rule (bump grafana-eslint-config) (#30989)
    * Transforms: Fixes Outer join issue with duplicate field names not getting the same unique field names as before  (#31121)
    * MuxWriter: Handle error for already closed file (#31119)
    * Logging: sourcemap transform asset urls from CDN in logged stacktraces (#31115)
    * Search: add sort information in dashboard results (#30609)
    * area/grafana/e2e: ginstall should pull version specified (#31056)
    * Exemplars: Change CTA style (#30880)
    * Influx: Make max series limit configurable and show the limiting message if applied (#31025)
    * Docs: request security (#30937)
    * update configurePanel for 7.4.0 changes (#31093)
    * Elasticsearch: fix log row context erroring out (#31088)
    * Prometheus: Fix issues with ad-hoc filters (#30931)
    * LogsPanel: Add deduplication option for logs (#31019)
    * Drone: Make sure CDN upload is ok before pushing docker images (#31075)
    * PluginManager: Remove some global state (#31081)
    * test: update addDashboard flow for v7.4.0 changes (#31059)
    * Transformations: Fixed typo in FilterByValue transformer description. (#31078)
    * Docs: Group id should be 0 instead of 1 in Docker upgrade notes (#31074)
    * Usage stats: Adds source/distributor setting (#31039)
    * CDN: Add CDN upload step to enterprise and release pipelines (#31058)
    * Chore: Replace native select with grafana ui select  (#31030)
    * Docs: Update json-model.md (#31066)
    * Docs: Update whats-new-in-v7-4.md (#31069)
    * Added hyperlinks to Graphite documentation (#31064)
    * DashboardSettings: Update to new form styles (#31022)
    * CDN: Fixing drone CI config (#31052)
    * convert path to posix by default (#31045)
    * DashboardLinks: Fixes crash when link has no title (#31008)
    * Alerting: Fixes so notification channels are properly deleted (#31040)
    * Explore: Remove emotion error when displaying logs (#31026)
    * Elasticsearch: Fix alias field value not being shown in query editor (#30992)
    * CDN: Adds uppload to CDN step to drone CI (#30879)
    * Improved glossary (#31004)
    * BarGauge: Improvements to value sizing and table inner width calculations  (#30990)
    * Drone: Fix deployment image (#31027)
    * ColorPicker: migrated styles from sass to emotion (#30909)
    * Dashboard: Migrate general settings to react (#30914)
    * Chore(deps): Bump github.com/jung-kurt/gofpdf from 1.10.1 to 1.16.2 (#30586)
    * Chore(deps): Bump github.com/aws/aws-sdk-go from 1.36.31 to 1.37.7 (#31018)
    * Prometheus: Min step defaults to seconds when no unit is set to prevent errors when running alerts. (#30966)
    * Chore(deps): Bump github.com/magefile/mage from 1.10.0 to 1.11.0 (#31017)
    * Chore(deps): Bump github.com/grpc-ecosystem/go-grpc-middleware (#31013)
    * Graph: Fixes so graph is shown for non numeric time values (#30972)
    * CloudMonitoring: Prevent resource type variable function from crashing (#30901)
    * Chore(deps): Bump google.golang.org/api from 0.33.0 to 0.39.0 (#30971)
    * Build: Releases e2e and e2e-selectors too (#31006)
    * TextPanel: Fixes so panel title is updated when variables change (#30884)
    * Docs: Update configuration.md (login_maximum_inactive_lifetime_duration, login_maximum_lifetime_duration) (#31000)
    * instrumentation: make the first database histogram bucket smaller (#30995)
    * Grafana/UI: Remove DismissableFeatureInfoBox and replace with LocalSt… (#30988)
    * StatPanel: Fixes issue formatting date values using unit option (#30979)
    * Chore(deps): Bump actions/cache from v2 to v2.1.4 (#30973)
    * Units: Fixes formatting of duration units (#30982)
    * Elasticsearch: Show Size setting for raw_data metric (#30980)
    * Alerts: Dedupe alerts so that we do not fill the screen with the same alert messsage (#30935)
    * make sure service and slo display name is passed to segment comp (#30900)
    * assign changes in cloud datasources to the new cloud datasources team (#30645)
    * Table: Updates devenv test dashboard after change to TestData Randrom Table response (#30927)
    * Theme: Use higher order theme color variables rather then is light/dark logic (#30939)
    * Docs: Add alias for what's new in 7.4 (#30945)
    * e2e: extends selector factory to plugins (#30932)
    * Chore: Upgrade docker build image (#30820)
    * Docs: updated developer guide (#29978)
    * Alerts: Update Alert storybook to show more states (#30908)
    * Variables: Adds queryparam formatting option (#30858)
    * Chore: pad unknown values with undefined (#30808)
    * Transformers: add search to transform selection (#30854)
    * Exemplars: change api to reflect latest changes (#30910)
    * docs: use selinux relabelling on docker containers (#27685)
    * Docs: Fix bad image path for alert notification template (#30911)
    * Make value mappings correctly interpret numeric-like strings (#30893)
    * Chore: Update latest.json (#30905)
    * Docs: Update whats-new-in-v7-4.md (#30882)
    * Dashboard: Ignore changes to dashboard when the user session expires (#30897)
    * ReleaseNotes: Updated changelog and release notes for 7.4.0 (#30902)
    * test: add support for timeout to be passed in for addDatasource (#30736)
    * increase page size and make sure the cache supports query params (#30892)
    * DataSourceSettings: Adds info box and link to Grafana Cloud (#30891)
    * OAuth: custom username docs (#28400)
    * Panels: Remove value mapping of values that have been formatted #26763 (#30868)
    * Alerting: Fixes alert panel header icon not showing (#30840)
    * AlertingNG: Edit Alert Definition (#30676)
    * Logging: sourcemap support for frontend stacktraces (#30590)
    * Added "Restart Grafana" topic. (#30844)
    * Docs: Org, Team, and User Admin (#30756)
    * bump grabpl version to 0.5.36 (#30874)
    * Plugins: Requests validator (#30445)
    * Docs: Update whats-new-in-v7-4.md (#30876)
    * Docs: Add server view folder (#30849)
    * Fixed image name and path  (#30871)
    * Grafana-ui: fixes closing modals with escape key (#30745)
    * InfluxDB: Add http configuration when selecting InfluxDB v2 flavor  (#30827)
    * TestData: Fixes issue with for ever loading state when all queries are hidden (#30861)
    * Chart/Tooltip: refactored style declaration (#30824)
    * ReleaseNotes: Updated changelog and release notes for 7.4.0-beta1 (#30853)
    * Grafana-ui: fixes no data message in Table component (#30821)
    * grafana/ui: Update pagination component for large number of pages (#30151)
    * Alerting: Customise OK notification priorities for Pushover notifier (#30169)
    * DashboardLinks: Support variable expression in to tooltip - Issue #30409 (#30569)
    * Chore: Remove panelTime.html, closes #30097 (#30842)
    * Docs: Time series panel, bar alignment docs (#30780)
    * Chore: add more docs annotations (#30847)
    * Transforms: allow boolean in field calculations (#30802)
    * Prometheus: Add tooltip to explain possibility to use patterns in text and title fields in annotations (#30825)
    * Update prometheus.md with image link fix (#30833)
    * BarChart: inside-align strokes, upgrade uPlot to 1.6.4. (#30806)
    * Update license-expiration.md (#30839)
    * Explore rewrite (#30804)
    * Prometheus: Set type of labels to string (#30831)
    * GrafanaUI: Add a way to persistently close InfoBox (#30716)
    * Fix typo in transformer registry (#30712)
    * Elasticsearch: Display errors with text responses (#30122)
    * CDN: Fixes cdn path when Grafana is under sub path (#30822)
    * TraceViewer: Fix lazy loading (#30700)
    * FormField: migrated sass styling to emotion (#30392)
    * AlertingNG: change API permissions (#30781)
    * Variables: Clears drop down state when leaving dashboard (#30810)
    * Grafana-UI: Add story/docs for ErrorBoundary (#30304)
    * Add missing callback dependency (#30797)
    * PanelLibrary: Adds library panel meta information to dashboard json (#30770)
    * Chore(deps): Bump gonum.org/v1/gonum from 0.6.0 to 0.8.2 (#30343)
    * Chore(deps): Bump gopkg.in/yaml.v2 from 2.3.0 to 2.4.0 (#30771)
    * GraphNG: improve behavior when switching between solid/dash/dots (#30796)
    * Chore(deps): Bump github.com/hashicorp/go-hclog from 0.14.1 to 0.15.0 (#30778)
    * Add width for Variable Editors (#30791)
    * Chore: Remove warning when calling resource (#30752)
    * Auth: Use SigV4 lib from grafana-aws-sdk  (#30713)
    * Panels: Fixes so panels are refreshed when scrolling past them fast (#30784)
    * GraphNG: add bar alignment option (#30499)
    * Expressions: Measure total transformation requests and elapsed time (#30514)
    * Menu: Mark menu components as internal (#30740)
    * TableInputCSV: migrated styles from sass to emotion (#30554)
    * CDN: Fix passing correct prefix to GetContentDeliveryURL (#30777)
    * Chore(deps): Bump gopkg.in/ini.v1 from 1.57.0 to 1.62.0 (#30772)
    * CDN: Adds support for serving assets over a CDN (#30691)
    * PanelEdit: Trigger refresh when changing data source (#30744)
    * Chore: remove __debug_bin (#30725)
    * BarChart: add alpha bar chart panel (#30323)
    * Docs: Time series panel (#30690)
    * Backend Plugins: Convert test data source to use SDK contracts (#29916)
    * Docs: Update whats-new-in-v7-4.md (#30747)
    * Add link to Elasticsearch docs. (#30748)
    * Mobile: Fixes issue scrolling on mobile in chrome (#30746)
    * TagsInput: Make placeholder configurable (#30718)
    * Docs: Add config settings for fonts in reporting (#30421)
    * Add menu.yaml to .gitignore (#30743)
    * bump cypress to 6.3.0 (#30644)
    * Datasource: Use json-iterator configuration compatible with standard library (#30732)
    * AlertingNG: Update UX to use new PageToolbar component (#30680)
    * Docs: Add usage insights export feature (#30376)
    * skip symlinks to directories when generating plugin manifest (#30721)
    * PluginCiE2E: Upgrade base images (#30696)
    * Variables: Fixes so text format will show All instead of custom all (#30730)
    * PanelLibrary: better handling of deleted panels (#30709)
    * Added section "Curated dashboards for Google Cloud Monitoring" for 7.4 What's New (#30724)
    * Added "curated dashboards" information and broke down, rearranged topics. (#30659)
    * Transform: improve the "outer join" performance/behavior (#30407)
    * Add alt text to plugin logos (#30710)
    * Deleted menu.yaml file (#30717)
    * Dashboard: Top Share URL icon should share panel URL when on viewPanel page (#30000)
    * Added entry for web server. (#30715)
    * DashboardPicker: switch to promise-based debounce, return dashboard UID (#30706)
    * Use connected GraphNG in Explore (#30707)
    * Fix documentation for streaming data sources (#30704)
    * PanelLibrary: changes casing of responses and adds meta property (#30668)
    * Influx: Show all datapoints for dynamically windowed flux query (#30688)
    * Trace: trace to logs design update (#30637)
    * DeployImage: Switch base images to Debian (#30684)
    * Chore: remove CSP debug logging line (#30689)
    * Docs: 7.4 documentation for expressions (#30524)
    * PanelEdit: Get rid of last remaining usage of navbar-button (#30682)
    * Grafana-UI: Fix setting default value for MultiSelect (#30671)
    * CustomScrollbar: migrated styles from sass to emotion (#30506)
    * DashboardSettings & PanelEdit: Use new PageToolbar (#30675)
    * Explore: Fix jumpy live tailing (#30650)
    * ci(npm-publish): add missing github package token to env vars (#30665)
    * PageToolbar: Extracting navbar styles & layout into a modern emotion based component (#30588)
    * AlertingNG: pause/unpause definitions via the API (#30627)
    * Docs: Refer to product docs in whats new for alerting templating feature (#30652)
    * ReleaseNotes: Updated changelog and release notes for 7.4.0-beta1 (#30666)
    * Variables: Fixes display value when using capture groups in regex (#30636)
    * Docs: Update _index.md (#30655)
    * Docs: Auditing updates (#30433)
    * Docs: add hidden_users configuration field (#30435)
    * Docs: Define TLS/SSL terminology (#30533)
    * Docs: Fix expressions enabled description (#30589)
    * Docs: Update ES screenshots (#30598)
    * Licensing Docs: Adding license restrictions docs (#30216)
    * Update documentation-style-guide.md (#30611)
    * Docs: Update queries.md (#30616)
    * chore(grafana-ui): bump storybook to 6.1.15 (#30642)
    * DashboardSettings: fixes vertical scrolling (#30640)
    * Usage Stats: Remove unused method for getting user stats (#30074)
    * Grafana/UI: Unit picker should not set a category as unit (#30638)
    * Graph: Fixes auto decimals issue in legend and tooltip (#30628)
    * AlertingNG: List saved Alert definitions in Alert Rule list (#30603)
    * chore: bump redux toolkit to 1.5.0 for immer 8.0.1 vulnerability fix (#30605)
    * Grafana/UI: Add disable prop to Segment (#30539)
    * Variables: Fixes so queries work for numbers values too (#30602)
    * Admin: Fixes so form values are filled in from backend (#30544)
    * Docs: Add new override info and add whats new 7.4 links (#30615)
    * TestData: Improve what's new in v7.4 (#30612)
    * Docs: Update 7.4 What's New to use more correct description of alerting notification template feature (#30502)
    * NodeGraph: Add docs (#30504)
    * Loki: Improve live tailing errors and fix Explore's logs container type errors (#30517)
    * TimeRangePicker: Updates components to use new ToolbarButton & ButtonGroup (#30570)
    * Update styling.md guide (#30594)
    * TestData: Adding what's new in v7.4 to the devenv dashboards (#30568)
    * Chore(deps): Bump github.com/aws/aws-sdk-go from 1.35.5 to 1.36.31 (#30583)
    * Chore(deps): Bump github.com/prometheus/client_golang (#30585)
    * Chore(deps): Bump gopkg.in/macaron.v1 from 1.3.9 to 1.4.0 (#30587)
    * Chore(deps): Bump github.com/google/uuid from 1.1.5 to 1.2.0 (#30584)
    * Explore: Fix logs hover state so that it is visible and in dark mode & simply hover code (#30572)
    * RefreshPicker: Fixes so valid intervals in url are visible in RefreshPicker (#30474)
    * Add documentation for Exemplars (#30317)
    * OldGraph: Fix height issue in Firefox (#30565)
    * XY Chart: fix editor error with empty frame (no fields) (#30573)
    * ButtonSelect & RefreshPicker: Rewrite of components to use new emotion based ToolbarButton & Menu (#30510)
    * XY Chart: share legend config with timeseries (#30559)
    * configuration.md: Document Content Security Policy options (#30413)
    * DataFrame: cache frame/field index in field state (#30529)
    * List + before -; rm old Git ref; reformat. (#30543)
    * Expressions: Add option to disable feature (#30541)
    * Explore: Fix loading visualisation on the top of the new time series panel (#30553)
    * Prometheus: Fix show query instead of Value if no __name__ and metric (#30511)
    * Decimals: Big Improvements to auto decimals and fixes to auto decimals bug found in 7.4-beta1  (#30519)
    * Postgres: Convert tests to stdlib (#30536)
    * Storybook: Migrate card story to use controls  (#30535)
    * AlertingNG: Enable UI to Save Alert Definitions (#30394)
    * Postgres: Be consistent about TLS/SSL terminology (#30532)
    * Loki: Append refId to logs uid (#30418)
    * Postgres: Fix indentation (#30531)
    * GraphNG: uPlot 1.6.3 (fix bands not filling below 0). close #30523. (#30527)
    * updates for e2e docker image (#30465)
    * GraphNG: uPlot 1.6.2 (#30521)
    * Docs: Update whats-new-in-v7-4.md (#30520)
    * Prettier: ignore build and devenv dirs (#30501)
    * Chore: Upgrade grabpl version (#30486)
    * Explore: Update styling of buttons (#30493)
    * Cloud Monitoring: Fix legend naming with display name override (#30440)
    * GraphNG: Disable Plot logging by default (#30390)
    * Admin: Fixes so whole org drop down is visible when adding users to org (#30481)
    * Docs: include Makefile option for local assets (#30455)
    * Footer: Fixes layout issue in footer  (#30443)
    * TimeSeriesPanel: Fixed default value for gradientMode (#30484)
    * Docs: fix typo in what's new doc (#30489)
    * Chore: adds wait to e2e test (#30488)
    * chore: update packages dependent on dot-prop to fix security vulnerability (#30432)
    * Dashboard: Remove Icon and change copy -> Copy to clipboard in the share embedded panel modal (#30480)
    * Chore: fix spelling mistake (#30473)
    * Chore: Restrict internal imports from other packages (#30453)
    * Docs: What's new fixes and improvements (#30469)
    * Timeseries: only migrage point size when configured (#30461)
    * Alerting: Hides threshold handle for percentual thresholds (#30431)
    * Graph: Fixes so only users with correct permissions can add annotations (#30419)
    * Chore: update latest version to 7.4.0-beta1 (#30452)
    * Docs: Add whats new 7.4 links (#30463)
    * Update whats-new-in-v7-4.md (#30460)
    * docs: 7.4 what's new (Add expressions note) (#30446)
    * Chore: Upgrade build pipeline tool (#30456)
    * PanelModel: Make sure the angular options are passed to react panel type changed handler (#30441)
    * Expressions: Fix button icon (#30444)
    * ReleaseNotes: Updated changelog and release notes for 7.4.0-beta1 (#30449)
    * Docs: Fix img link for alert notification template (#30436)
    * grafana/ui: Fix internal import from grafana/data (#30439)
    * prevent field config from being overwritten (#30437)
    * PanelOptions: Refactoring applying panel and field options out of PanelModel and add property clean up for properties not in field config registry  (#30389)
    * Dashboard: Remove template variables option from ShareModal (#30395)
    * Added doc content for variables inspector code change by Hugo (#30408)
    * Docs: update license expiration behavior for reporting (#30420)
    * Chore: use old version format in package.json (#30430)
    * Chore: upgrade NPM security vulnerabilities (#30397)
    * "Release: Updated versions in package to 7.5.0-pre.0" (#30428)
    * contribute: Add backend and configuration guidelines for PRs (#30426)
    * Chore: Update what's new URL (#30424)
  - Update to version 7.4.5
    * Security: Fix API permissions issues related to team-sync CVE-2021-28146, CVE-2021-28147. (Enterprise)
    * Security: Usage insights requires signed in users CVE-2021-28148. (Enterprise)
    * Security: Do not allow editors to incorrectly bypass permissions on the default data source. CVE-2021-27962. (Enterprise)
  - Drop patch add-gotest-module.patch
  - Add patch drop-grafana-aws-sdk-0.3.0-module.patch
* Mon Feb 22 2021 tserong@suse.com
  - Update to version 7.4.2:
    * Make Datetime local (No date if today) working (#31274) (#31275)
    * "Release: Updated versions in package to 7.4.2" (#31272)
    * [v7.4.x] Chore: grafana-toolkit uses grafana-ui and grafana-data workspaces (#31269)
    * Snapshots: Disallow anonymous user to create snapshots (#31263) (#31266)
    * only update usagestats every 30min (#31131) (#31262)
    * Prometheus: Fix enabling of disabled queries when editing in dashboard (#31055) (#31248)
    * CloudWatch: Ensure empty query row errors are not passed to the panel (#31172) (#31245)
    * StatPanels: Fixes to palette color scheme is not cleared when loading panel (#31126) (#31246)
    * QueryEditors: Fixes issue that happens after moving queries then editing would update other queries (#31193) (#31244)
    * LibraryPanels: Disconnect before connect during dashboard save (#31235) (#31238)
    * SqlDataSources: Fixes the Show Generated SQL button in query editors (#31236) (#31239)
    * Variables: Adds back default option for data source variable (#31208) (#31232)
    * IPv6: Support host address configured with enclosing square brackets (#31226) (#31228)
    * Postgres: Fix timeGroup macro converts long intervals to invalid numbers when TimescaleDB is enabled (#31179) (#31224)
    * Remove last synchronisation field from LDAP debug view (#30984) (#31221)
    * [v7.4.x]: Sync drone config from master to stable release branch (#31213)
    * DataSourceSrv: Filter out non queryable data sources by default (#31144) (#31214)
    * Alerting: Fix modal text for deleting obsolete notifier (#31171) (#31209)
    * Variables: Fixes missing empty elements from regex filters (#31156) (#31201)
    * DashboardLinks: Fixes links always cause full page reload (#31178) (#31181)
    * DashboardListPanel: Fixes issue with folder picker always showing All and using old form styles (#31160) (#31162)
    * Permissions: Fix team and role permissions on folders/dashboards not displayed for non Grafana Admin users (#31132) (#31176)
    * Prometheus: Multiply exemplars timestamp to follow api change (#31143) (#31170)
  - Added add-gotest-module.patch to fix "inconsistent vendoring" build failure
* Wed Feb 17 2021 tserong@suse.com
  - Update to version 7.4.1:
    * "Release: Updated versions in package to 7.4.1" (#31128)
    * Transforms: Fixes Outer join issue with duplicate field names not getting the same unique field names as before  (#31121) (#31127)
    * MuxWriter: Handle error for already closed file (#31119) (#31120)
    * Logging: sourcemap transform asset urls from CDN in logged stacktraces (#31115) (#31117)
    * Exemplars: Change CTA style (#30880) (#31105)
    * test: add support for timeout to be passed in for addDatasource (#30736) (#31090)
    * Influx: Make max series limit configurable and show the limiting message if applied (#31025) (#31100)
    * Elasticsearch: fix log row context erroring out (#31088) (#31094)
    * test: update addDashboard flow for v7.4.0 changes (#31059) (#31084)
    * Usage stats: Adds source/distributor setting (#31039) (#31076)
    * DashboardLinks: Fixes crash when link has no title (#31008) (#31050)
    * Make value mappings correctly interpret numeric-like strings (#30893) (#30912)
    * Elasticsearch: Fix alias field value not being shown in query editor (#30992) (#31037)
    * BarGauge: Improvements to value sizing and table inner width calculations  (#30990) (#31032)
    * convert path to posix by default (#31045) (#31053)
    * Alerting: Fixes so notification channels are properly deleted (#31040) (#31046)
    * Drone: Fix deployment image (#31027) (#31029)
    * Graph: Fixes so graph is shown for non numeric time values (#30972) (#31014)
    * instrumentation: make the first database histogram bucket smaller (#30995) (#31001)
    * Build: Releases e2e and e2e-selectors too (#31006) (#31007)
    * TextPanel: Fixes so panel title is updated when variables change (#30884) (#31005)
    * StatPanel: Fixes issue formatting date values using unit option (#30979) (#30991)
    * Units: Fixes formatting of duration units (#30982) (#30986)
    * Elasticsearch: Show Size setting for raw_data metric (#30980) (#30983)
    * Logging: sourcemap support for frontend stacktraces (#30590) (#30976)
    * e2e: extends selector factory to plugins (#30932) (#30934)
    * Variables: Adds queryparam formatting option (#30858) (#30924)
    * Exemplars: change api to reflect latest changes (#30910) (#30915)
    * "Release: Updated versions in package to 7.4.0" (#30898)
    * DataSourceSettings: Adds info box and link to Grafana Cloud (#30891) (#30896)
    * GrafanaUI: Add a way to persistently close InfoBox (#30716) (#30895)
    * [7.4.x] AlertingNG: List saved Alert definitions in Alert Rule list (30890)(30603)
    * Alerting: Fixes alert panel header icon not showing (#30840) (#30885)
    * Plugins: Requests validator (#30445) (#30877)
    * PanelLibrary: Adds library panel meta information to dashboard json (#30770) (#30883)
    * bump grabpl version to 0.5.36 (#30874) (#30878)
    * Chore: remove __debug_bin (#30725) (#30857)
    * Grafana-ui: fixes closing modals with escape key (#30745) (#30873)
    * DashboardLinks: Support variable expression in to tooltip - Issue #30409 (#30569) (#30852)
    * Add alt text to plugin logos (#30710) (#30872)
    * InfluxDB: Add http configuration when selecting InfluxDB v2 flavor  (#30827) (#30870)
    * Prometheus: Set type of labels to string (#30831) (#30835)
    * AlertingNG: change API permissions (#30781) (#30814)
    * Grafana-ui: fixes no data message in Table component (#30821) (#30855)
    * Prometheus: Add tooltip to explain possibility to use patterns in text and title fields in annotations (#30825) (#30843)
    * Chore: add more docs annotations (#30847) (#30851)
    * BarChart: inside-align strokes, upgrade uPlot to 1.6.4. (#30806) (#30846)
    * Transforms: allow boolean in field calculations (#30802) (#30845)
    * CDN: Fixes cdn path when Grafana is under sub path (#30822) (#30823)
    * bump cypress to 6.3.0 (#30644) (#30819)
    * Expressions: Measure total transformation requests and elapsed time (#30514) (#30789)
    * Grafana-UI: Add story/docs for ErrorBoundary (#30304) (#30811)
    * [v7.4.x]: Menu: Mark menu components as internal (#30801)
    * Graph: Fixes auto decimals issue in legend and tooltip (#30628) (#30635)
    * GraphNG: Disable Plot logging by default (#30390) (#30500)
    * Storybook: Migrate card story to use controls  (#30535) (#30549)
    * GraphNG: add bar alignment option (#30499) (#30790)
    * Variables: Clears drop down state when leaving dashboard (#30810) (#30812)
    * Add missing callback dependency (#30797) (#30809)
    * GraphNG: improve behavior when switching between solid/dash/dots (#30796) (#30799)
    * Add width for Variable Editors (#30791) (#30795)
    * Panels: Fixes so panels are refreshed when scrolling past them fast (#30784) (#30792)
    * PanelEdit: Trigger refresh when changing data source (#30744) (#30767)
    * AlertingNG: Enable UI to Save Alert Definitions (#30394) (#30548)
    * CDN: Fix passing correct prefix to GetContentDeliveryURL (#30777) (#30779)
    * CDN: Adds support for serving assets over a CDN (#30691) (#30776)
    * Explore: Update styling of buttons (#30493) (#30508)
    * Loki: Append refId to logs uid (#30418) (#30537)
    * skip symlinks to directories when generating plugin manifest (#30721) (#30738)
    * Mobile: Fixes issue scrolling on mobile in chrome (#30746) (#30750)
    * BarChart: add alpha bar chart panel (#30323) (#30754)
    * Datasource: Use json-iterator configuration compatible with standard library (#30732) (#30739)
    * Variables: Fixes so text format will show All instead of custom all (#30730) (#30731)
    * AlertingNG: pause/unpause definitions via the API (#30627) (#30672)
    * PanelLibrary: better handling of deleted panels (#30709) (#30726)
    * Transform: improve the "outer join" performance/behavior (#30407) (#30722)
    * DashboardPicker: switch to promise-based debounce, return dashboard UID (#30706) (#30714)
    * Use connected GraphNG in Explore (#30707) (#30708)
    * PanelLibrary: changes casing of responses and adds meta property (#30668) (#30711)
    * DeployImage: Switch base images to Debian (#30684) (#30699)
    * Trace: trace to logs design update (#30637) (#30702)
    * Influx: Show all datapoints for dynamically windowed flux query (#30688) (#30703)
    * ci(npm-publish): add missing github package token to env vars (#30665) (#30673)
    * Loki: Improve live tailing errors and fix Explore's logs container type errors (#30517) (#30681)
    * Grafana-UI: Fix setting default value for MultiSelect (#30671) (#30687)
    * Explore: Fix jumpy live tailing (#30650) (#30677)
    * Docs: Refer to product docs in whats new for alerting templating feature (#30652) (#30670)
    * Variables: Fixes display value when using capture groups in regex (#30636) (#30661)
    * Docs: Fix expressions enabled description (#30589) (#30651)
    * Licensing Docs: Adding license restrictions docs (#30216) (#30648)
    * DashboardSettings: fixes vertical scrolling (#30640) (#30643)
    * chore: bump redux toolkit to 1.5.0 for immer 8.0.1 vulnerability fix (#30605) (#30631)
    * Explore: Fix loading visualisation on the top of the new time series panel (#30553) (#30557)
    * Footer: Fixes layout issue in footer  (#30443) (#30494)
    * Variables: Fixes so queries work for numbers values too (#30602) (#30624)
    * Admin: Fixes so form values are filled in from backend (#30544) (#30623)
    * Docs: Update 7.4 What's New to use more correct description of alerting notification template feature (#30502) (#30614)
    * NodeGraph: Add docs (#30504) (#30613)
    * Cloud Monitoring: Fix legend naming with display name override (#30440) (#30503)
    * Expressions: Add option to disable feature (#30541) (#30558)
    * OldGraph: Fix height issue in Firefox (#30565) (#30582)
    * XY Chart: fix editor error with empty frame (no fields) (#30573) (#30577)
    * XY Chart: share legend config with timeseries (#30559) (#30566)
    * DataFrame: cache frame/field index in field state (#30529) (#30560)
    * Prometheus: Fix show query instead of Value if no __name__ and metric (#30511) (#30556)
    * Decimals: Big Improvements to auto decimals and fixes to auto decimals bug found in 7.4-beta1  (#30519) (#30550)
    * chore: update packages dependent on dot-prop to fix security vulnerability (#30432) (#30487)
    * GraphNG: uPlot 1.6.3 (fix bands not filling below 0). close #30523. (#30527) (#30528)
    * GraphNG: uPlot 1.6.2 (#30521) (#30522)
    * Chore: Upgrade grabpl version (#30486) (#30513)
    * grafana/ui: Fix internal import from grafana/data (#30439) (#30507)
    * prevent field config from being overwritten (#30437) (#30442)
    * Chore: upgrade NPM security vulnerabilities (#30397) (#30495)
    * TimeSeriesPanel: Fixed default value for gradientMode (#30484) (#30492)
    * Admin: Fixes so whole org drop down is visible when adding users to org (#30481) (#30497)
    * Chore: adds wait to e2e test (#30488) (#30490)
    * Graph: Fixes so only users with correct permissions can add annotations (#30419) (#30466)
    * Alerting: Hides threshold handle for percentual thresholds (#30431) (#30467)
    * Timeseries: only migrage point size when configured (#30461) (#30470)
    * Expressions: Fix button icon (#30444) (#30450)
    * PanelModel: Make sure the angular options are passed to react panel type changed handler (#30441) (#30451)
    * Docs: Fix img link for alert notification template (#30436) (#30447)
    * Chore: Upgrade build pipeline tool (#30456) (#30457)
    * PanelOptions: Refactoring applying panel and field options out of PanelModel and add property clean up for properties not in field config registry  (#30389) (#30438)
    * "Release: Updated versions in package to 7.4.0-beta.1" (#30427)
    * Chore: Update what's new URL (#30423)
    * GraphNG: assume uPlot's series stroke is always a function (#30416)
    * PanelLibrary: adding library panels to Dashboard Api (#30278)
    * Prettier: Fixes to files that came in after main upgrade (#30410)
    * Cloud Monitoring: Add curated dashboards for the most popular GCP services (#29930)
    * Mssql integrated security (#30369)
    * Prettier: Upgrade to 2  (#30387)
    * GraphNG: sort ascending if the values appear reversed (#30405)
    * Docs: Grafana whats new 7.4 (#30404)
    * Dashboards: Adds cheat sheet toggle to supported query editors (#28857)
    * Docs: Update timeseries-dimensions.md (#30403)
    * Alerting: Evaluate data templating in alert rule name and message (#29908)
    * Docs: Add links to 7.3 patch release notes (#30292)
    * Docs: Update _index.md (#29546)
    * Docs: Update jaeger.md (#30401)
    * Expressions: Remove feature toggle (#30316)
    * Docs: Update tempo.md (#30399)
    * Docs: Update zipkin.md (#30400)
    * services/provisioning: Various cleanup (#30396)
    * DashboardSchemas: OpenAPI Schema Generation (#30242)
    * AlertingNG: Enforce unique alert definition title (non empty)/UID per organisation (#30380)
    * Licensing: Document new v7.4 options and APIs (#30217)
    * Auth: add expired token error and update CreateToken function (#30203)
    * NodeGraph: Add node graph visualization (#29706)
    * Add jwtTokenAuth to plugin metadata schema (#30346)
    * Plugins: Force POSIX style path separators for manifest generation (#30287)
    * Add enterprise reporting fonts to gitignore (#30385)
    * Field overrides: skipping overrides for properties no longer existing in plugin (#30197)
    * NgAlerting: View query result (#30218)
    * Grafana-UI: Make Card story public (#30388)
    * Dashboard: migrate version history list (#29970)
    * Search: use Card component (#29892)
    * PanelEvents: Isolate more for old angular query editors (#30379)
    * Loki: Remove showing of unique labels with the empty string value (#30363)
    * Chore: Lint all files for no-only-tests (#30364)
    * Clears errors after running new query (#30367)
    * Prometheus: Change exemplars endpoint (#30378)
    * Explore: Fix a bug where Typeahead crashes when a large amount of ite… (#29637)
    * Circular vector: improve generics (#30375)
    * Update signing docs (#30296)
    * Email: change the year in templates (#30294)
    * grafana/ui: export TLS auth component (#30320)
    * Query Editor: avoid word wrap (#30373)
    * Transforms: add sort by transformer (#30370)
    * AlertingNG: Save alert instances (#30223)
    * GraphNG: Color series from by value scheme & change to fillGradient to gradientMode  (#29893)
    * Chore: Remove not used PanelOptionsGrid component (#30358)
    * Zipkin: Remove browser access mode (#30360)
    * Jaeger: Remove browser access mode (#30349)
    * chore: bump lodash to 4.17.20 (#30359)
    * ToolbarButton: New emotion based component to replace all navbar, DashNavButton and scss styles (#30333)
    * Badge: Increase contrast, remove rocket icon for plugin beta/alpha state (#30357)
    * Licensing: Send map of environment variables to plugins (#30347)
    * Dashboards: Exit to dashboard when deleting panel from panel view / edit view (#29032)
    * Cloud Monitoring: MQL support (#26551)
    * ReleaseNotes: Updated changelog and release notes for 7.4.0-beta1 (#30348)
    * Panel options UI: Allow collapsible categories (#30301)
    * Grafana-ui: Fix context menu item always using onClick instead of href (#30350)
    * Badge: Design improvement & reduce contrast (#30328)
    * make sure stats are added horizontally and not vertically (#30106)
    * Chore(deps): Bump google.golang.org/grpc from 1.33.1 to 1.35.0 (#30342)
    * Chore(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 (#30341)
    * Chore(deps): Bump github.com/google/uuid from 1.1.2 to 1.1.5 (#30340)
    * Chore(deps): Bump github.com/hashicorp/go-version from 1.2.0 to 1.2.1 (#30339)
    * Fix HTML character entity error (#30334)
    * GraphNG: fix fillBelowTo regression (#30330)
    * GraphNG: implement softMin/softMax for auto-scaling stabilization. close #979. (#30326)
    * Legend: Fixes right y-axis legend from being pushed outside the bounds of the panel (#30327)
    * Grafana-toolkit: Update component generator templates (#30306)
    * Panels: remove beta flag from stat and bargauge panels (#30324)
    * GraphNG: support fill below to (bands) (#30268)
    * grafana-cli: Fix security issue (#28888)
    * AlertingNG: Modify queries and transform endpoint to get datasource UIDs (#30297)
    * Chore: Fix missing property from ExploreGraph (#30315)
    * Prometheus: Add support for Exemplars (#28057)
    * Grafana-UI: Enhances for TimeRangePicker and TimeRangeInput (#30102)
    * ReleaseNotes: Updated changelog and release notes for 7.4.0 (#30312)
    * Table: Fixes BarGauge cell display mode font size so that it is fixed to the default cell font size (#30303)
    * AngularGraph: Fixes issues with legend wrapping after legend refactoring (#30283)
    * Plugins: Add Open Distro to the list of data sources supported by sigv4 (#30308)
    * Chore: Moves common and response into separate packages (#30298)
    * GraphNG: remove y-axis position control from series color picker in the legend (#30302)
    * Table: migrate old-table config to new table config (#30142)
    * Elasticsearch: Support extended stats and percentiles in terms order by (#28910)
    * Docs: Update release notes index
    * GraphNG: stats in legend (#30251)
    * Grafana UI: EmptySearchResult docs (#30281)
    * Plugins: Use the includes.path (if exists) on sidebar includes links (#30291)
    * Fix spinner and broken buttons (#30286)
    * Graph: Consider reverse sorted data points on isOutsideRange check (#30289)
    * Update getting-started.md (#30257)
    * Backend: use sdk version (v0.81.0) without transform (gel) code (#29236)
    * Chore: update latest versions to 7.3.7 (#30282)
    * Loki: Fix hiding of series in table if labels have number values (#30185)
    * Loki: Lower min step to 1ms (#30135)
    * Prometheus: Improve autocomplete performance and remove disabling of dynamic label lookup (#30199)
    * Icons: Adds custom icon support ands new panel and interpolation icons (#30277)
    * ReleaseNotes: Updated changelog and release notes for 7.3.7 (#30280)
    * Grafana-ui: Allow context menu items to be open in new tab (#30141)
    * Cloud Monitoring: Convert datasource to use Dataframes (#29830)
    * GraphNG: added support to change series color from legend. (#30256)
    * AzureMonitor: rename labels for query type dropdown (#30143)
    * Decimals: Improving auto decimals logic for high numbers and scaled units  (#30262)
    * Elasticsearch: Use minimum interval for alerts (#30049)
    * TimeSeriesPanel: The new graph panel now supports y-axis value mapping #30272
    * CODEOWNERS: Make backend squad owners of backend style guidelines (#30266)
    * Auth: Add missing request headers to SigV4 middleware allowlist (#30115)
    * Grafana-UI: Add story/docs for FilterPill (#30252)
    * Grafana-UI: Add story/docs for Counter (#30253)
    * Backend style guide: Document JSON guidelines (#30267)
    * GraphNG: uPlot 1.6, hide "Show points" in Points mode, enable "dot" lineStyle (#30263)
    * Docs: Update prometheus.md (#30240)
    * Docs: Cloudwatch filter should be JSON format (#30243)
    * API: Add by UID routes for data sources  (#29884)
    * Docs: Update datasource_permissions.md (#30255)
    * Cloudwatch: Move deep link creation to the backend (#30206)
    * Metrics API: Use jsoniter for JSON encoding (#30250)
    * Add option in database config to skip migrations for faster startup. (#30146)
    * Set signed in users email correctly (#30249)
    * Drone: Upgrade build pipeline tool (#30247)
    * runRequest: Fixes issue with request time range and time range returned to panels are off causing data points to be cut off (outside) (#30227)
    * Elasticsearch: fix handling of null values in query_builder (#30234)
    * Docs: help users connect to Prometheus using SigV4 (#30232)
    * Update documentation-markdown-guide.md (#30207)
    * Update documentation-markdown-guide.md (#30235)
    * Better logging of plugin scanning errors (#30231)
    * Print Node.js and Toolkit versions (#30230)
    * Chore: bump rollup across all packages (#29486)
    * Backend style guide: Document database patterns (#30219)
    * Chore: Bump plugin-ci-alpine Docker image version (#30225)
    * Legends: Refactoring and rewrites of legend components to simplify components & reuse (#30165)
    * Use Node.js 14.x in plugin CI (#30209)
    * Field overrides: extracting the field config factory into its own reusable module. (#30214)
    * LibraryPanels: adds connections (#30212)
    * PanelOptionsGroups: Only restore styles from PanelOptionsGroup (#30215)
    * Variables: Add deprecation warning for value group tags (#30160)
    * GraphNG: Hide grid for right-y axis if left x-axis exists (#30195)
    * Middleware: Add CSP support (#29740)
    * Updated image links to have newer format. (#30208)
    * Docs: Update usage-insights.md (#30150)
    * Share panel dashboard add images (#30201)
    * Update documentation-style-guide.md (#30202)
    * Docs: Fix links to transforms (#30194)
    * docs(badge): migrate story to use controls (#30180)
    * Chore(deps): Bump github.com/prometheus/common from 0.14.0 to 0.15.0 (#30188)
    * Fix alert definition routine stop (#30117)
    * Chore(deps): Bump gopkg.in/square/go-jose.v2 from 2.4.1 to 2.5.1 (#30189)
    * InlineSwitch: Minor story fix (#30186)
    * Chore(deps): Bump github.com/gosimple/slug from 1.4.2 to 1.9.0 (#30178)
    * Chore(deps): Bump github.com/fatih/color from 1.9.0 to 1.10.0 (#30183)
    * Chore(deps): Bump github.com/lib/pq from 1.3.0 to 1.9.0 (#30181)
    * Chore(deps): Bump github.com/hashicorp/go-plugin from 1.2.2 to 1.4.0 (#30175)
    * Chore(deps): Bump github.com/getsentry/sentry-go from 0.7.0 to 0.9.0 (#30171)
    * Gauge: Fixes issue with all null values cause min & max to be null (#30156)
    * Links: Add underline on hover for links in NewsPanel (#30166)
    * GraphNG: Update to test dashboards (#30153)
    * CleanUp: Removed old panel options group component (#30157)
    * AngularQueryEditors: Fixes to Graphite query editor and other who refer to other queries (#30154)
    * Chore(deps): Bump github.com/robfig/cron/v3 from 3.0.0 to 3.0.1 (#30172)
    * Chore(deps): Bump github.com/urfave/cli/v2 from 2.1.1 to 2.3.0 (#30173)
    * Chore: Fix spelling issue (#30168)
    * Revise README.md. (#30145)
    * Chore(deps): Bump github.com/mattn/go-sqlite3 from 1.11.0 to 1.14.6 (#30174)
    * InlineSwitch: Added missing InlineSwitch component and fixed two places that used unaligned inline switch (#30162)
    * GraphNG: add new alpha XY Chart  (#30096)
    * Elastic: Support request cancellation properly (Uses new backendSrv.fetch Observable request API) (#30009)
    * OpenTSDB: Support request cancellation properly (#29992)
    * InfluxDB: Update Flux external link (#30158)
    * Allow dependabot to keep go packages up-to-date (#30170)
    * PluginState: Update comment
    * GraphNG: Minor polish & updates to new time series panel and move it from alpha to beta (#30163)
    * Share panel dashboard (#30147)
    * GraphNG: rename "graph3" to "timeseries" panel (#30123)
    * Add info about access mode (#30137)
    * Prometheus: Remove running of duplicated metrics query (#30108)
    * Prometheus: Fix autocomplete does not work on incomplete input (#29854)
    * GraphNG: remove graph2 panel (keep the parts needed for explore) (#30124)
    * Docs: Add metadata to activating licensing page (#30140)
    * MixedDataSource: Added missing variable support flag (#30110)
    * AngularPanels: Fixes issue with some panels not rendering when going into edit mode due to no height (#30113)
    * AngularPanels: Fixes issue with discrete panel that used the initialized event (#30133)
    * Explore: Make getFieldLinksForExplore more reusable (#30134)
    * Elasticsearch: Add Support for Serial Differencing Pipeline Aggregation (#28618)
    * Angular: Fixes issue with angular directive caused by angular upgrade in master (#30114)
    * Analytics: add data source type in data-request events (#30087)
    * GraphNG: "Interpolation: Step after" test (#30127)
    * GraphNG: check cross-axis presence when auto-padding. close #30121. (#30126)
    * Alerting: improve alerting default datasource search when extracting alerts (#29993)
    * Loki: Timeseries should not produce 0-values for missing data (#30116)
    * GraphNG: support dashes (#30070)
    * GraphNG: fix spanGaps optimization in alignDataFrames(). see #30101. (#30118)
    * Alerting NG: update API to expect UIDs instead of IDs (#29896)
    * GraphNG: Overhaul of main test dashboard and update to null & gaps dashboard (#30101)
    * Chore: Fix intermittent time-related test failure in explore datasource instance update (#30109)
    * QueryEditorRow: Ability to change query name (#29779)
    * Frontend: Failed to load application files message improvement IE11 (#30011)
    * Drone: Upgrade build pipeline tool (#30104)
    * Fix phrasing. (#30075)
    * Chore: Add CloudWatch HTTP API tests (#29691)
    * Elastic: Fixes so templating queries work (#30003)
    * Chore: Rewrite elasticsearch client test to standard library (#30093)
    * Chore: Rewrite tsdb influxdb test to standard library (#30091)
    * Fix default maximum lifetime  an authenticated user can be logged in (#30030)
    * Instrumentation: re-enable database wrapper feature to expose counter and histogram for database queries (#29662)
    * Docs: Update labels to fields transform (#30086)
    * GraphNG: adding possibility to toggle tooltip, graph and legend for series (#29575)
    * Chore: Rewrite tsdb cloudmonitoring test to standard library (#30090)
    * Chore: Rewrite tsdb azuremonitor time grain test to standard library (#30089)
    * Chore: Rewrite tsdb graphite test to standard library (#30088)
    * Chore: Upgrade Docker build image wrt. Go/golangci-lint/Node (#30077)
    * Usage Stats: Calculate concurrent users as a histogram (#30006)
    * Elasticsearch: Fix broken alerting when using pipeline aggregations (#29903)
    * Drone: Fix race conditions between Enterprise and Enterprise2 (#30076)
    * Chore: Rewrite models datasource cache test to standard library (#30040)
    * Plugins: prevent app plugin from rendering with wrong location (#30017)
    * Update NOTICE.md
    * Chore: Tiny typo fix `rage` -> `range` (#30067)
    * Docs: loki.md: Add example of Loki data source config (#29976)
    * ReleaseNotes: Updated changelog and release notes for 7.3.6 (#30066)
    * Docs: Update usage-insights.md (#30065)
    * Docs: Update white-labeling.md (#30064)
    * Chore(deps): Bump axios from 0.19.2 to 0.21.1 (#30059)
    * Chore: Rewrite models tags test to standard library (#30041)
    * Bump actions/setup-node from v1 to v2.1.4 (#29891)
    * Build(deps): Bump ini from 1.3.5 to 1.3.7 (#29787)
    * fall back to any architecture when getting plugin's checksum #30034 (#30035)
    * Lerna: Update to 3.22.1 (#30057)
    * SeriesToRows: Fixes issue in transform so that value field is always named Value (#30054)
    * [dashboard api] manage error when data in dashboard table is not valid json (#29999)
    * use sha256 checksum instead of md5 (#30018)
    * Chore: Rewrite brute force login protection test to standard library (#29986)
    * Chore: Rewrite login auth test to standard library (#29985)
    * Chore: Rewrite models dashboards test to standard library (#30023)
    * Chore: Rewrite models dashboard acl test to standard library (#30022)
    * Chore: Rewrite models alert test to standard library (#30021)
    * Chore: Rewrite ldap login test to standard library (#29998)
    * Chore: Rewrite grafana login test to standard library (#29997)
    * Fix two ini-file typos regarding LDAP (#29843)
    * Chore: Changes source map devtool to inline-source-map (#30004)
    * Chore: Sync Enterprise go.sum (#30005)
    * Chore: Add Enterprise dependencies (#29994)
    * SQLStore: customise the limit of retrieved datasources per organisation (#29358)
    * Chore: update crewjam/saml library to the latest master (#29991)
    * Graph: Fixes so users can not add annotations in readonly dash (#29990)
    * Currency: add Vietnamese dong (VND) (#29983)
    * Drone: Update pipelines for Enterprise (#29939)
    * Remove the bus from teamgroupsync (#29810)
    * Influx: Make variable query editor input uncontrolled (#29968)
    * PanelLibrary: Add PATCH to the API (#29956)
    * PanelEvents: Isolating angular panel events into it's own event bus + more event refactoring  (#29904)
    * Bump node-notifier from 8.0.0 to 8.0.1 (#29952)
    * LDAP: Update use_ssl documentation (#29964)
    * Docs: Missing 's' on 'logs' (#29966)
    * Docs: Update opentsdb.md (#29963)
    * Docs: Minor typo correction (#29962)
    * librarypanels: Fix JSON field casing in tests (#29954)
    * TemplateSrv: Do not throw  error for an unknown format but use glob as fallback and warn in the console (#29955)
    * PanelLibrary: Adds uid and renames title to name (#29944)
    * Docs: Fix raw format variable docs (#29945)
    * RedirectResponse: Implement all of api.Response (#29946)
    * PanelLibrary: Adds get and getAll to the api (#29772)
    * Chore: Remove duplicate interpolateString test (#29941)
    * Chore: Rewrite influxdb query parser test to standard library (#29940)
    * Folders: Removes the possibility to delete the General folder (#29902)
    * Chore: Convert tsdb request test to standard library (#29936)
    * Chore: Convert tsdb interval test to standard library (#29935)
    * Docs: Update configuration.md (#29912)
    * Docs: Update organization_roles.md (#29911)
    * Docs: Update _index.md (#29918)
    * GraphNG: bring back tooltip (#29910)
    * Ng Alerting: Remove scroll and fix SplitPane limiters (#29906)
    * Dashboard: Migrating dashboard settings to react (#27561)
    * Minor correction to explanation on correct MS SQL usage. (#29889)
    * AlertingNG: Create a scheduler to evaluate alert definitions (#29305)
    * Add changelog items for 7.3.6, 7.2.3 and 6.7.5 (#29901)
    * bump stable to 7.3.6 (#29899)
    * Upgrade go deps.  (#29900)
    * Expressions: Replace query input fields with select. (#29816)
    * PanelEdit: Update UI if panel plugin changes field config (#29898)
    * Elasticsearch: Remove timeSrv dependency (#29770)
    * PanelEdit: Need new data after plugin change (#29874)
    * Chore(toolkit): disable react/prop-types for eslint config (#29888)
    * Field Config API: Add ability to hide field option or disable it from the overrides (#29879)
    * SharedQuery: Fixes shared query editor now showing queries (#29849)
    * GraphNG: support fill gradient (#29765)
    * Backend style guide: Add more guidelines (#29871)
    * Keep query keys consistent (#29855)
    * Alerting: Copy frame field labels to time series tags (#29886)
    * Update configure-docker.md (#29883)
    * Usage Stats: Introduce an interface for usage stats service (#29882)
    * DataFrame: add a writable flag to fields (#29869)
    * InlineForms: Changes to make inline forms more flexible for query editors  (#29782)
    * Usage Stats: Allow to add additional metrics to the stats (#29774)
    * Fix the broken link of XORM documentation (#29865)
    * Move colors demo under theme colors (#29873)
    * Dashboard: Increase folder name size in search dashboard (#29821)
    * MSSQL: Config UI touches (#29834)
    * QueryOptions:  Open QueryEditors: run queries after changing group options #29864
    * GraphNG: uPlot 1.5.2, dynamic stroke/fill, Flot-style hover points (#29866)
    * Variables: Fixes so numerical sortorder works for options with null values (#29846)
    * GraphNG: only initialize path builders once (#29863)
    * GraphNG: Do not set fillColor from GraphNG only opacity (#29851)
    * add an example cloudwatch resource_arns() query that uses multiple tags (ref: #29499) (#29838)
    * Backend: Remove more globals (#29644)
    * MS SQL: Fix MS SQL add data source UI issues (#29832)
    * Display palette and colors for dark and light themes in storybook (#29848)
    * Docs: Fix broken link in logs-panel (#29833)
    * Docs: Add info about typing of connected props to Redux style guide (#29842)
    * Loki: Remove unnecessary deduplication (#29421)
    * Varibles: Fixes so clicking on Selected will not include All (#29844)
    * Explore/Logs: Correctly display newlines in detected fields (#29541)
    * Link suppliers: getLinks API update (#29757)
    * Select: Changes default menu placement for Select from auto to bottom (#29837)
    * Chore: Automatically infer types for dashgrid connected components  (#29818)
    * Chore: Remove unused Loki and Cloudwatch syntax providers  (#29686)
    * Pass row (#29839)
    * GraphNG: Context menu (#29745)
    * GraphNG: Enable scale distribution configuration (#29684)
    * Explore: Improve Explore performance but removing unnecessary re-renders (#29752)
    * DashboardDS: Fixes display of long queries (#29808)
    * Sparkline: Fixes issue with sparkline that sent in custom fillColor instead of fillOpacity (#29825)
    * Chore: Disable default golangci-lint filter (#29751)
    * Update style guide with correct usage of MS SQL (#29829)
    * QueryEditor: do not auto refresh on every update (#29762)
    * Chore: remove unused datasource status enum (#29827)
    * Expressions: support ${my var} syntax (#29819)
    * Docs: Update types-options.md (#29777)
    * Chore: Enable more go-ruleguard rules (#29781)
    * GraphNG: Load uPlot path builders lazily (#29813)
    * Elasticsearch: ensure query model has timeField configured in datasource settings (#29807)
    * Chore: Use Header.Set method instead of Header.Add (#29804)
    * Allow dependabot to check actions (#28159)
    * Grafana-UI: Support optgroup for MultiSelect (#29805)
    * Sliders: Update behavior and style tweak (#29795)
    * Grafana-ui: Fix collapsible children sizing (#29776)
    * Style guide: Document avoidance of globals in Go code (#29803)
    * Chore: Rewrite opentsdb test to standard library (#29792)
    * CloudWatch: Add support for AWS DirectConnect ConnectionErrorCount metric (#29583)
    * GraphNG: uPlot 1.5.1 (#29789)
    * GraphNG: update uPlot v1.5.0 (#29763)
    * Added httpMethod to webhook (#29780)
    * @grafana-runtime: Throw error if health check fails in DataSourceWithBackend (#29743)
    * Explore: Fix remounting of query row (#29771)
    * Expressions: Add placeholders to hint on input (#29773)
    * Alerting: Next gen Alerting page (#28397)
    * GraphNG: Add test dashboard for null & and gaps rendering (#29769)
    * Expressions: Field names from refId (#29755)
    * Plugins: Add support for signature manifest V2 (#29240)
    * Chore: Configure go-ruleguard via golangci-lint (#28419)
    * Move middleware context handler logic to service (#29605)
    * AlertListPanel: Add options to sort by Time(asc) and Time(desc) (#29764)
    * PanelLibrary: Adds delete Api (#29741)
    * Tracing: Release trace to logs feature (#29443)
    * ReleaseNotes: Updated changelog and release notes for 7.3.5 (#29753)
    * DataSourceSettings: Add servername field to DataSource TLS config (#29279)
    * Chore: update stable and testing versions (#29748)
    * ReleaseNotes: Updated changelog and release notes for 7.3.5 (#29744)
    * Elasticsearch: View in context feature for logs (#28764)
    * Chore: Disable gosec on certain line (#29382)
    * Logging: log frontend errors caught by ErrorBoundary, including component stack (#29345)
    * ChangePassword: improved keyboard navigation (#29567)
    * GrafanaDataSource: Fix selecting -- Grafana -- data source, broken after recent changes (#29737)
    * Docs: added version note for rename by regex transformation. (#29735)
    * @grafana/ui: Fix UI issues for cascader button dropdown and query input (#29727)
    * Docs: Update configuration.md (#29728)
    * Docs: Remove survey (#29549)
    * Logging: rate limit fronted logging endpoint (#29272)
    * API: add Status() to RedirectResponse (#29722)
    * Elasticsearch: Deprecate browser access mode (#29649)
    * Elasticsearch: Fix query initialization action (#29652)
    * PanelLibrary: Adds api and db to create Library/Shared/Reusable Panel (#29642)
    * Transformer: Rename metrics based on regex (#29281)
    * Variables: Fixes upgrade of legacy Prometheus queries (#29704)
    * Auth: Add SigV4 header allowlist to reduce chances of verification issues (#29650)
    * DataFrame: add path and description metadata (#29695)
    * Alerting: Use correct time series name override from frame fields (#29693)
    * GraphNG: fix bars migration and support color and linewidth (#29697)
    * PanelHeader: Fix panel header description inline code wrapping (#29628)
    * Bugfix 29848: Remove annotation_tag entries as part of annotations cleanup (#29534)
    * GraphNG: simple settings migration from flot panel (#29599)
    * GraphNG: replace bizcharts with uPlot for sparklines (#29632)
    * GitHubActions: Update node version in github action (#29683)
    * Adds go dep used by an Enterprise feature.  (#29645)
    * Typescript: Raise strict error limit for enterprise (#29688)
    * Remove unnecessary escaping (#29677)
    * Update getting-started-prometheus.md (#29678)
    * instrumentation: align label name with our other projects (#29514)
    * Typescript: Fixing typescript strict error, and separate check from publishing (#29679)
    * CloudWatch: namespace in search expression should be quoted if match exact is enabled #29109 (#29563)
    * Docs: Plugin schema updates (#28232)
    * RadioButton: Fix flex issue in master for radio buttons (#29664)
    * Update getting-started.md (#29670)
    * Expr: fix time unit typo in ds queries (#29668)
    * Expr: make reduction nan/null more consistent (#29665)
    * Expr: fix func argument panic (#29663)
    * Update documentation-style-guide.md (#29661)
    * Update documentation-markdown-guide.md (#29659)
    * Docs: Changed image format (#29658)
    * Expr: fix failure to execute due to OrgID (#29653)
    * GraphNG: rename "points" to "showPoints" (#29635)
    * Expressions: Restore showing expression query editor even if main data source is not mixed (#29656)
    * GraphNG: time range should match the panel timeRange (#29596)
    * Support svg embedded favicons in whitelabeling (#29436)
    * Add changelog to docs style guide (#29581)
    * Loki: Retry web socket connection when connection is closed abnormally (#29438)
    * GraphNG: Fix annotations and exemplars plugins (#29613)
    * Chore: Rewrite tsdb sql engine test to standard library (#29590)
    * GraphNG: fix and optimize spanNulls (#29633)
    * Build(deps): Bump highlight.js from 10.4.0 to 10.4.1 (#29625)
    * Cloudwatch: session cache should use UTC consistently (#29627)
    * GraphNG: rename GraphMode to DrawStyle (#29623)
    * GraphNG: add spanNulls config option (#29512)
    * Docs: add docs for concatenate transformer (#28667)
    * Stat/Gauge: expose explicit font sizing (#29476)
    * GraphNG: add gaps/nulls support to staircase & smooth interpolation modes (#29593)
    * grafana/ui: Migrate Field knobs to controls (#29433)
    * Prometheus: Fix link to Prometheus graph in dashboard (#29543)
    * Build: Publish next and latest npm channels to Github (#29615)
    * Update broken aliases (#29603)
    * API: add ID to snapshot API responses (#29600)
    * Elasticsearch: Migrate queryeditor to React (#28033)
    * QueryGroup & DataSourceSrv & DataSourcePicker changes simplify usage, error handling and reduce duplication, support for uid (#29542)
    * Elastic: Fixes config UI issues (#29608)
    * GraphNG: Fix issues with plugins not retrieving plot instance (#29585)
    * middleware: Make scenario test functions take a testing.T argument (#29564)
    * Grafana/ui: Storybook controls understand component types (#29574)
    * Login: Fixes typo in tooltip (#29604)
    * Panel: making sure we support all versions of chrome when detecting position of click event. (#29544)
    * Chore: Rewrite sqlstore migration test to use standard library (#29589)
    * Chore: Rewrite tsdb prometheus test to standard library (#29592)
    * Security: Add gosec G304 auditing annotations (#29578)
    * Chore: Rewrite tsdb testdatasource scenarios test to standard library (#29591)
    * Docs: Add missing key to enable SigV4 for provisioning Elasticsearch data source (#29584)
    * Add Microsoft.Network/natGateways (#29479)
    * Update documentation-style-guide.md (#29586)
    * @grafana/ui: Add bell-slash to available icons (#29579)
    * Alert: Fix forwardRef warning (#29577)
    * Update documentation-style-guide.md (#29580)
    * Chore: Upgrade typescript to 4.1 (#29493)
    * PanelLibrary: Adds library_panel table (#29565)
    * Make build docker full fix (#29570)
    * Build: move canary packages to github (#29411)
    * Devenv: Add default db for influxdb (#29371)
    * Chore: Check errors from Close calls (#29562)
    * GraphNG: support auto and explicit axis width (#29553)
    * Chore: upgrading y18n to 4.0.1 for security reasons (#29523)
    * Middleware: Rewrite tests to use standard library (#29535)
    * Overrides: show category on the overrides (#29556)
    * GraphNG: Bars, Staircase, Smooth modes (#29359)
    * Docs: Fix docs sync actions (#29551)
    * Chore: Update dev guide node version for Mac (#29548)
    * Docs: Update formatting-multi-value-variables.md (#29547)
    * Arrow: toArray() on nullable values should include null values (#29520)
    * Docs: Update syntax.md (#29545)
    * NodeJS: Update to LTS (14) (#29467)
    * Docs: Update repeat-panels-or-rows.md (#29540)
    * 3 minor changes, including updating the title TOC (#29501)
    * Auth proxy: Return standard error type (#29502)
    * Data: use pre-defined output array length in vectorToArray() (#29516)
    * Dashboards: hide playlist edit functionality from viewers and snapshots link from unauthenticated users (#28992)
    * docker: use yarn to build (#29538)
    * QueryEditors: Refactoring & rewriting out dependency on PanelModel (#29419)
    * Chore: skip flaky tests (#29537)
    * Graph NG: Invalidate uPlot config on timezone changes (#29531)
    * IntelliSense: Fix autocomplete and highlighting for Loki, Prometheus, Cloudwatch (#29381)
    * Variables: Fixes Textbox current value persistence (#29481)
    * OptionsEditor: simplify the options editor interfaces (#29518)
    * Icon: Changed the icon for signing in (#29530)
    * fixes bug with invalid handler name for metrics (#29529)
    * Middleware: Simplifications (#29491)
    * GraphNG: simplify effects responsible for plot updates/initialization  (#29496)
    * Alarting: fix alarm messages in dingding (Fixes #29470) (#29482)
    * PanelEdit: making sure the correct datasource query editor is being rendered. (#29500)
    * AzureMonitor: Unit MilliSeconds naming (#29399)
    * Devenv: update mysql_tests and postgres_tests blocks for allowing dynamically change of underlying docker image (#29525)
    * Chore: Enable remaining eslint-plugin-react rules (#29519)
    * Docs/Transformations: Add documentation about Binary operations in Add field from calculation (#29511)
    * Datasources: fixed long error message overflowing container (#29440)
    * docker: fix Dockerfile after Gruntfile.js removed (#29515)
    * Chore: Adds Panel Library featuretoggle (#29521)
    * Docs: Update filter-variables-with-regex.md (#29508)
    * Docs: InfluxDB_V2 datasource: adding an example on how to add InfluxQL as a datasource (#29490)
    * Loki: Add query type and line limit to query editor in dashboard (#29356)
    * Docs: Added Security Group support to Azure Auth (#29418)
    * DataLinks: Removes getDataSourceSettingsByUid from applyFieldOverrides  (#29447)
    * Bug: trace viewer doesn't show more than 300 spans (#29377)
    * Live: publish all dashboard changes to a single channel (#29474)
    * Chore: Enable eslint-plugin-react partial rules (#29428)
    * Alerting: Update alertDef.ts with more time options (#29498)
    * DataSourceSrv: Look up data source by uid and name transparently (#29449)
    * Instrumentation: Add examplars for request histograms (#29357)
    * Variables: Fixes Constant variable persistence confusion (#29407)
    * Docs: Fix broken link for plugins (#29346)
    * Prometheus: don't override displayName property (#29441)
    * Grunt: Removes grunt dependency and replaces some of its usage (#29461)
    * Transformation: added support for excluding/including rows based on their values. (#26884)
    * Chore: Enable exhaustive linter (#29458)
    * Field overrides: added matcher to match all fields within frame/query. (#28872)
    * Log: Use os.Open to open file for reading (#29483)
    * MinMax: keep global min/main in field state (#29406)
    * ReactGridLayout: Update dependency to 1.2 (#29455)
    * Jest: Upgrade to latest (#29450)
    * Chore: bump grafana-ui rollup dependencies (#29315)
    * GraphNG: use uPlot's native ms support (#29445)
    * Alerting: Add support for Sensu Go notification channel (#28012)
    * adds tracing for all bus calls that passes ctx (#29434)
    * prometheus: Improve IsAPIError's documentation (#29432)
    * ReleaseNotes: Updated changelog and release notes for 7.3.4 (#29430)
    * Elasticsearch: Fix index pattern not working with multiple base sections (#28348)
    * Plugins: Add support for includes' icon (#29416)
    * Docs: fixing frontend docs issue where enums ending up in wrong folder level. (#29429)
    * Variables: Fixes issue with upgrading legacy queries (#29375)
    * Queries: Extract queries from dashboard (#29349)
    * Docs: docker -> Docker (#29331)
    * PanelEvents: Refactors and removes unnecessary events, fixes panel editor update issue when panel options change (#29414)
    * Fix: Correct panel edit uistate migration (#29413)
    * Alerting: Improve Prometheus Alert Rule error message (#29390)
    * Fix: Migrate Panel edit uiState percentage strings to number (#29412)
    * remove insecure cipher suit as default option (#29378)
    * * prometheus fix variables fetching when  customQueryParameters used #28907 (#28949)
    * Chore: Removes observableTester (#29369)
    * Chore: Adds e2e tests for Variables (#29341)
    * Fix gosec finding of unhandled errors (#29398)
    * Getting started with Grafana and MS SQL (#29401)
    * Arrow: cast timestams to Number (#29402)
    * Docs: Add Cloud content links (#29317)
    * PanelEditor: allow access to the eventBus from panel options (#29327)
    * GraphNG: support x != time in library (#29353)
    * removes unused golint file (#29391)
    * prefer server cipher suites (#29379)
    * Panels/DashList: Fix order of recent dashboards (#29366)
    * Core: Move SplitPane layout from PanelEdit. (#29266)
    * Drone: Upgrade build pipeline tool (#29365)
    * Update yarn.lock to use latest rc-util (#29313)
    * Variables: Adds description field  (#29332)
    * Chore: Update latest.json (#29351)
    * Drone: Upload artifacts for release branch builds (#29297)
    * Docs: fixing link issues in auto generated frontend docs. (#29326)
    * Drone: Execute artifact publishing for both editions in parallel during release (#29362)
    * Devenv: adding default credentials for influxdb (#29344)
    * Drone: Check CUE dashboard schemas (#29334)
    * Backend: fix IPv6 address parsing erroneous (#28585)
    * dashboard-schemas cue 3.0.0 compatible (#29352)
    * Update documentation-style-guide.md (#29354)
    * Docs: Update requirements.md (#29350)
    * ReleaseNotes: Updated changelog and release notes for 7.3.4 (#29347)
    * ReleaseNotes: Updated changelog and release notes for 7.3.4 (#29338)
    * Drone: Publish NPM packages after Storybook to avoid race condition (#29340)
    * Add an option to hide certain users in the UI (#28942)
    * Guardian: Rewrite tests from goconvey (#29292)
    * Docs: Fix editor role and alert notification channel description (#29301)
    * Docs: Improve custom Docker image instructions (#29263)
    * Security: Fixes minor security issue with alert notification webhooks that allowed GET & DELETE requests #29330
    * Chore: Bump storybook to v6 (#28926)
    * ReleaseNotes: Updates release notes link in package.json (master) (#29329)
    * Docs: Accurately reflecting available variables (#29302)
    * Heatmap: Fixes issue introduced by new eventbus (#29322)
    * Dashboard Schemas (#28793)
    * devenv: Add docker load test which authenticates with API key (#28905)
    * Login: Fixes redirect url encoding issues of # %23 being unencoded after login (#29299)
    * InfluxDB: update flux library and support boolean label values (#29310)
    * Explore/Logs: Update Parsed fields to Detected fields (#28881)
    * GraphNG: Init refactorings and fixes (#29275)
    * fixing a broken relref link (#29312)
    * Drone: Upgrade build pipeline tool (#29308)
    * decreasing frontend docs threshold. (#29304)
    * Docker: update docker root group docs and docker image (#29222)
    * WebhookNotifier: Convert tests away from goconvey (#29291)
    * Annotations: fixing so when changing annotations query links submenu will be updated. (#28990)
    * [graph-ng] add temporal DataFrame alignment/outerJoin & move null-asZero pass inside (#29250)
    * Dashboard: Fixes kiosk state after being redirected to login page and back (#29273)
    * make it possible to hide change password link in profile menu (#29246)
    * Theme: Add missing color type (#29265)
    * Chore: Allow reducerTester to work with every data type & payload-less actions (#29241)
    * Explore/Prometheus: Update default query type option to "Both" (#28935)
    * Loki/Explore: Add query type selector (#28817)
    * Variables: New Variables are stored immediately (#29178)
    * reduce severity level to warning (#28939)
    * Units: Changes FLOP/s to FLOPS and some other rates per second units get /s suffix  (#28825)
    * Docs: Remove duplicate "Transformations overview" topics from the TOC (#29247)
    * Docs: Fixed broken relrefs and chanfed TOC entry name from Alerting to Alerts. (#29251)
    * Docs: Remove duplicate Panel overview topic.  (#29248)
    * Increase search limit on team add user and improve placeholder (#29258)
    * Fix warnings for conflicting style rules (#29249)
    * Make backwards compatible (#29212)
    * Minor cosmetic markdown tweaks in docs/cloudwatch.md (#29238)
    * Getting Started: Updated index topic, removed "what-is-grafana", and adjusted weight o… (#29216)
    * BarGauge: Fix story for BarGauge, caused knobs to show for other stories (#29232)
    * Update glossary to add hyperlinks to Explore and Transformation entries (#29217)
    * Chore: Enable errorlint linter (#29227)
    * TimeRegions: Fixed issue with time regions and tresholds due to angular js upgrade (#29229)
    * CloudWatch: Support request cancellation properly (#28865)
    * CloudMonitoring: Support request cancellation properly (#28847)
    * Chore: Handle wrapped errors (#29223)
    * Expressions: Move GEL into core as expressions (#29072)
    * Chore: remove compress:release grunt task (#29225)
    * Refactor/Explore: Inline datasource actions into initialisation (#28953)
    * Fix README typo (#29219)
    * Grafana UI: Card API refactor (#29034)
    * Plugins: Changed alertlist alert url to view instead of edit (#29060)
    * React: Upgrading react to v17, wip (#29057)
    * Gauge: Tweaks short value auto-sizing (#29197)
    * BackendSrv: support binary responseType like $http did (#29004)
    * GraphNG: update the options config (#28917)
    * Backend: Fix build (#29206)
    * Permissions: Validate against Team/User permission role update (#29101)
    * ESlint: React fixes part 1 (#29062)
    * Tests: Adds expects for observables (#28929)
    * Variables: Adds new Api that allows proper QueryEditors for Query variables (#28217)
    * Introduce eslint-plugin-react (#29053)
    * Automation: Adds GitHub release action (#29194)
    * Refactor declarative series configuration to a config builder (#29106)
    * ReleaseNotes: Updated changelog and release notes for 7.3.3 (#29189)
    * Panels: fix positioning of the header title (#29167)
    * trace user login and datasource name instead of id (#29183)
    * playlist: Improve test (#29120)
    * Drone: Fix publish-packages invocation (#29179)
    * Table: Fix incorrect condtition for rendering table filter (#29165)
    * Chore: Upgrade grafana/build-ci-deploy image to latest Go (#29171)
    * DashboardLinks: will only refresh dashboard search when changing tags for link. (#29040)
    * ReleaseNotes: Updated changelog and release notes for 7.3.3 (#29169)
    * CloudWatch: added HTTP API Gateway specific metrics and dimensions (#28780)
    * Release: Adding release notes for 7.3.3 (#29168)
    * SQL: Define primary key for tables without it (#22255)
    * changed link format from MD to HTML (#29163)
    * Backend: Rename variables for style conformance (#29097)
    * Docs: Fixes what'new menu and creates index page, adds first draft of release notes to docs (#29158)
    * Drone: Upgrade build pipeline tool and build image (#29161)
    * ReleaseNotes: Updated changelog and release notes for 7.4.0 (#29160)
    * ReleaseNotes: Updated changelog and release notes for 7.3.3 (#29159)
    * Chore: Upgrade Go etc in build images (#29157)
    * Chore: Remove unused Go code (#28852)
    * API: Rewrite tests from goconvey (#29091)
    * Chore: Fix linting issues caught by ruleguard (#28799)
    * Fix panic when using complex dynamic URLs in app plugin routes  (#27977)
    * Snapshots: Fixes so that dashboard snapshots show data when using Stat, Gauge, BarGauge or Table panels (#29031)
    * Fix authomation text: remove hyphen (#29149)
    * respect fronted-logging.enabled flag (#29107)
    * build paths in an os independent way (#29143)
    * Provisioning: always pin app to the sidebar when enabled (#29084)
    * Automation: Adds new changelog actions (#29142)
    * Chore: Rewrite preferences test from GoConvey to stdlib and testify (#29129)
    * Chore: Upgrade Go dev tools (#29124)
    * Automation: Adding version bump action
    * DataFrames: add utility function to check if structure has changed (#29006)
    * Drone: Fix Drone config verification for enterprise on Windows (#29118)
    * Chore: Require OrgId to be specified in delete playlist command (#29117)
    * Plugin proxy: Handle URL parsing errors (#29093)
    * Drone: Verify Drone config at beginning of pipelines (#29071)
    * Legend/GraphNG: Refactoring legend types and options (#29067)
    * Doc: Update documentation-style-guide.md (#29082)
    * Chore: Bumps types for jest (#29098)
    * LogsPanel: Fix scrolling in dashboards (#28974)
    * sort alphabetically unique labels, labels and parsed fields (#29030)
    * Data source proxy: Convert 401 from data source to 400 (#28962)
    * Plugins: Implement testDatasource for Jaeger (#28916)
    * Update react-testing-library (#29061)
    * Graph: Fixes stacking issues like floating bars when data is not aligned  (#29051)
    * StatPanel: Fixes hanging issue when all values are zero (#29077)
    * Auth: Enable more complete credential chain for SigV4 default SDK auth option (#29065)
    * Chore: Convert API tests to standard Go lib (#29009)
    * Update README.md (#29075)
    * Update CODEOWNERS (#28906)
    * Enhance automation text for missing information (#29052)
    * GraphNG: Adding ticks test dashboard and improves tick spacing (#29044)
    * Chore: Migrate Dashboard List panel to React (#28607)
    * Test Datasource/Bug: Fixes division by zero in csv metric values scenario (#29029)
    * Plugins: Bring back coreplugin package (#29064)
    * Add 'EventBusName' dimension to CloudWatch 'AWS/Events' namespace (#28402)
    * CloudWatch: Add support for AWS/ClientVPN metrics and dimensions (#29055)
    * AlertingNG: manage and evaluate alert definitions via the API (#28377)
    * Fix linting issues (#28811)
    * Logging: Log frontend errors (#28073)
    * Fix for multi-value template variable for project selector (#29042)
    * Chore: Rewrite test helpers from GoConvey to stdlib (#28919)
    * GraphNG: Fixed axis measurements (#29036)
    * Fix links to logql docs (#29037)
    * latest 7.3.2 (#29041)
    * Elasticsearch: Add Moving Function Pipeline Aggregation (#28131)
    * changelog 7.3.2 (#29038)
    * MutableDataFrame: Remove unique field name constraint and values field index and unused/seldom used stuff  (#27573)
    * Fix prometheus docs related to query variable (#29027)
    * Explore: support ANSI colors in live logs (#28895)
    * Docs: Add documentation about log levels (#28975)
    * Dashboard: remove usage of Legacyforms (#28707)
    * Docs: Troubleshoot starting docker containers on Mac (#28754)
    * Elasticsearch: interpolate variables in Filters Bucket Aggregation (#28969)
    * Chore: Bump build pipeline version (#29023)
    * Annotations: Fixes error when trying to create annotation when dashboard is unsaved (#29013)
    * TraceViewer: Make sure it does not break when no trace is passed (#28909)
    * Thresholds: Fixes color assigned to null values (#29010)
    * Backend: Remove unused code (#28933)
    * Fix documentation (#28998)
    * Tracing: Add setting for sampling server (#29011)
    * Logs Panel: Fix inconsistent higlighting (#28971)
    * MySQL: Update README.md (#29003)
    * IntervalVariable: Fix variable tooltip (#28988)
    * StatPanels: Fixes auto min max when latest value is zero (#28982)
    * Chore: Fix SQL related Go variable naming (#28887)
    * MSSQL: Support request cancellation properly (Uses new backendSrv.fetch Observable request API) (#28809)
    * Variables: Fixes loading with a custom all value in url (#28958)
    * Backend: Adds route for well-known change password URL (#28788)
    * docs: fix repeated dashboards link (#29002)
    * LogsPanel: Don't show scroll bars when not needed (#28972)
    * Drone: Fix docs building (#28986)
    * StatPanel: Fixed center of values in edge case scenarios (#28968)
    * Update getting-started-prometheus.md (#28502)
    * Docs: fix relref (#28977)
    * Docs: Minor docs update
    * Docs: Another workflow docs update
    * Docs: Workflow minor edit
    * Docs: Another minor edit
    * Docs: Update PR workflow docs
    * Docs: Update bot docs
    * StatPanels: set default to last (#28617)
    * Tracing: log traceID in request logger (#28952)
    * start tracking usage stats for tempo (#28948)
    * Docs: Update bot docs
    * GrafanaBot: Update labels and commands and adds docs  (#28950)
    * Docs: updates for file-based menu (#28500)
    * Grot: Added command/label to close feature requests with standard message (#28937)
    * GraphNG: Restore focus option (#28946)
    * Docs: Fix links (#28945)
    * Short URL: Cleanup unvisited/stale short URLs (#28867)
    * GraphNG: Using new VizLayout, moving Legend into GraphNG and some other refactorings (#28913)
    * CloudWatch Logs: Change what we use to measure progress (#28912)
    * Chore: use jest without grunt (#28558)
    * Chore: Split Explore redux code into multiple sections (#28819)
    * TestData: Fix issue with numeric inputs in TestData query editor (#28936)
    * setting: Fix tests on Mac (#28886)
    * Plugins signing: Fix docs urls (#28930)
    * Field color: handling color changes when switching panel types (#28875)
    * Variables: make sure that we support both old and new syntax for custom variables. (#28896)
    * CodeEditor: added support for javascript language (#28818)
    * Update CHANGELOG.md (#28928)
    * Plugins: allow override when allowing unsigned plugins (#28901)
    * Chore: Fix spelling issue (#28904)
    * Grafana-UI: LoadingPlaceholder docs (#28874)
    * Gauge: making sure threshold panel json is correct before render (#28898)
    * Chore: Rewrite test in GoConvey to stdlib and testify (#28918)
    * Update documentation-style-guide.md (#28908)
    * Adding terms to glossary (#28884)
    * Devenv: Fix Prometheus basic auth proxy (#28889)
    * API: replace SendLoginLogCommand with LoginHook (#28777)
    * Dashboards / Folders: delete related data (permissions, stars, tags, versions, annotations) when deleting a dashboard or a folder (#28826)
    * Loki: Correct grammar in DerivedFields.tsx (#28885)
    * Docs: Update list of Enterprise plugins (#28882)
    * Live: update centrifuge and the ChannelHandler api (#28843)
    * Update share-panel.md (#28880)
    * CRLF (#28822)
    * PanelHeader: show streaming indicator (and allow unsubscribe)  (#28682)
    * Docs: Plugin signing docs (#28671)
    * Chore: Fix issues reported by staticcheck; enable stylecheck linter (#28866)
    * Elasticsearch: Filter pipeline aggregations from order by options (#28620)
    * Variables: added __user.email to global variable (#28853)
    * Fix titles case and add missing punctuation marks (#28713)
    * VizLayout: Simple viz layout component for legend placement and scaling (#28820)
    * Chore: Fix staticcheck issues (#28860)
    * Chore: Fix staticcheck issues (#28854)
    * Disable selecting enterprise plugins with no license (#28758)
    * Tempo: fix test data source (#28836)
    * Prometheus: fix missing labels from value (#28842)
    * Chore: Fix issues found by staticcheck (#28802)
    * Chore: Remove dead code (#28664)
    * Units: added support to handle negative fractional numbers. (#28849)
    * Variables: Adds variables inspection (#25214)
    * Marked: Upgrade and always sanitize by default (#28796)
    * Currency: add Philippine peso currency (PHP) (#28823)
    * Alert: Remove z-index on Alert component so that it does not overlay ontop of other content (#28834)
    * increase blob column size for encrypted dashboard data (#28831)
    * Gauge: Improve font size auto sizing (#28797)
    * grafana/toolkit: allow builds with lint warnings (#28810)
    * core and grafana/toolkit: Use latest version of grafana-eslint-conifg (#28816)
    * Icon: Replace font awesome icons where possible (#28757)
    * Remove homelinks panel (#28808)
    * StatPanels: Add new calculation option for percentage difference  (#26369)
    * Dashboard: Add Datetime local (No date if today) option in panel axes' units (#28011)
    * Variables: Adds named capture groups to variable regex (#28625)
    * Panel inspect: Interpolate variables in panel inspect title (#28779)
    * grafana/toolkit: Drop console and debugger statements by default when building plugin with toolkit (#28776)
    * Variables: Fixes URL values for dependent variables (#28798)
    * Graph: Fixes event emit function error (#28795)
    * Adds storybook integrity check to drone config (#28785)
    * Live: improve broadcast semantics and avoid double posting (#28765)
    * Events: Remove unused or unnecessary events  (#28783)
    * Docs: added code comments to frontend packages. (#28784)
    * Plugin Dockerfiles: Upgrade Go, golangci-lint, gcloud SDK (#28767)
    * Dependencies: Update angularjs to 1.8.2 (#28736)
    * EventBus: Introduces new event bus with emitter backward compatible interface (#27564)
    * ColorSchemes: Add new color scheme (#28719)
    * Docs: Add NGINX example for using websockets to Loki (#27998)
    * Docs: Made usage of config/configuration consistent #19270 (#28167)
    * Cloudwatch: Fix issue with field calculation transform not working properly with Cloudwatch data (#28761)
    * grafana/toolkit: Extract CHANGELOG when building plugin (#28773)
    * Drone: Upgrade build pipeline tool (#28769)
    * devenv: Upgrade MSSQL Docker image (#28749)
    * Docs: Add docs for InfoBox component (#28705)
    * Reoeragnization. (#28760)
    * gtime: Add ParseDuration function (#28525)
    * Explore: Remove redundant decodeURI and fix urls (#28697)
    * Dashboard: fix view panel mode for Safari / iOS (#28702)
    * Provisioning: Fixed problem with getting started panel being added to custom home dashboard (#28750)
    * LoginPage: Removed auto-capitalization from the login form (#28716)
    * Plugin page: Fix dom validation warning (#28737)
    * Migration: Remove LegacyForms from dashboard folder permissions (#28564)
    * Dependencies: Remove unused dependency (#28711)
    * AlertRuleList: Add keys to alert rule items (#28735)
    * Chore: Pin nginx base image in nginx proxy Dockerfiles (#28730)
    * Drone: Upgrade build-pipeline tool (#28728)
    * TableFilters: Fixes filtering with field overrides (#28690)
    * Templating: Speeds up certain variable queries for Postgres, MySql and MSSql (#28686)
    * Fix typo in unsigned plugin warning (#28709)
    * Chore: Convert sqlstore annotation test from GoConvey to testify (#28715)
    * updates from https://github.com/grafana/grafana/pull/28679 (#28708)
    * Chore: Add some scenario tests for Explore (#28534)
    * Update latest version to 7.3.1 (#28701)
    * Changelog update - 7.3.1 (#28699)
    * Drone: Don't build on Windows for PRs (#28663)
    * Build: changing docs docker image to prevent setting up frontend devenv. (#28670)
    * Prometheus: Fix copy paste behaving as cut and paste (#28622)
    * Loki: Fix error when some queries return zero results (#28645)
    * Chore: allow higher nodejs version than 12 (#28624)
    * TextPanel: Fixes problems where text panel would show old content (#28643)
    * PanelMenu: Fixes panel submenu not being accessible for panels close to the right edge of the screen (#28666)
    * Cloudwatch: Fix duplicate metric data (#28642)
    * Add info about CSV download for Excel in What's new article (#28661)
    * Docs: Describe pipeline aggregation changes in v7.3 (#28660)
    * Plugins: Fix descendent frontend plugin signature validation (#28638)
    * Docker:  use root group in the custom Dockerfile (#28639)
    * Bump rxjs to 6.6.3 (#28657)
    * StatPanel: Fixed value being under graph and reduced likley hood for white and dark value text mixing (#28641)
    * Table: Fix image cell mode so that it works with value mappings (#28644)
    * Build: support custom build tags (#28609)
    * Plugin signing: Fix copy on signed plugin notice (#28633)
    * Dashboard: Fix navigation from one SoloPanelPage to another one (#28578)
    * CloudWatch: Improve method name, performance optimization (#28632)
    * Developer guide: Update wrt. Windows (#28559)
    * Docs: Update graph panel for tabs (#28552)
    * update latest.json (#28603)
    * Docs: data source insights (#28542)
    * Field config API: add slider editor (#28007)
    * changelog: update for 7.3.0 (#28602)
    * Update uPlot to 1.2.2 and align timestamps config with new uPLot API (#28569)
    * Live: updated the reference to use lazy loaded Monaco in code editor. (#28597)
    * Dashboard: Allow add panel for viewers_can_edit (#28570)
    * Docs: Data source provisioning and sigV4 (#28593)
    * Docs: Additional 7.3 upgrade notes (#28592)
    * CI: Add GCC to Windows Docker image (#28562)
    * CloudWatch Logs queue and websocket support (#28176)
    * Explore/Loki: Update docs and cheatsheet (#28541)
    * Grafana-UI: Add Card component (#28216)
    * AddDatasource: Improve plugin categories (#28584)
    * StatPanel: Fixes BizChart error max: yyy should not be less than min zzz (#28587)
    * docs: a few tweaks for clarity and readability (#28579)
    * API: Reducing some api docs errors (#28575)
    * Grafana-UI: ContextMenu docs (#28508)
    * Short URL: Update last seen at when visiting a short URL (#28565)
    * Fix backend build on Windows (#28557)
    * add value prop (#28561)
    * Plugin signing: UI information (#28469)
    * Use fetch API in InfluxDB data source (#28555)
    * PanelEdit: Prevent the preview pane to be resized further than window height (#28370)
    * Docs: Update generic-oauth.md (#28517)
    * GCS image uploader: Add tests (#28521)
    * Move metrics collector queries to config (#28549)
    * Plugins: Fix plugin URL paths on Windows (#28548)
    * API: add login username in SendLoginLogCommand (#28544)
    * AzureMonitor: Support decimal (as float64) type in analytics/logs (#28480)
    * Auth: Fix SigV4 request verification step for Amazon Elasticsearch Service (#28481)
    * Grafana/ui: auto focus threshold editor input (#28360)
    * Docs: SigV4 What's New and AWS Elasticsearch documentation (#28506)
    * Drone: Upgrade build pipeline tool (#28533)
    * Drone: Refactor version branch pipeline logic (#28531)
    * Drone: Upgrade build-pipeline tool (#28520)
    * Docs: Update field color scheme docs and 7.3 what's new (#28496)
    * Templating: Custom variable edit UI, change text input into textarea  (#28312) (#28322)
    * Currency: Adds Indonesian IDR currency (#28363)
    * Chore: Fix flaky sqlstore annotation test (#28527)
    * Checkbox: Fix component sample typo (#28518)
    * Image uploader: Fix uploading of images to GCS (#26493)
    * OAuth: Support Forward OAuth Identity for backend data source plugins (#27055)
    * Updated documentation style guide  (#28488)
    * Cloud Monitoring: Fix help section for aliases (#28499)
    * Docs: what's new in enterprise 7.3 (#28472)
    * Plugins: Track plugin signing errors and expose them to the frontend (#28219)
    * Elasticsearch: Fix handling of errors when testing data source (#28498)
    * Auth: Should redirect to login when anonymous enabled and URL with different org than anonymous specified  (#28158)
    * Drone: Don't build Windows installer for version branches (#28494)
    * Docs: Grafana Enterprise auditing feature (#28356)
    * Drone: Add version branch pipeline (#28490)
    * Getting Started section rehaul (#28090)
    * Docs: Add survey content (#28446)
    * Docs: Update prometheus.md (#28483)
    * Docs: Add view settings and view stats (#28155)
    * Remove entry from 7.3.0-beta2 Changelog (#28478)
    * Circle: Remove release pipeline (#28474)
    * Update latest.json (#28476)
    * Switch default version to Graphite 1.1 (#28471)
    * Plugin page: update readme icon (#28465)
    * Chore: Update changelog (#28473)
    * Explore: parse time range fix (#28467)
    * Alerting: Log alert warnings for obsolete notifiers when extracting alerts and remove spammy error (#28162)
    * Shorten url: Unification across Explore and Dashboards (#28434)
    * Explore: Support wide data frames (#28393)
    * Docs: updated cmd to build docs locally to generate docs prior to building site. (#28371)
    * Live: support real time measurements (alpha) (#28022)
    * CloudWatch/Athena - valid metrics and dimensions. (#28436)
    * Chore: Use net.JoinHostPort (#28421)
    * Chore: Upgrade grafana-eslint to latest (#28444)
    * Fix cut off icon (#28442)
    * Docs: Add shared (#28411)
    * Loki: Visually distinguish error logs for LogQL2 (#28359)
    * Database; Remove database metric feature flag and update changelog (#28438)
    * TestData: multiple arrow requests should return multiple frames (#28417)
    * Docs: Test survey code (#28437)
    * Docs: improved github action that syncs docs to website (#28277)
    * update latest.json with latest stable version (#28433)
    * 7.2.2 changelog update (#28406)
    * plugins: Don't exit on duplicate plugin (#28390)
    * API: Query database from /api/health endpoint (#28349)
    * Chore: Fix conversion of a 64-bit integer to a lower bit size type uint (#28425)
    * Prometheus: fix parsing of infinite sample values (#28287) (#28288)
    * Chore: Rewrite some tests to use testify (#28420)
    * Plugins: do not remount app plugin on nav change (#28105)
    * App Plugins: Add backend support (#28272)
    * Chore: react hooks eslint fixes in grafana-ui (#28026)
    * ci-e2e: Add Git (#28410)
    * TestData: Remove useEffect that triggeres query on component load (#28321)
    * FieldColor: Remove inverted color scheme (#28408)
    * Chore: Set timezone for tests to non utc. (#28405)
    * Chore: fix jsdoc desc and return (#28383)
    * Docs: Fixing v51 link (#28396)
    * fixes windows crlf warning (#28346)
    * Grafana/ui: pass html attributes to segment (#28316)
    * Alerting: Return proper status code when trying to create alert notification channel with duplicate name or uid (#28043)
    * OAuth: Able to skip auto login (#28357)
    * CloudWatch: Fix custom metrics (#28391)
    * Docs: Adds basic frontend data request concepts (#28253)
    * Instrumentation: Add histogram for request duration (#28364)
    * remove status label from histogram (#28387)
    * OAuth: configurable user name attribute (#28286)
    * Component/NewsPanel: Add rel="noopener" to NewsPanel links (#28379)
    * Webpack: Split out unicons and bizcharts (#28374)
    * Explore: Fix date formatting in url for trace logs link (#28381)
    * Docs: Add activate-license (#28156)
    * Instrumentation: Add counters and histograms for database queries (#28236)
    * Docs: Make tables formatting more consistent (#28164)
    * CloudWatch: Adding support for additional Amazon CloudFront metrics (#28378)
    * Add unique ids to query editor fields (#28376)
    * Plugins: Compose filesystem paths with filepath.Join (#28375)
    * Explore: Minor tweaks to exemplars marble (#28366)
    * Instrumentation: Adds environment_info metric  (#28355)
    * AzureMonitor: Fix capitalization of NetApp 'volumes' namespace (#28369)
    * ColorSchemes: Adds more color schemes and text colors that depend on the background (#28305)
    * Automation: Update backport github action trigger (#28352)
    * Dashboard links: Places drop down list so it's always visible (#28330)
    * Docs: Add missing records from grafana-ui 7.2.1 CHANGELOG (#28302)
    * Templating: Replace all '$tag' in tag values query (#28343)
    * Docs: Add docs for valuepicker (#28327)
    * Git: Create .gitattributes for windows line endings (#28340)
    * Update auth-proxy.md (#28339)
    * area/grafana/toolkit: update e2e docker image (#28335)
    * AlertingNG: remove warn/crit from eval prototype (#28334)
    * Automation: Tweaks to more info message (#28332)
    * Loki: Run instant query only when doing metric query (#28325)
    * SAML: IdP-initiated SSO docs (#28280)
    * IssueTriage: Needs more info automation and messages (#28137)
    * GraphNG: Use AxisSide enum (#28320)
    * BackendSrv: Fixes queue countdown when unsubscribe is before response (#28323)
    * Automation: Add backport github action (#28318)
    * Build(deps): Bump http-proxy from 1.18.0 to 1.18.1 (#27507)
    * Bump handlebars from 4.4.3 to 4.7.6 (#27416)
    * Bump tree-kill from 1.2.1 to 1.2.2 (#27405)
    * Loki: Base maxDataPoints limits on query type (#28298)
    * Explore: respect min_refresh_interval (#27988)
    * Drone: Use ${DRONE_TAG} in release pipelines, since it should work (#28299)
    * Graph NG: fix toggling queries and extract Graph component from graph3 panel (#28290)
    * fix: for graph size not taking up full height or width
    * should only ignore the file in the grafana mixin root folder (#28306)
    * Drone: Fix grafana-mixin linting (#28308)
    * SQLStore: Run tests as integration tests (#28265)
    * Chore: Add cloud-middleware as code owners (#28310)
    * API: Fix short URLs (#28300)
    * CloudWatch: Add EC2CapacityReservations Namespace (#28309)
    * Jaeger: timeline collapser to show icons (#28284)
    * update latest.json with latest beta version (#28293)
    * Update changelog (#28292)
    * Docs : - Added period (#28260)
    * Add monitoring mixing for Grafana (#28285)
    * Chore: Update package.json (#28291)
    * Drone: Fix enterprise release pipeline (#28289)
    * Alerting: Append appSubUrl to back button on channel form (#28282)
  - Rework package Makefile & README now that Grunt is gone
* Mon Jan 04 2021 dmueller@suse.com
  - Update to version 7.3.6:
    * fixes for saml vulnerability
    * [v7.3.x] Fix: Correct panel edit uistate migration (#29413) (#29711)
    * PanelEdit: Prevent the preview pane to be resized further than window height (#28370) (#29726)
    * Fix: Migrate Panel edit uiState percentage strings to number (#29412) (#29723)
    * "Release: Updated versions in package to 7.3.5" (#29710)
    * Chore: upgrading y18n to 4.0.1 for security reasons (#29523) (#29709)
    * Panel: making sure we support all versions of chrome when detecting position of click event. (#29544) (#29708)
    * PanelEdit: making sure the correct datasource query editor is being rendered. (#29500) (#29707)
    * [v7.3.x] Auth: Add SigV4 header allowlist to reduce chances of verification issues (#29705)
    * Alerting: Use correct time series name override from frame fields (#29693) (#29698)
    * CloudWatch: namespace in search expression should be quoted if match exact is enabled #29109 (#29563) (#29687)
    * Adds go dep used by an Enterprise feature.  (#29645) (#29690)
    * instrumentation: align label name with our other projects (#29514) (#29685)
    * Instrumentation: Add examplars for request histograms (#29357) (#29682)
    * Login: Fixes typo in tooltip (#29604) (#29606)
    * fixes bug with invalid handler name for metrics (#29529) (#29532)
    * AzureMonitor: Unit MilliSeconds naming (#29399) (#29526)
    * Alarting: fix alarm messages in dingding (Fixes #29470) (#29482) (#29527)
    * Bug: trace viewer doesn't show more than 300 spans (#29377) (#29504)
    * Prometheus: don't override displayName property (#29441) (#29488)
    * resolve conflicts (#29415)
    * Drone: Upgrade build pipeline tool (#29365) (#29368)
    * Drone: Upload artifacts for release branch builds (#29297) (#29364)
    * Drone: Execute artifact publishing for both editions in parallel during release (#29362) (#29363)
    * Drone: Publish NPM packages after Storybook to avoid race condition (#29340) (#29343)
    * Docs: Fix editor role and alert notification channel description (#29301) (#29337)
    * "Release: Updated versions in package to 7.3.4" (#29336)
    * Security: Fixes minor security issue with alert notification webhooks that allowed GET & DELETE requests #29330 (#29335)
    * Backport of InfluxDB: update flux library and support boolean label values #29333
    * ReleaseNotes: Update link in package.json (#29328)
    * Login: Fixes redirect url encoding issues of # %23 being unencoded after login (#29299) (#29323)
    * Drone: Upgrade build pipeline tool (#29308) (#29309)
    * Annotations: fixing so when changing annotations query links submenu will be updated. (#28990) (#29285)
    * Dashboard: Fixes kiosk state after being redirected to login page and back (#29273) (#29278)
    * Increase search limit on team add user and improve placeholder (#29258) (#29261)
    * Drone: Sync with master (#29205)
    * Drone: Fix publish-packages invocation (#29179) (#29184)
    * Chore: Upgrade grafana/build-ci-deploy image to latest Go (#29171) (#29180)
    * Table: Fix incorrect condtition for rendering table filter (#29165) (#29181)
    * DashboardLinks: will only refresh dashboard search when changing tags for link. (#29040) (#29177)
    * Drone: Upgrade build pipeline tool and build image (#29161) (#29162)
    * Release: Updated versions in package to 7.3.3 (#29126)
    * git cherry-pick -x 0f3bebb38daa488e108881ce17d4f68167a834e6 (#29155)
    * Build: support custom build tags (#28609) (#29128)
    * Revert "Graph: Fixes stacking issues like floating bars when data is not aligned  (#29051) (#29088)" (#29151)
    * Provisioning: always pin app to the sidebar when enabled (#29084) (#29146)
    * build paths in an os independent way (#29143) (#29147)
    * Chore: Upgrade Go dev tools (#29124) (#29132)
    * Automatin: set node version
    * Automation: Adding version bump action
    * Drone: Fix Drone config verification for enterprise on Windows (#29118) (#29119)
    * [v7.3.x] Drone: Verify Drone config at beginning of pipelines (#29111)
    * Test Datasource/Bug: Fixes division by zero in csv metric values scenario (#29029) (#29068)
    * [v7.3.x] StatPanel: Fixes hanging issue when all values are zero (#29087)
    * Data source proxy: Convert 401 from data source to 400 (#28962) (#29095)
    * Graph: Fixes stacking issues like floating bars when data is not aligned  (#29051) (#29088)
    * Auth: Enable more complete credential chain for SigV4 default SDK auth option (#29065) (#29086)
    * Fix for multi-value template variable for project selector (#29042) (#29054)
    * Thresholds: Fixes color assigned to null values (#29010) (#29018)
    * [v7.3.x] Chore: Bump build pipeline version (#29025)
    * Release v7.3.2 (#29024)
    * Fix conflict (#29020)
    * StatPanels: Fixes auto min max when latest value is zero (#28982) (#29007)
    * Tracing: Add setting for sampling server (#29011) (#29015)
    * Gauge: making sure threshold panel json is correct before render (#28898) (#28984)
    * Variables: make sure that we support both old and new syntax for custom variables. (#28896) (#28985)
    * Explore: Remove redundant decodeURI and fix urls (#28697) (#28963)
    * [v7.3.x] Drone: Fix docs building (#28987)
    * Alerting: Append appSubUrl to back button on channel form (#28282) (#28983)
    * Plugins: allow override when allowing unsigned plugins (#28901) (#28927)
    * CloudWatch Logs: Change what we use to measure progress (#28912) (#28964)
    * Tracing: log traceID in request logger (#28952) (#28959)
    * Panel inspect: Interpolate variables in panel inspect title (#28779) (#28801)
    * UsageStats: start tracking usage stats for tempo (#28948) (#28951)
    * Short URL: Cleanup unvisited/stale short URLs (#28867) (#28944)
    * Plugins signing: Fix docs urls (#28930) (#28934)
    * Chore: Fix spelling issue (#28904) (#28925)
    * API: replace SendLoginLogCommand with LoginHook (#28777) (#28891)
    * Elasticsearch: Exclude pipeline aggregations from order by options (#28620) (#28873)
    * Dashboards / Folders: delete related data (permissions, stars, tags, versions, annotations) when deleting a dashboard or a folder (#28826) (#28890)
    * Disable selecting enterprise plugins with no license (#28758) (#28859)
    * Tempo: fix test data source (#28836) (#28856)
    * Prometheus: fix missing labels from value (#28842) (#28855)
    * Units: added support to handle negative fractional numbers. (#28849) (#28851)
    * increase blob column size for encrypted dashboard data (#28831) (#28832)
    * Gauge: Improve font size auto sizing (#28797) (#28828)
    * Variables: Fixes URL values for dependent variables (#28798) (#28800)
    * grafana/toolkit: Extract CHANGELOG when building plugin (#28773) (#28774)
    * Templating: Custom variable edit UI, change text input into textarea  (#28312) (#28322) (#28704)
    * Cloudwatch: Fix issue with field calculation transform not working properly with Cloudwatch data (#28761) (#28775)
    * Plugin page: Fix dom validation warning (#28737) (#28741)
    * Dashboard: fix view panel mode for Safari / iOS (#28702) (#28755)
    * Fix typo in unsigned plugin warning (#28709) (#28722)
    * TableFilters: Fixes filtering with field overrides (#28690) (#28727)
    * Templating: Speeds up certain variable queries for Postgres, MySql and MSSql (#28686) (#28726)
    * Prometheus: Fix copy paste behaving as cut and paste (#28622) (#28691)

Files

/etc/grafana
/etc/grafana/grafana.ini
/etc/grafana/ldap.toml
/etc/grafana/provisioning
/etc/grafana/provisioning/dashboards
/usr/lib/systemd/system/grafana-server.service
/usr/libexec/grafana
/usr/libexec/grafana/grafana
/usr/libexec/grafana/grafana-cli
/usr/libexec/grafana/grafana-server
/usr/sbin/grafana
/usr/sbin/grafana-cli
/usr/sbin/grafana-server
/usr/sbin/rcgrafana-server
/usr/share/doc/packages/grafana
/usr/share/doc/packages/grafana/CHANGELOG.md
/usr/share/fillup-templates/sysconfig.grafana-server
/usr/share/grafana
/usr/share/grafana/bin
/usr/share/grafana/bin/grafana
/usr/share/grafana/conf
/usr/share/grafana/conf/defaults.ini
/usr/share/grafana/conf/provisioning
/usr/share/grafana/conf/provisioning/dashboards
/usr/share/grafana/conf/provisioning/dashboards/sample.yaml
/usr/share/grafana/conf/provisioning/datasources
/usr/share/grafana/conf/provisioning/datasources/sample.yaml
/usr/share/grafana/conf/sample.ini
/usr/share/grafana/public
/usr/share/grafana/public/api-enterprise-spec.json
/usr/share/grafana/public/api-merged.json
/usr/share/grafana/public/app
/usr/share/grafana/public/app/AppWrapper.tsx
/usr/share/grafana/public/app/angular
/usr/share/grafana/public/app/angular/AngularApp.ts
/usr/share/grafana/public/app/angular/AngularLocationWrapper.test.ts
/usr/share/grafana/public/app/angular/AngularLocationWrapper.ts
/usr/share/grafana/public/app/angular/AngularRoot.tsx
/usr/share/grafana/public/app/angular/GrafanaCtrl.ts
/usr/share/grafana/public/app/angular/angular_wrappers.ts
/usr/share/grafana/public/app/angular/array_join.ts
/usr/share/grafana/public/app/angular/autofill_event_fix.ts
/usr/share/grafana/public/app/angular/bridgeReactAngularRouting.ts
/usr/share/grafana/public/app/angular/bsTooltip.ts
/usr/share/grafana/public/app/angular/bsTypeahead.ts
/usr/share/grafana/public/app/angular/components
/usr/share/grafana/public/app/angular/components/HttpSettingsCtrl.ts
/usr/share/grafana/public/app/angular/components/TlsAuthSettingsCtrl.ts
/usr/share/grafana/public/app/angular/components/code_editor
/usr/share/grafana/public/app/angular/components/code_editor/brace.d.ts
/usr/share/grafana/public/app/angular/components/code_editor/code_editor.ts
/usr/share/grafana/public/app/angular/components/code_editor/theme-grafana-dark.js
/usr/share/grafana/public/app/angular/components/form_dropdown
/usr/share/grafana/public/app/angular/components/form_dropdown/form_dropdown.ts
/usr/share/grafana/public/app/angular/components/info_popover.ts
/usr/share/grafana/public/app/angular/components/jsontree.ts
/usr/share/grafana/public/app/angular/components/plugin_component.ts
/usr/share/grafana/public/app/angular/components/query_part_editor.ts
/usr/share/grafana/public/app/angular/components/scroll.ts
/usr/share/grafana/public/app/angular/components/spectrum_picker.ts
/usr/share/grafana/public/app/angular/components/sql_part
/usr/share/grafana/public/app/angular/components/sql_part/sql_part.ts
/usr/share/grafana/public/app/angular/components/sql_part/sql_part_editor.ts
/usr/share/grafana/public/app/angular/components/switch.ts
/usr/share/grafana/public/app/angular/core_module.ts
/usr/share/grafana/public/app/angular/diff-view.ts
/usr/share/grafana/public/app/angular/dropdown_typeahead.ts
/usr/share/grafana/public/app/angular/filters
/usr/share/grafana/public/app/angular/filters/filters.ts
/usr/share/grafana/public/app/angular/give_focus.ts
/usr/share/grafana/public/app/angular/index.ts
/usr/share/grafana/public/app/angular/injectorMonkeyPatch.ts
/usr/share/grafana/public/app/angular/jquery_extended.ts
/usr/share/grafana/public/app/angular/lazyBootAngular.ts
/usr/share/grafana/public/app/angular/loadAndInitAngularIfEnabled.ts
/usr/share/grafana/public/app/angular/metric_segment.ts
/usr/share/grafana/public/app/angular/misc.ts
/usr/share/grafana/public/app/angular/ng_model_on_blur.ts
/usr/share/grafana/public/app/angular/panel
/usr/share/grafana/public/app/angular/panel/AngularPanelReactWrapper.tsx
/usr/share/grafana/public/app/angular/panel/all.ts
/usr/share/grafana/public/app/angular/panel/metrics_panel_ctrl.ts
/usr/share/grafana/public/app/angular/panel/panel_ctrl.ts
/usr/share/grafana/public/app/angular/panel/panel_directive.ts
/usr/share/grafana/public/app/angular/panel/panel_editor_tab.ts
/usr/share/grafana/public/app/angular/panel/partials
/usr/share/grafana/public/app/angular/panel/partials/query_editor_row.html
/usr/share/grafana/public/app/angular/panel/query_ctrl.ts
/usr/share/grafana/public/app/angular/panel/query_editor_row.ts
/usr/share/grafana/public/app/angular/panel/specs
/usr/share/grafana/public/app/angular/panel/specs/metrics_panel_ctrl.test.ts
/usr/share/grafana/public/app/angular/partials
/usr/share/grafana/public/app/angular/partials.ts
/usr/share/grafana/public/app/angular/partials/http_settings_next.html
/usr/share/grafana/public/app/angular/partials/tls_auth_settings.html
/usr/share/grafana/public/app/angular/promiseToDigest.test.ts
/usr/share/grafana/public/app/angular/promiseToDigest.ts
/usr/share/grafana/public/app/angular/react2angular.ts
/usr/share/grafana/public/app/angular/rebuild_on_change.ts
/usr/share/grafana/public/app/angular/registerComponents.ts
/usr/share/grafana/public/app/angular/services
/usr/share/grafana/public/app/angular/services/AngularLoader.ts
/usr/share/grafana/public/app/angular/services/UtilSrv.ts
/usr/share/grafana/public/app/angular/services/alert_srv.ts
/usr/share/grafana/public/app/angular/services/annotations_srv.ts
/usr/share/grafana/public/app/angular/services/dynamic_directive_srv.ts
/usr/share/grafana/public/app/angular/services/nav_model_srv.ts
/usr/share/grafana/public/app/angular/services/ng_react.ts
/usr/share/grafana/public/app/angular/services/popover_srv.ts
/usr/share/grafana/public/app/angular/services/segment_srv.ts
/usr/share/grafana/public/app/angular/services/timer.ts
/usr/share/grafana/public/app/angular/tags.ts
/usr/share/grafana/public/app/app.ts
/usr/share/grafana/public/app/core
/usr/share/grafana/public/app/core/TableModel.ts
/usr/share/grafana/public/app/core/actions
/usr/share/grafana/public/app/core/actions/cleanUp.ts
/usr/share/grafana/public/app/core/actions/index.ts
/usr/share/grafana/public/app/core/app_events.ts
/usr/share/grafana/public/app/core/components
/usr/share/grafana/public/app/core/components/AccessControl
/usr/share/grafana/public/app/core/components/AccessControl/AddPermission.tsx
/usr/share/grafana/public/app/core/components/AccessControl/PermissionList.tsx
/usr/share/grafana/public/app/core/components/AccessControl/PermissionListItem.tsx
/usr/share/grafana/public/app/core/components/AccessControl/Permissions.tsx
/usr/share/grafana/public/app/core/components/AccessControl/index.ts
/usr/share/grafana/public/app/core/components/AccessControl/types.ts
/usr/share/grafana/public/app/core/components/Animations
/usr/share/grafana/public/app/core/components/Animations/FadeIn.tsx
/usr/share/grafana/public/app/core/components/Animations/SlideDown.tsx
/usr/share/grafana/public/app/core/components/AppChrome
/usr/share/grafana/public/app/core/components/AppChrome/AppChrome.test.tsx
/usr/share/grafana/public/app/core/components/AppChrome/AppChrome.tsx
/usr/share/grafana/public/app/core/components/AppChrome/AppChromeMenu.tsx
/usr/share/grafana/public/app/core/components/AppChrome/AppChromeService.test.tsx
/usr/share/grafana/public/app/core/components/AppChrome/AppChromeService.tsx
/usr/share/grafana/public/app/core/components/AppChrome/AppChromeUpdate.tsx
/usr/share/grafana/public/app/core/components/AppChrome/DockedMegaMenu
/usr/share/grafana/public/app/core/components/AppChrome/DockedMegaMenu/FeatureHighlight.tsx
/usr/share/grafana/public/app/core/components/AppChrome/DockedMegaMenu/MegaMenu.test.tsx
/usr/share/grafana/public/app/core/components/AppChrome/DockedMegaMenu/MegaMenu.tsx
/usr/share/grafana/public/app/core/components/AppChrome/DockedMegaMenu/MegaMenuItem.tsx
/usr/share/grafana/public/app/core/components/AppChrome/DockedMegaMenu/MegaMenuItemText.tsx
/usr/share/grafana/public/app/core/components/AppChrome/DockedMegaMenu/utils.test.ts
/usr/share/grafana/public/app/core/components/AppChrome/DockedMegaMenu/utils.ts
/usr/share/grafana/public/app/core/components/AppChrome/MegaMenu
/usr/share/grafana/public/app/core/components/AppChrome/MegaMenu/MegaMenu.test.tsx
/usr/share/grafana/public/app/core/components/AppChrome/MegaMenu/MegaMenu.tsx
/usr/share/grafana/public/app/core/components/AppChrome/MegaMenu/NavBarItemIcon.tsx
/usr/share/grafana/public/app/core/components/AppChrome/MegaMenu/NavBarMenu.tsx
/usr/share/grafana/public/app/core/components/AppChrome/MegaMenu/NavBarMenuItem.tsx
/usr/share/grafana/public/app/core/components/AppChrome/MegaMenu/NavBarMenuItemWrapper.tsx
/usr/share/grafana/public/app/core/components/AppChrome/MegaMenu/NavBarMenuSection.tsx
/usr/share/grafana/public/app/core/components/AppChrome/MegaMenu/NavFeatureHighlight.tsx
/usr/share/grafana/public/app/core/components/AppChrome/MegaMenu/utils.test.ts
/usr/share/grafana/public/app/core/components/AppChrome/MegaMenu/utils.ts
/usr/share/grafana/public/app/core/components/AppChrome/NavToolbar
/usr/share/grafana/public/app/core/components/AppChrome/NavToolbar/NavToolbar.tsx
/usr/share/grafana/public/app/core/components/AppChrome/NavToolbar/NavToolbarSeparator.tsx
/usr/share/grafana/public/app/core/components/AppChrome/News
/usr/share/grafana/public/app/core/components/AppChrome/News/NewsContainer.test.tsx
/usr/share/grafana/public/app/core/components/AppChrome/News/NewsContainer.tsx
/usr/share/grafana/public/app/core/components/AppChrome/News/NewsWrapper.tsx
/usr/share/grafana/public/app/core/components/AppChrome/News/fixtures
/usr/share/grafana/public/app/core/components/AppChrome/News/fixtures/news.xml
/usr/share/grafana/public/app/core/components/AppChrome/OrganizationSwitcher
/usr/share/grafana/public/app/core/components/AppChrome/OrganizationSwitcher/OrganizationPicker.tsx
/usr/share/grafana/public/app/core/components/AppChrome/OrganizationSwitcher/OrganizationSelect.tsx
/usr/share/grafana/public/app/core/components/AppChrome/OrganizationSwitcher/OrganizationSwitcher.test.tsx
/usr/share/grafana/public/app/core/components/AppChrome/OrganizationSwitcher/OrganizationSwitcher.tsx
/usr/share/grafana/public/app/core/components/AppChrome/OrganizationSwitcher/types.ts
/usr/share/grafana/public/app/core/components/AppChrome/QuickAdd
/usr/share/grafana/public/app/core/components/AppChrome/QuickAdd/QuickAdd.test.tsx
/usr/share/grafana/public/app/core/components/AppChrome/QuickAdd/QuickAdd.tsx
/usr/share/grafana/public/app/core/components/AppChrome/QuickAdd/utils.ts
/usr/share/grafana/public/app/core/components/AppChrome/SectionNav
/usr/share/grafana/public/app/core/components/AppChrome/SectionNav/SectionNav.tsx
/usr/share/grafana/public/app/core/components/AppChrome/SectionNav/SectionNavItem.test.tsx
/usr/share/grafana/public/app/core/components/AppChrome/SectionNav/SectionNavItem.tsx
/usr/share/grafana/public/app/core/components/AppChrome/SectionNav/SectionNavToggle.tsx
/usr/share/grafana/public/app/core/components/AppChrome/TopBar
/usr/share/grafana/public/app/core/components/AppChrome/TopBar/SignInLink.tsx
/usr/share/grafana/public/app/core/components/AppChrome/TopBar/TopNavBarMenu.tsx
/usr/share/grafana/public/app/core/components/AppChrome/TopBar/TopSearchBar.tsx
/usr/share/grafana/public/app/core/components/AppChrome/TopBar/TopSearchBarCommandPaletteTrigger.tsx
/usr/share/grafana/public/app/core/components/AppChrome/TopBar/TopSearchBarSection.test.tsx
/usr/share/grafana/public/app/core/components/AppChrome/TopBar/TopSearchBarSection.tsx
/usr/share/grafana/public/app/core/components/AppChrome/types.ts
/usr/share/grafana/public/app/core/components/AppNotifications
/usr/share/grafana/public/app/core/components/AppNotifications/AppNotificationItem.tsx
/usr/share/grafana/public/app/core/components/AppNotifications/AppNotificationList.tsx
/usr/share/grafana/public/app/core/components/AppNotifications/StoredNotificationItem.tsx
/usr/share/grafana/public/app/core/components/BouncingLoader
/usr/share/grafana/public/app/core/components/BouncingLoader/BouncingLoader.tsx
/usr/share/grafana/public/app/core/components/Branding
/usr/share/grafana/public/app/core/components/Branding/Branding.tsx
/usr/share/grafana/public/app/core/components/Branding/types.ts
/usr/share/grafana/public/app/core/components/Breadcrumbs
/usr/share/grafana/public/app/core/components/Breadcrumbs/BreadcrumbItem.tsx
/usr/share/grafana/public/app/core/components/Breadcrumbs/Breadcrumbs.test.tsx
/usr/share/grafana/public/app/core/components/Breadcrumbs/Breadcrumbs.tsx
/usr/share/grafana/public/app/core/components/Breadcrumbs/types.ts
/usr/share/grafana/public/app/core/components/Breadcrumbs/utils.test.ts
/usr/share/grafana/public/app/core/components/Breadcrumbs/utils.ts
/usr/share/grafana/public/app/core/components/CardButton.tsx
/usr/share/grafana/public/app/core/components/CloseButton
/usr/share/grafana/public/app/core/components/CloseButton/CloseButton.tsx
/usr/share/grafana/public/app/core/components/ColorScale
/usr/share/grafana/public/app/core/components/ColorScale/ColorScale.tsx
/usr/share/grafana/public/app/core/components/ConfigDescriptionLink.tsx
/usr/share/grafana/public/app/core/components/Divider.tsx
/usr/share/grafana/public/app/core/components/DynamicImports
/usr/share/grafana/public/app/core/components/DynamicImports/SafeDynamicImport.tsx
/usr/share/grafana/public/app/core/components/EmptyListCTA
/usr/share/grafana/public/app/core/components/EmptyListCTA/EmptyListCTA.test.tsx
/usr/share/grafana/public/app/core/components/EmptyListCTA/EmptyListCTA.tsx
/usr/share/grafana/public/app/core/components/FolderFilter
/usr/share/grafana/public/app/core/components/FolderFilter/FolderFilter.tsx
/usr/share/grafana/public/app/core/components/Footer
/usr/share/grafana/public/app/core/components/Footer/Footer.tsx
/usr/share/grafana/public/app/core/components/ForgottenPassword
/usr/share/grafana/public/app/core/components/ForgottenPassword/ChangePassword.tsx
/usr/share/grafana/public/app/core/components/ForgottenPassword/ChangePasswordPage.test.tsx
/usr/share/grafana/public/app/core/components/ForgottenPassword/ChangePasswordPage.tsx
/usr/share/grafana/public/app/core/components/ForgottenPassword/ForgottenPassword.tsx
/usr/share/grafana/public/app/core/components/ForgottenPassword/SendResetMailPage.test.tsx
/usr/share/grafana/public/app/core/components/ForgottenPassword/SendResetMailPage.tsx
/usr/share/grafana/public/app/core/components/FormPrompt
/usr/share/grafana/public/app/core/components/FormPrompt/FormPrompt.tsx
/usr/share/grafana/public/app/core/components/GraphNG
/usr/share/grafana/public/app/core/components/GraphNG/GraphNG.tsx
/usr/share/grafana/public/app/core/components/GraphNG/__snapshots__
/usr/share/grafana/public/app/core/components/GraphNG/__snapshots__/utils.test.ts.snap
/usr/share/grafana/public/app/core/components/GraphNG/hooks.ts
/usr/share/grafana/public/app/core/components/GraphNG/types.ts
/usr/share/grafana/public/app/core/components/GraphNG/utils.test.ts
/usr/share/grafana/public/app/core/components/GraphNG/utils.ts
/usr/share/grafana/public/app/core/components/Indent
/usr/share/grafana/public/app/core/components/Indent/Indent.tsx
/usr/share/grafana/public/app/core/components/IntervalInput
/usr/share/grafana/public/app/core/components/IntervalInput/IntervalInput.test.tsx
/usr/share/grafana/public/app/core/components/IntervalInput/IntervalInput.tsx
/usr/share/grafana/public/app/core/components/IntervalInput/validation.test.ts
/usr/share/grafana/public/app/core/components/IntervalInput/validation.ts
/usr/share/grafana/public/app/core/components/Layers
/usr/share/grafana/public/app/core/components/Layers/AddLayerButton.test.tsx
/usr/share/grafana/public/app/core/components/Layers/AddLayerButton.tsx
/usr/share/grafana/public/app/core/components/Layers/LayerDragDropList.test.tsx
/usr/share/grafana/public/app/core/components/Layers/LayerDragDropList.tsx
/usr/share/grafana/public/app/core/components/Layers/LayerName.test.tsx
/usr/share/grafana/public/app/core/components/Layers/LayerName.tsx
/usr/share/grafana/public/app/core/components/Layers/types.ts
/usr/share/grafana/public/app/core/components/LocalStorageValueProvider
/usr/share/grafana/public/app/core/components/LocalStorageValueProvider/LocalStorageValueProvider.tsx
/usr/share/grafana/public/app/core/components/LocalStorageValueProvider/index.tsx
/usr/share/grafana/public/app/core/components/Login
/usr/share/grafana/public/app/core/components/Login/LoginCtrl.tsx
/usr/share/grafana/public/app/core/components/Login/LoginForm.tsx
/usr/share/grafana/public/app/core/components/Login/LoginLayout.tsx
/usr/share/grafana/public/app/core/components/Login/LoginPage.test.tsx
/usr/share/grafana/public/app/core/components/Login/LoginPage.tsx
/usr/share/grafana/public/app/core/components/Login/LoginServiceButtons.tsx
/usr/share/grafana/public/app/core/components/Login/UserSignup.tsx
/usr/share/grafana/public/app/core/components/Login/types.ts
/usr/share/grafana/public/app/core/components/NavLandingPage
/usr/share/grafana/public/app/core/components/NavLandingPage/NavLandingPage.test.tsx
/usr/share/grafana/public/app/core/components/NavLandingPage/NavLandingPage.tsx
/usr/share/grafana/public/app/core/components/NavLandingPage/NavLandingPageCard.test.tsx
/usr/share/grafana/public/app/core/components/NavLandingPage/NavLandingPageCard.tsx
/usr/share/grafana/public/app/core/components/NestedFolderPicker
/usr/share/grafana/public/app/core/components/NestedFolderPicker/NestedFolderList.tsx
/usr/share/grafana/public/app/core/components/NestedFolderPicker/NestedFolderPicker.test.tsx
/usr/share/grafana/public/app/core/components/NestedFolderPicker/NestedFolderPicker.tsx
/usr/share/grafana/public/app/core/components/NestedFolderPicker/Trigger.tsx
/usr/share/grafana/public/app/core/components/NestedFolderPicker/hooks.ts
/usr/share/grafana/public/app/core/components/NodeGraphSettings.tsx
/usr/share/grafana/public/app/core/components/OptionsUI
/usr/share/grafana/public/app/core/components/OptionsUI/DashboardPicker.tsx
/usr/share/grafana/public/app/core/components/OptionsUI/NumberInput.test.tsx
/usr/share/grafana/public/app/core/components/OptionsUI/NumberInput.tsx
/usr/share/grafana/public/app/core/components/OptionsUI/color.tsx
/usr/share/grafana/public/app/core/components/OptionsUI/fieldColor.tsx
/usr/share/grafana/public/app/core/components/OptionsUI/links.tsx
/usr/share/grafana/public/app/core/components/OptionsUI/multiSelect.tsx
/usr/share/grafana/public/app/core/components/OptionsUI/number.tsx
/usr/share/grafana/public/app/core/components/OptionsUI/registry.tsx
/usr/share/grafana/public/app/core/components/OptionsUI/select.tsx
/usr/share/grafana/public/app/core/components/OptionsUI/slider.tsx
/usr/share/grafana/public/app/core/components/OptionsUI/stats.tsx
/usr/share/grafana/public/app/core/components/OptionsUI/string.tsx
/usr/share/grafana/public/app/core/components/OptionsUI/strings.tsx
/usr/share/grafana/public/app/core/components/OptionsUI/units.tsx
/usr/share/grafana/public/app/core/components/Page
/usr/share/grafana/public/app/core/components/Page/EditableTitle.test.tsx
/usr/share/grafana/public/app/core/components/Page/EditableTitle.tsx
/usr/share/grafana/public/app/core/components/Page/Page.test.tsx
/usr/share/grafana/public/app/core/components/Page/Page.tsx
/usr/share/grafana/public/app/core/components/Page/PageContents.tsx
/usr/share/grafana/public/app/core/components/Page/PageHeader.tsx
/usr/share/grafana/public/app/core/components/Page/PageTabs.test.tsx
/usr/share/grafana/public/app/core/components/Page/PageTabs.tsx
/usr/share/grafana/public/app/core/components/Page/PluginPage.tsx
/usr/share/grafana/public/app/core/components/Page/types.ts
/usr/share/grafana/public/app/core/components/Page/usePageNav.ts
/usr/share/grafana/public/app/core/components/Page/usePageTitle.ts
/usr/share/grafana/public/app/core/components/PageActionBar
/usr/share/grafana/public/app/core/components/PageActionBar/PageActionBar.test.tsx
/usr/share/grafana/public/app/core/components/PageActionBar/PageActionBar.tsx
/usr/share/grafana/public/app/core/components/PageHeader
/usr/share/grafana/public/app/core/components/PageHeader/PageHeader.test.tsx
/usr/share/grafana/public/app/core/components/PageHeader/PageHeader.tsx
/usr/share/grafana/public/app/core/components/PageHeader/PanelHeaderMenuItem.tsx
/usr/share/grafana/public/app/core/components/PageInfo
/usr/share/grafana/public/app/core/components/PageInfo/PageInfo.test.tsx
/usr/share/grafana/public/app/core/components/PageInfo/PageInfo.tsx
/usr/share/grafana/public/app/core/components/PageLoader
/usr/share/grafana/public/app/core/components/PageLoader/PageLoader.tsx
/usr/share/grafana/public/app/core/components/PageNotFound
/usr/share/grafana/public/app/core/components/PageNotFound/EntityNotFound.tsx
/usr/share/grafana/public/app/core/components/PageNotFound/PageNotFound.tsx
/usr/share/grafana/public/app/core/components/PanelTypeFilter
/usr/share/grafana/public/app/core/components/PanelTypeFilter/PanelTypeFilter.tsx
/usr/share/grafana/public/app/core/components/PasswordField
/usr/share/grafana/public/app/core/components/PasswordField/PasswordField.test.tsx
/usr/share/grafana/public/app/core/components/PasswordField/PasswordField.tsx
/usr/share/grafana/public/app/core/components/PluginHelp
/usr/share/grafana/public/app/core/components/PluginHelp/PluginHelp.tsx
/usr/share/grafana/public/app/core/components/QueryOperationRow
/usr/share/grafana/public/app/core/components/QueryOperationRow/OperationRowHelp.tsx
/usr/share/grafana/public/app/core/components/QueryOperationRow/QueryOperationAction.test.tsx
/usr/share/grafana/public/app/core/components/QueryOperationRow/QueryOperationAction.tsx
/usr/share/grafana/public/app/core/components/QueryOperationRow/QueryOperationRow.test.tsx
/usr/share/grafana/public/app/core/components/QueryOperationRow/QueryOperationRow.tsx
/usr/share/grafana/public/app/core/components/QueryOperationRow/QueryOperationRowHeader.test.tsx
/usr/share/grafana/public/app/core/components/QueryOperationRow/QueryOperationRowHeader.tsx
/usr/share/grafana/public/app/core/components/RolePicker
/usr/share/grafana/public/app/core/components/RolePicker/BuiltinRoleSelector.tsx
/usr/share/grafana/public/app/core/components/RolePicker/RoleMenuGroupOption.tsx
/usr/share/grafana/public/app/core/components/RolePicker/RoleMenuGroupsSection.tsx
/usr/share/grafana/public/app/core/components/RolePicker/RoleMenuOption.tsx
/usr/share/grafana/public/app/core/components/RolePicker/RolePicker.tsx
/usr/share/grafana/public/app/core/components/RolePicker/RolePickerInput.tsx
/usr/share/grafana/public/app/core/components/RolePicker/RolePickerMenu.tsx
/usr/share/grafana/public/app/core/components/RolePicker/RolePickerSubMenu.tsx
/usr/share/grafana/public/app/core/components/RolePicker/TeamRolePicker.tsx
/usr/share/grafana/public/app/core/components/RolePicker/UserRolePicker.tsx
/usr/share/grafana/public/app/core/components/RolePicker/ValueContainer.tsx
/usr/share/grafana/public/app/core/components/RolePicker/api.ts
/usr/share/grafana/public/app/core/components/RolePicker/constants.ts
/usr/share/grafana/public/app/core/components/RolePicker/hooks.ts
/usr/share/grafana/public/app/core/components/RolePicker/styles.ts
/usr/share/grafana/public/app/core/components/RolePicker/utils.ts
/usr/share/grafana/public/app/core/components/SVG
/usr/share/grafana/public/app/core/components/SVG/SanitizedSVG.test.tsx
/usr/share/grafana/public/app/core/components/SVG/SanitizedSVG.tsx
/usr/share/grafana/public/app/core/components/SVG/utils.ts
/usr/share/grafana/public/app/core/components/Select
/usr/share/grafana/public/app/core/components/Select/DashboardPicker.tsx
/usr/share/grafana/public/app/core/components/Select/FolderPicker.tsx
/usr/share/grafana/public/app/core/components/Select/MetricSelect.test.tsx
/usr/share/grafana/public/app/core/components/Select/MetricSelect.tsx
/usr/share/grafana/public/app/core/components/Select/OldFolderPicker.test.tsx
/usr/share/grafana/public/app/core/components/Select/OldFolderPicker.tsx
/usr/share/grafana/public/app/core/components/Select/OrgPicker.test.tsx
/usr/share/grafana/public/app/core/components/Select/OrgPicker.tsx
/usr/share/grafana/public/app/core/components/Select/ReadonlyFolderPicker
/usr/share/grafana/public/app/core/components/Select/ReadonlyFolderPicker/ReadonlyFolderPicker.test.tsx
/usr/share/grafana/public/app/core/components/Select/ReadonlyFolderPicker/ReadonlyFolderPicker.tsx
/usr/share/grafana/public/app/core/components/Select/ReadonlyFolderPicker/api.test.ts
/usr/share/grafana/public/app/core/components/Select/ReadonlyFolderPicker/api.ts
/usr/share/grafana/public/app/core/components/Select/ReadonlyFolderPicker/types.ts
/usr/share/grafana/public/app/core/components/Select/ServiceAccountPicker.tsx
/usr/share/grafana/public/app/core/components/Select/SortPicker.tsx
/usr/share/grafana/public/app/core/components/Select/TeamPicker.test.tsx
/usr/share/grafana/public/app/core/components/Select/TeamPicker.tsx
/usr/share/grafana/public/app/core/components/Select/UserPicker.test.tsx
/usr/share/grafana/public/app/core/components/Select/UserPicker.tsx
/usr/share/grafana/public/app/core/components/SharedPreferences
/usr/share/grafana/public/app/core/components/SharedPreferences/SharedPreferences.test.tsx
/usr/share/grafana/public/app/core/components/SharedPreferences/SharedPreferences.tsx
/usr/share/grafana/public/app/core/components/Signup
/usr/share/grafana/public/app/core/components/Signup/SignupPage.test.tsx
/usr/share/grafana/public/app/core/components/Signup/SignupPage.tsx
/usr/share/grafana/public/app/core/components/Signup/VerifyEmail.tsx
/usr/share/grafana/public/app/core/components/Signup/VerifyEmailPage.test.tsx
/usr/share/grafana/public/app/core/components/Signup/VerifyEmailPage.tsx
/usr/share/grafana/public/app/core/components/SplitPaneWrapper
/usr/share/grafana/public/app/core/components/SplitPaneWrapper/SplitPaneWrapper.tsx
/usr/share/grafana/public/app/core/components/TagFilter
/usr/share/grafana/public/app/core/components/TagFilter/TagBadge.tsx
/usr/share/grafana/public/app/core/components/TagFilter/TagFilter.tsx
/usr/share/grafana/public/app/core/components/TagFilter/TagOption.tsx
/usr/share/grafana/public/app/core/components/TimePicker
/usr/share/grafana/public/app/core/components/TimePicker/TimePickerWithHistory.test.tsx
/usr/share/grafana/public/app/core/components/TimePicker/TimePickerWithHistory.tsx
/usr/share/grafana/public/app/core/components/TimeSeries
/usr/share/grafana/public/app/core/components/TimeSeries/TimeSeries.tsx
/usr/share/grafana/public/app/core/components/TimeSeries/utils.test.ts
/usr/share/grafana/public/app/core/components/TimeSeries/utils.ts
/usr/share/grafana/public/app/core/components/TimelineChart
/usr/share/grafana/public/app/core/components/TimelineChart/TimelineChart.tsx
/usr/share/grafana/public/app/core/components/TimelineChart/timeline.ts
/usr/share/grafana/public/app/core/components/TimelineChart/utils.test.ts
/usr/share/grafana/public/app/core/components/TimelineChart/utils.ts
/usr/share/grafana/public/app/core/components/TraceToLogs
/usr/share/grafana/public/app/core/components/TraceToLogs/TagMappingInput.tsx
/usr/share/grafana/public/app/core/components/TraceToLogs/TraceToLogsSettings.test.tsx
/usr/share/grafana/public/app/core/components/TraceToLogs/TraceToLogsSettings.tsx
/usr/share/grafana/public/app/core/components/TraceToMetrics
/usr/share/grafana/public/app/core/components/TraceToMetrics/TraceToMetricsSettings.tsx
/usr/share/grafana/public/app/core/components/TraceToProfiles
/usr/share/grafana/public/app/core/components/TraceToProfiles/TraceToProfilesSettings.test.tsx
/usr/share/grafana/public/app/core/components/TraceToProfiles/TraceToProfilesSettings.tsx
/usr/share/grafana/public/app/core/components/Upgrade
/usr/share/grafana/public/app/core/components/Upgrade/ProBadge.tsx
/usr/share/grafana/public/app/core/components/Upgrade/UpgradeBox.tsx
/usr/share/grafana/public/app/core/components/WithFeatureToggle.tsx
/usr/share/grafana/public/app/core/components/connectWithCleanUp.tsx
/usr/share/grafana/public/app/core/components/help
/usr/share/grafana/public/app/core/components/help/HelpModal.tsx
/usr/share/grafana/public/app/core/components/modals
/usr/share/grafana/public/app/core/components/modals/AngularModalProxy.tsx
/usr/share/grafana/public/app/core/config.ts
/usr/share/grafana/public/app/core/constants.ts
/usr/share/grafana/public/app/core/context
/usr/share/grafana/public/app/core/context/GrafanaContext.ts
/usr/share/grafana/public/app/core/copy
/usr/share/grafana/public/app/core/copy/appNotification.ts
/usr/share/grafana/public/app/core/core.ts
/usr/share/grafana/public/app/core/history
/usr/share/grafana/public/app/core/history/RichHistoryLocalStorage.test.ts
/usr/share/grafana/public/app/core/history/RichHistoryLocalStorage.ts
/usr/share/grafana/public/app/core/history/RichHistoryRemoteStorage.test.ts
/usr/share/grafana/public/app/core/history/RichHistoryRemoteStorage.ts
/usr/share/grafana/public/app/core/history/RichHistoryStorage.ts
/usr/share/grafana/public/app/core/history/localStorageConverter.test.ts
/usr/share/grafana/public/app/core/history/localStorageConverter.ts
/usr/share/grafana/public/app/core/history/remoteStorageConverter.test.ts
/usr/share/grafana/public/app/core/history/remoteStorageConverter.ts
/usr/share/grafana/public/app/core/history/richHistoryLocalStorageUtils.test.ts
/usr/share/grafana/public/app/core/history/richHistoryLocalStorageUtils.ts
/usr/share/grafana/public/app/core/history/richHistoryStorageProvider.ts
/usr/share/grafana/public/app/core/hooks
/usr/share/grafana/public/app/core/hooks/useBusEvent.ts
/usr/share/grafana/public/app/core/hooks/useCleanup.ts
/usr/share/grafana/public/app/core/hooks/useMediaQueryChange.ts
/usr/share/grafana/public/app/core/hooks/useNavModel.ts
/usr/share/grafana/public/app/core/hooks/useQueryParams.ts
/usr/share/grafana/public/app/core/icons
/usr/share/grafana/public/app/core/icons/cached.json
/usr/share/grafana/public/app/core/icons/iconBundle.ts
/usr/share/grafana/public/app/core/icons/iconBundle.ts.template
/usr/share/grafana/public/app/core/internationalization
/usr/share/grafana/public/app/core/internationalization/constants.test.ts
/usr/share/grafana/public/app/core/internationalization/constants.ts
/usr/share/grafana/public/app/core/internationalization/index.tsx
/usr/share/grafana/public/app/core/lodash_extended.ts
/usr/share/grafana/public/app/core/log_events.ts
/usr/share/grafana/public/app/core/navigation
/usr/share/grafana/public/app/core/navigation/GrafanaRoute.test.tsx
/usr/share/grafana/public/app/core/navigation/GrafanaRoute.tsx
/usr/share/grafana/public/app/core/navigation/GrafanaRouteError.tsx
/usr/share/grafana/public/app/core/navigation/GrafanaRouteLoading.tsx
/usr/share/grafana/public/app/core/navigation/RouterDebugger.tsx
/usr/share/grafana/public/app/core/navigation/__mocks__
/usr/share/grafana/public/app/core/navigation/__mocks__/routeProps.ts
/usr/share/grafana/public/app/core/navigation/errorModels.ts
/usr/share/grafana/public/app/core/navigation/hooks.ts
/usr/share/grafana/public/app/core/navigation/kiosk.ts
/usr/share/grafana/public/app/core/navigation/patch
/usr/share/grafana/public/app/core/navigation/patch/RouteParamsProvider.ts
/usr/share/grafana/public/app/core/navigation/patch/RouteProvider.ts
/usr/share/grafana/public/app/core/navigation/patch/interceptLinkClicks.ts
/usr/share/grafana/public/app/core/navigation/testRoutes.tsx
/usr/share/grafana/public/app/core/navigation/types.ts
/usr/share/grafana/public/app/core/profiler.ts
/usr/share/grafana/public/app/core/reducers
/usr/share/grafana/public/app/core/reducers/appNotification.test.ts
/usr/share/grafana/public/app/core/reducers/appNotification.ts
/usr/share/grafana/public/app/core/reducers/index.ts
/usr/share/grafana/public/app/core/reducers/navBarTree.ts
/usr/share/grafana/public/app/core/reducers/navModel.test.ts
/usr/share/grafana/public/app/core/reducers/navModel.ts
/usr/share/grafana/public/app/core/reducers/root.test.ts
/usr/share/grafana/public/app/core/reducers/root.ts
/usr/share/grafana/public/app/core/selectors
/usr/share/grafana/public/app/core/selectors/navModel.test.ts
/usr/share/grafana/public/app/core/selectors/navModel.ts
/usr/share/grafana/public/app/core/services
/usr/share/grafana/public/app/core/services/FetchQueue.test.ts
/usr/share/grafana/public/app/core/services/FetchQueue.ts
/usr/share/grafana/public/app/core/services/FetchQueueWorker.test.ts
/usr/share/grafana/public/app/core/services/FetchQueueWorker.ts
/usr/share/grafana/public/app/core/services/KeybindingSet.ts
/usr/share/grafana/public/app/core/services/ModalManager.ts
/usr/share/grafana/public/app/core/services/NewFrontendAssetsChecker.test.ts
/usr/share/grafana/public/app/core/services/NewFrontendAssetsChecker.ts
/usr/share/grafana/public/app/core/services/PreferencesService.ts
/usr/share/grafana/public/app/core/services/ResponseQueue.test.ts
/usr/share/grafana/public/app/core/services/ResponseQueue.ts
/usr/share/grafana/public/app/core/services/StateManagerBase.ts
/usr/share/grafana/public/app/core/services/__mocks__
/usr/share/grafana/public/app/core/services/__mocks__/backend_srv.ts
/usr/share/grafana/public/app/core/services/__mocks__/search_srv.ts
/usr/share/grafana/public/app/core/services/backend_srv.ts
/usr/share/grafana/public/app/core/services/context_srv.ts
/usr/share/grafana/public/app/core/services/echo
/usr/share/grafana/public/app/core/services/echo/Echo.ts
/usr/share/grafana/public/app/core/services/echo/EchoSrv.ts
/usr/share/grafana/public/app/core/services/echo/backends
/usr/share/grafana/public/app/core/services/echo/backends/PerformanceBackend.ts
/usr/share/grafana/public/app/core/services/echo/backends/analytics
/usr/share/grafana/public/app/core/services/echo/backends/analytics/ApplicationInsightsBackend.ts
/usr/share/grafana/public/app/core/services/echo/backends/analytics/GA4Backend.ts
/usr/share/grafana/public/app/core/services/echo/backends/analytics/GABackend.ts
/usr/share/grafana/public/app/core/services/echo/backends/analytics/RudderstackBackend.ts
/usr/share/grafana/public/app/core/services/echo/backends/grafana-javascript-agent
/usr/share/grafana/public/app/core/services/echo/backends/grafana-javascript-agent/EchoSrvTransport.ts
/usr/share/grafana/public/app/core/services/echo/backends/grafana-javascript-agent/GrafanaJavascriptAgentBackend.test.ts
/usr/share/grafana/public/app/core/services/echo/backends/grafana-javascript-agent/GrafanaJavascriptAgentBackend.ts
/usr/share/grafana/public/app/core/services/echo/backends/grafana-javascript-agent/types.ts
/usr/share/grafana/public/app/core/services/echo/utils.ts
/usr/share/grafana/public/app/core/services/impression_srv.ts
/usr/share/grafana/public/app/core/services/keybindingSrv.ts
/usr/share/grafana/public/app/core/services/theme.ts
/usr/share/grafana/public/app/core/services/withFocusedPanelId.ts
/usr/share/grafana/public/app/core/specs
/usr/share/grafana/public/app/core/specs/TableModel.test.ts
/usr/share/grafana/public/app/core/specs/backend_srv.test.ts
/usr/share/grafana/public/app/core/specs/factors.test.ts
/usr/share/grafana/public/app/core/specs/flatten.test.ts
/usr/share/grafana/public/app/core/specs/impression_srv.test.ts
/usr/share/grafana/public/app/core/specs/rangeutil.test.ts
/usr/share/grafana/public/app/core/specs/store.test.ts
/usr/share/grafana/public/app/core/specs/ticks.test.ts
/usr/share/grafana/public/app/core/specs/time_series.test.ts
/usr/share/grafana/public/app/core/store.ts
/usr/share/grafana/public/app/core/time_series2.ts
/usr/share/grafana/public/app/core/trustedTypePolicies.ts
/usr/share/grafana/public/app/core/utils
/usr/share/grafana/public/app/core/utils/CancelablePromise.ts
/usr/share/grafana/public/app/core/utils/ConfigProvider.tsx
/usr/share/grafana/public/app/core/utils/CorsWorker.ts
/usr/share/grafana/public/app/core/utils/accessControl.ts
/usr/share/grafana/public/app/core/utils/applyStateChanges.ts
/usr/share/grafana/public/app/core/utils/arrayMove.ts
/usr/share/grafana/public/app/core/utils/auth.ts
/usr/share/grafana/public/app/core/utils/browser.test.ts
/usr/share/grafana/public/app/core/utils/browser.ts
/usr/share/grafana/public/app/core/utils/colors.ts
/usr/share/grafana/public/app/core/utils/connectWithReduxStore.tsx
/usr/share/grafana/public/app/core/utils/dag.test.ts
/usr/share/grafana/public/app/core/utils/dag.ts
/usr/share/grafana/public/app/core/utils/deferred.ts
/usr/share/grafana/public/app/core/utils/docsLinks.ts
/usr/share/grafana/public/app/core/utils/errors.test.ts
/usr/share/grafana/public/app/core/utils/errors.ts
/usr/share/grafana/public/app/core/utils/explore.test.ts
/usr/share/grafana/public/app/core/utils/explore.ts
/usr/share/grafana/public/app/core/utils/factors.ts
/usr/share/grafana/public/app/core/utils/fetch.test.ts
/usr/share/grafana/public/app/core/utils/fetch.ts
/usr/share/grafana/public/app/core/utils/flatten.ts
/usr/share/grafana/public/app/core/utils/isShallowEqual.ts
/usr/share/grafana/public/app/core/utils/kbn.test.ts
/usr/share/grafana/public/app/core/utils/kbn.ts
/usr/share/grafana/public/app/core/utils/metrics.ts
/usr/share/grafana/public/app/core/utils/model_utils.ts
/usr/share/grafana/public/app/core/utils/navBarItem-translations.ts
/usr/share/grafana/public/app/core/utils/object.test.ts
/usr/share/grafana/public/app/core/utils/object.ts
/usr/share/grafana/public/app/core/utils/query.test.ts
/usr/share/grafana/public/app/core/utils/query.ts
/usr/share/grafana/public/app/core/utils/richHistory.test.ts
/usr/share/grafana/public/app/core/utils/richHistory.ts
/usr/share/grafana/public/app/core/utils/richHistoryTypes.ts
/usr/share/grafana/public/app/core/utils/set.ts
/usr/share/grafana/public/app/core/utils/sheet.test.ts
/usr/share/grafana/public/app/core/utils/sheet.ts
/usr/share/grafana/public/app/core/utils/shortLinks.test.ts
/usr/share/grafana/public/app/core/utils/shortLinks.ts
/usr/share/grafana/public/app/core/utils/ticks.ts
/usr/share/grafana/public/app/core/utils/timePicker.test.ts
/usr/share/grafana/public/app/core/utils/timePicker.ts
/usr/share/grafana/public/app/core/utils/timeRegions.test.ts
/usr/share/grafana/public/app/core/utils/timeRegions.ts
/usr/share/grafana/public/app/core/utils/tracing.ts
/usr/share/grafana/public/app/core/utils/urlToken.ts
/usr/share/grafana/public/app/core/utils/version.ts
/usr/share/grafana/public/app/dev.ts
/usr/share/grafana/public/app/features
/usr/share/grafana/public/app/features/admin
/usr/share/grafana/public/app/features/admin/AdminEditOrgPage.tsx
/usr/share/grafana/public/app/features/admin/AdminFeatureTogglesAPI.ts
/usr/share/grafana/public/app/features/admin/AdminFeatureTogglesPage.tsx
/usr/share/grafana/public/app/features/admin/AdminFeatureTogglesTable.tsx
/usr/share/grafana/public/app/features/admin/AdminListOrgsPage.tsx
/usr/share/grafana/public/app/features/admin/AdminOrgsTable.tsx
/usr/share/grafana/public/app/features/admin/AdminSettings.tsx
/usr/share/grafana/public/app/features/admin/AdminSettingsTable.tsx
/usr/share/grafana/public/app/features/admin/LicenseChrome.tsx
/usr/share/grafana/public/app/features/admin/OrgRolePicker.tsx
/usr/share/grafana/public/app/features/admin/ServerStats.test.tsx
/usr/share/grafana/public/app/features/admin/ServerStats.tsx
/usr/share/grafana/public/app/features/admin/ServerStatsCard.tsx
/usr/share/grafana/public/app/features/admin/UpgradePage.tsx
/usr/share/grafana/public/app/features/admin/UserAdminPage.tsx
/usr/share/grafana/public/app/features/admin/UserCreatePage.tsx
/usr/share/grafana/public/app/features/admin/UserLdapSyncInfo.tsx
/usr/share/grafana/public/app/features/admin/UserListAdminPage.tsx
/usr/share/grafana/public/app/features/admin/UserListAnonymousPage.tsx
/usr/share/grafana/public/app/features/admin/UserListPage.test.tsx
/usr/share/grafana/public/app/features/admin/UserListPage.tsx
/usr/share/grafana/public/app/features/admin/UserListPublicDashboardPage
/usr/share/grafana/public/app/features/admin/UserListPublicDashboardPage/DashboardsListModalButton.tsx
/usr/share/grafana/public/app/features/admin/UserListPublicDashboardPage/DeleteUserModalButton.tsx
/usr/share/grafana/public/app/features/admin/UserListPublicDashboardPage/UserListPublicDashboardPage.tsx
/usr/share/grafana/public/app/features/admin/UserOrgs.tsx
/usr/share/grafana/public/app/features/admin/UserPermissions.tsx
/usr/share/grafana/public/app/features/admin/UserProfile.tsx
/usr/share/grafana/public/app/features/admin/UserSessions.tsx
/usr/share/grafana/public/app/features/admin/Users
/usr/share/grafana/public/app/features/admin/Users/AnonUsersTable.tsx
/usr/share/grafana/public/app/features/admin/Users/OrgUnits.tsx
/usr/share/grafana/public/app/features/admin/Users/OrgUsersTable.test.tsx
/usr/share/grafana/public/app/features/admin/Users/OrgUsersTable.tsx
/usr/share/grafana/public/app/features/admin/Users/UsersTable.tsx
/usr/share/grafana/public/app/features/admin/api.ts
/usr/share/grafana/public/app/features/admin/ldap
/usr/share/grafana/public/app/features/admin/ldap/LdapConnectionStatus.tsx
/usr/share/grafana/public/app/features/admin/ldap/LdapPage.tsx
/usr/share/grafana/public/app/features/admin/ldap/LdapSyncInfo.tsx
/usr/share/grafana/public/app/features/admin/ldap/LdapUserGroups.tsx
/usr/share/grafana/public/app/features/admin/ldap/LdapUserInfo.tsx
/usr/share/grafana/public/app/features/admin/ldap/LdapUserMappingInfo.tsx
/usr/share/grafana/public/app/features/admin/ldap/LdapUserPermissions.tsx
/usr/share/grafana/public/app/features/admin/ldap/LdapUserTeams.tsx
/usr/share/grafana/public/app/features/admin/partials
/usr/share/grafana/public/app/features/admin/partials/admin_home.html
/usr/share/grafana/public/app/features/admin/partials/edit_org.html
/usr/share/grafana/public/app/features/admin/partials/stats.html
/usr/share/grafana/public/app/features/admin/partials/styleguide.html
/usr/share/grafana/public/app/features/admin/state
/usr/share/grafana/public/app/features/admin/state/actions.ts
/usr/share/grafana/public/app/features/admin/state/apis.tsx
/usr/share/grafana/public/app/features/admin/state/reducers.test.ts
/usr/share/grafana/public/app/features/admin/state/reducers.ts
/usr/share/grafana/public/app/features/admin/utils.ts
/usr/share/grafana/public/app/features/alerting
/usr/share/grafana/public/app/features/alerting/AlertHowToModal.tsx
/usr/share/grafana/public/app/features/alerting/AlertRuleItem.test.tsx
/usr/share/grafana/public/app/features/alerting/AlertRuleItem.tsx
/usr/share/grafana/public/app/features/alerting/AlertRuleList.test.tsx
/usr/share/grafana/public/app/features/alerting/AlertRuleList.tsx
/usr/share/grafana/public/app/features/alerting/AlertTab.tsx
/usr/share/grafana/public/app/features/alerting/AlertTabCtrl.test.ts
/usr/share/grafana/public/app/features/alerting/AlertTabCtrl.ts
/usr/share/grafana/public/app/features/alerting/AlertTabIndex.tsx
/usr/share/grafana/public/app/features/alerting/EditNotificationChannelPage.tsx
/usr/share/grafana/public/app/features/alerting/FeatureTogglePage.tsx
/usr/share/grafana/public/app/features/alerting/NewNotificationChannelPage.tsx
/usr/share/grafana/public/app/features/alerting/NotificationsListPage.tsx
/usr/share/grafana/public/app/features/alerting/StateHistory.tsx
/usr/share/grafana/public/app/features/alerting/TestRuleResult.test.tsx
/usr/share/grafana/public/app/features/alerting/TestRuleResult.tsx
/usr/share/grafana/public/app/features/alerting/Upgrade.tsx
/usr/share/grafana/public/app/features/alerting/components
/usr/share/grafana/public/app/features/alerting/components/BasicSettings.tsx
/usr/share/grafana/public/app/features/alerting/components/ChannelSettings.tsx
/usr/share/grafana/public/app/features/alerting/components/CollapsibleAlert.tsx
/usr/share/grafana/public/app/features/alerting/components/ConditionalWrap.tsx
/usr/share/grafana/public/app/features/alerting/components/DeprecationNotice.tsx
/usr/share/grafana/public/app/features/alerting/components/NotificationChannelForm.tsx
/usr/share/grafana/public/app/features/alerting/components/NotificationChannelOptions.tsx
/usr/share/grafana/public/app/features/alerting/components/NotificationSettings.tsx
/usr/share/grafana/public/app/features/alerting/components/OptionElement.tsx
/usr/share/grafana/public/app/features/alerting/components/UAPreviewNotice.tsx
/usr/share/grafana/public/app/features/alerting/getAlertingValidationMessage.test.ts
/usr/share/grafana/public/app/features/alerting/getAlertingValidationMessage.ts
/usr/share/grafana/public/app/features/alerting/partials
/usr/share/grafana/public/app/features/alerting/partials/alert_tab.html
/usr/share/grafana/public/app/features/alerting/routes.tsx
/usr/share/grafana/public/app/features/alerting/state
/usr/share/grafana/public/app/features/alerting/state/ThresholdMapper.test.ts
/usr/share/grafana/public/app/features/alerting/state/ThresholdMapper.ts
/usr/share/grafana/public/app/features/alerting/state/actions.ts
/usr/share/grafana/public/app/features/alerting/state/alertDef.ts
/usr/share/grafana/public/app/features/alerting/state/query_part.ts
/usr/share/grafana/public/app/features/alerting/state/reducers.test.ts
/usr/share/grafana/public/app/features/alerting/state/reducers.ts
/usr/share/grafana/public/app/features/alerting/state/selectors.test.ts
/usr/share/grafana/public/app/features/alerting/state/selectors.ts
/usr/share/grafana/public/app/features/alerting/unified
/usr/share/grafana/public/app/features/alerting/unified/Admin.tsx
/usr/share/grafana/public/app/features/alerting/unified/AlertGroups.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/AlertGroups.tsx
/usr/share/grafana/public/app/features/alerting/unified/AlertWarning.tsx
/usr/share/grafana/public/app/features/alerting/unified/AlertsFolderView.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/AlertsFolderView.tsx
/usr/share/grafana/public/app/features/alerting/unified/Analytics.test.ts
/usr/share/grafana/public/app/features/alerting/unified/Analytics.ts
/usr/share/grafana/public/app/features/alerting/unified/CloneRuleEditor.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/CloneRuleEditor.tsx
/usr/share/grafana/public/app/features/alerting/unified/ExistingRuleEditor.tsx
/usr/share/grafana/public/app/features/alerting/unified/GrafanaRuleQueryViewer.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/GrafanaRuleQueryViewer.tsx
/usr/share/grafana/public/app/features/alerting/unified/MoreActionsRuleButtons.tsx
/usr/share/grafana/public/app/features/alerting/unified/MuteTimings.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/MuteTimings.tsx
/usr/share/grafana/public/app/features/alerting/unified/NotificationPolicies.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/NotificationPolicies.tsx
/usr/share/grafana/public/app/features/alerting/unified/PanelAlertTab.tsx
/usr/share/grafana/public/app/features/alerting/unified/PanelAlertTabContent.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/PanelAlertTabContent.tsx
/usr/share/grafana/public/app/features/alerting/unified/Receivers.tsx
/usr/share/grafana/public/app/features/alerting/unified/RedirectToRuleViewer.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/RedirectToRuleViewer.tsx
/usr/share/grafana/public/app/features/alerting/unified/RuleEditor.tsx
/usr/share/grafana/public/app/features/alerting/unified/RuleEditorCloudOnlyAllowed.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/RuleEditorCloudRules.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/RuleEditorExisting.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/RuleEditorGrafanaRules.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/RuleEditorRecordingRule.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/RuleList.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/RuleList.tsx
/usr/share/grafana/public/app/features/alerting/unified/RuleViewer.tsx
/usr/share/grafana/public/app/features/alerting/unified/Silences.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/Silences.tsx
/usr/share/grafana/public/app/features/alerting/unified/TESTING.md
/usr/share/grafana/public/app/features/alerting/unified/TODO.md
/usr/share/grafana/public/app/features/alerting/unified/__mocks__
/usr/share/grafana/public/app/features/alerting/unified/__mocks__/createRouteGroupsMatcherWorker.ts
/usr/share/grafana/public/app/features/alerting/unified/__mocks__/useRouteGroupsMatcher.ts
/usr/share/grafana/public/app/features/alerting/unified/__snapshots__
/usr/share/grafana/public/app/features/alerting/unified/__snapshots__/PanelAlertTabContent.test.tsx.snap
/usr/share/grafana/public/app/features/alerting/unified/api
/usr/share/grafana/public/app/features/alerting/unified/api/alertRuleApi.ts
/usr/share/grafana/public/app/features/alerting/unified/api/alertingApi.ts
/usr/share/grafana/public/app/features/alerting/unified/api/alertmanager.ts
/usr/share/grafana/public/app/features/alerting/unified/api/alertmanagerApi.ts
/usr/share/grafana/public/app/features/alerting/unified/api/annotations.test.ts
/usr/share/grafana/public/app/features/alerting/unified/api/annotations.ts
/usr/share/grafana/public/app/features/alerting/unified/api/buildInfo.test.ts
/usr/share/grafana/public/app/features/alerting/unified/api/buildInfo.ts
/usr/share/grafana/public/app/features/alerting/unified/api/dashboardApi.ts
/usr/share/grafana/public/app/features/alerting/unified/api/featureDiscoveryApi.ts
/usr/share/grafana/public/app/features/alerting/unified/api/grafana.test.ts
/usr/share/grafana/public/app/features/alerting/unified/api/grafana.ts
/usr/share/grafana/public/app/features/alerting/unified/api/onCallApi.ts
/usr/share/grafana/public/app/features/alerting/unified/api/preview.ts
/usr/share/grafana/public/app/features/alerting/unified/api/prometheus.test.ts
/usr/share/grafana/public/app/features/alerting/unified/api/prometheus.ts
/usr/share/grafana/public/app/features/alerting/unified/api/receiversApi.ts
/usr/share/grafana/public/app/features/alerting/unified/api/ruler.test.ts
/usr/share/grafana/public/app/features/alerting/unified/api/ruler.ts
/usr/share/grafana/public/app/features/alerting/unified/api/stateHistoryApi.ts
/usr/share/grafana/public/app/features/alerting/unified/api/templateApi.ts
/usr/share/grafana/public/app/features/alerting/unified/api/upgradeApi.ts
/usr/share/grafana/public/app/features/alerting/unified/components
/usr/share/grafana/public/app/features/alerting/unified/components/AlertLabel.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/AlertLabelDropdown.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/AlertLabels.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/AlertLabels.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/AlertManagerPicker.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/AlertStateDot.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/AlertingPageWrapper.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/AnnotationDetailsField.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/Authorize.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/CollapseToggle.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/CollapseToggle.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/DetailsField.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/DynamicTable.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/DynamicTableWithGuidelines.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/EmptyArea.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/EmptyAreaWithCTA.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/Expression.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/Expression.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/GrafanaAlertmanagerDeliveryWarning.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/GrafanaAlertmanagerDeliveryWarning.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/HoverCard.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/InfoIcon.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/InvalidIntervalWarning.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/Label.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/MetaText.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/MoreButton.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/NoAlertManagerWarning.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/PluginBridge.mock.ts
/usr/share/grafana/public/app/features/alerting/unified/components/PluginBridge.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/PluginBridge.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/Provisioning.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/RuleLocation.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/Spacer.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/StateColoredText.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/StateTag.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/Strong.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/Tokenize.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/Well.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/admin
/usr/share/grafana/public/app/features/alerting/unified/components/admin/AlertmanagerConfig.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/admin/AlertmanagerConfig.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/admin/AlertmanagerConfigSelector.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/admin/ConfigEditor.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/admin/ExternalAlertmanagerDataSources.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/admin/ExternalAlertmanagers.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/admin/__snapshots__
/usr/share/grafana/public/app/features/alerting/unified/components/admin/__snapshots__/AlertmanagerConfig.test.tsx.snap
/usr/share/grafana/public/app/features/alerting/unified/components/alert-groups
/usr/share/grafana/public/app/features/alerting/unified/components/alert-groups/AlertDetails.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/alert-groups/AlertGroup.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/alert-groups/AlertGroupAlertsTable.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/alert-groups/AlertGroupFilter.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/alert-groups/AlertGroupHeader.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/alert-groups/AlertStateFilter.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/alert-groups/GroupBy.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/alert-groups/MatcherFilter.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/alert-groups/MatcherFilter.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/bridges
/usr/share/grafana/public/app/features/alerting/unified/components/bridges/DeclareIncidentButton.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/ContactPoints.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/ContactPoints.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/DuplicateMessageTemplate.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/EditContactPoint.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/EditMessageTemplate.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/NewContactPoint.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/NewContactPoint.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/NewMessageTemplate.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/NotificationTemplates.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/__mocks__
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/__mocks__/alertmanager.config.mock.json
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/__mocks__/alertmanager.mimir.config.mock.json
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/__mocks__/alertmanager.vanilla.mock.json
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/__mocks__/grafanaManagedServer.ts
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/__mocks__/mimirFlavoredServer.ts
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/__mocks__/receivers.mock.json
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/__mocks__/vanillaAlertmanagerServer.ts
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/__snapshots__
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/__snapshots__/NewContactPoint.test.tsx.snap
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/__snapshots__/useContactPoints.test.tsx.snap
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/components
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/components/ContactPointsFilter.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/components/GlobalConfig.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/components/GlobalConfigAlert.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/components/Modals.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/components/UnusedBadge.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/useContactPoints.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/useContactPoints.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/utils.ts
/usr/share/grafana/public/app/features/alerting/unified/components/export
/usr/share/grafana/public/app/features/alerting/unified/components/export/FileExportPreview.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/export/GrafanaExportDrawer.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/export/GrafanaModifyExport.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/export/GrafanaModifyExport.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/export/GrafanaMuteTimingsExporter.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/export/GrafanaPoliciesExporter.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/export/GrafanaReceiverExporter.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/export/GrafanaReceiversExporter.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/export/GrafanaRuleExporter.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/export/GrafanaRuleFolderExporter.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/export/GrafanaRuleGroupExporter.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/export/GrafanaRulesExporter.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/export/providers.ts
/usr/share/grafana/public/app/features/alerting/unified/components/expressions
/usr/share/grafana/public/app/features/alerting/unified/components/expressions/Expression.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/expressions/Expression.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/expressions/ExpressionStatusIndicator.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/expressions/ExpressionStatusIndicator.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/expressions/util.test.ts
/usr/share/grafana/public/app/features/alerting/unified/components/expressions/util.ts
/usr/share/grafana/public/app/features/alerting/unified/components/extensions
/usr/share/grafana/public/app/features/alerting/unified/components/extensions/AlertInstanceExtensionPoint.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/extensions/AlertInstanceExtensionPointMenu.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/mute-timings
/usr/share/grafana/public/app/features/alerting/unified/components/mute-timings/MuteTimingForm.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/mute-timings/MuteTimingTimeInterval.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/mute-timings/MuteTimingTimeRange.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/mute-timings/MuteTimingsTable.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/mute-timings/MuteTimingsTable.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/mute-timings/__snapshots__
/usr/share/grafana/public/app/features/alerting/unified/components/mute-timings/__snapshots__/util.test.tsx.snap
/usr/share/grafana/public/app/features/alerting/unified/components/mute-timings/timezones.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/mute-timings/util.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/mute-timings/util.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/notification-policies
/usr/share/grafana/public/app/features/alerting/unified/components/notification-policies/AlertGroupsSummary.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/notification-policies/ContactPointSelector.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/notification-policies/EditDefaultPolicyForm.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/notification-policies/EditDefaultPolicyForm.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/notification-policies/EditNotificationPolicyForm.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/notification-policies/EditNotificationPolicyForm.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/notification-policies/Filters.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/notification-policies/Matchers.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/notification-policies/Modals.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/notification-policies/Policy.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/notification-policies/Policy.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/notification-policies/PromDurationDocs.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/notification-policies/PromDurationInput.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/notification-policies/formStyles.ts
/usr/share/grafana/public/app/features/alerting/unified/components/notification-policies/routeTimingsFields.ts
/usr/share/grafana/public/app/features/alerting/unified/components/notification-policies/timingOptions.ts
/usr/share/grafana/public/app/features/alerting/unified/components/panel-alerts-tab
/usr/share/grafana/public/app/features/alerting/unified/components/panel-alerts-tab/NewRuleFromPanelButton.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/panel-alerts-tab/NewRuleFromPanelButton.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/AlertInstanceModalSelector.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/DuplicateTemplateView.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/EditReceiverView.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/EditTemplateView.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/GlobalConfigForm.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/NewReceiverView.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/NewTemplateView.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/PayloadEditor.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/PayloadEditor.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/ReceiversSection.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/TemplateData.ts
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/TemplateDataDocs.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/TemplateEditor.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/TemplateForm.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/TemplatePreview.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/TemplatesTable.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/TemplatesTable.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/editor
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/editor/alertManagerSuggestions.ts
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/editor/autocomplete.ts
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/editor/definition.ts
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/editor/language.ts
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/editor/register.ts
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/editor/snippets.ts
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/editor/suggestionDefinition.ts
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/editor/templateDataSuggestions.ts
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/form
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/form/ChannelOptions.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/form/ChannelSubForm.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/form/CloudCommonChannelSettings.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/form/CloudReceiverForm.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/form/CollapsibleSection.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/form/GenerateAlertDataModal.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/form/GrafanaCommonChannelSettings.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/form/GrafanaReceiverForm.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/form/GrafanaReceiverForm.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/form/ReceiverForm.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/form/TestContactPointModal.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/form/fields
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/form/fields/DeletedSubform.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/form/fields/KeyValueMapInput.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/form/fields/OptionField.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/form/fields/StringArrayInput.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/form/fields/SubformArrayField.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/form/fields/SubformField.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/form/fields/styles.ts
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/form/notifiers.ts
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/form/util.test.ts
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/form/util.ts
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/grafanaAppReceivers
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/grafanaAppReceivers/ReceiverMetadataBadge.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/grafanaAppReceivers/grafanaApp.ts
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/grafanaAppReceivers/onCall
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/grafanaAppReceivers/onCall/onCall.ts
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/grafanaAppReceivers/onCall/useOnCallIntegration.test.ts
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/grafanaAppReceivers/onCall/useOnCallIntegration.ts
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/grafanaAppReceivers/types.ts
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/grafanaAppReceivers/useReceiversMetadata.ts
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/AlertRuleNameInput.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/AnnotationHeaderField.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/AnnotationKeyInput.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/AnnotationsStep.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/AnnotationsStep.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/CloudAlertPreview.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/CloudEvaluationBehavior.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/CloudRulesSourcePicker.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/CustomAnnotationHeaderField.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/DashboardAnnotationField.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/DashboardPicker.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/DashboardPicker.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/ExpressionEditor.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/ExpressionsEditor.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/FolderAndGroup.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/GrafanaAlertStatePicker.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/GrafanaEvaluationBehavior.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/GrafanaRuleInspector.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/GroupAndNamespaceFields.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/LabelsField.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/LabelsField.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/NeedHelpInfo.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/NotificationsStep.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/PreviewRule.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/PreviewRuleResult.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/QueryEditor.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/QueryOptions.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/QueryRows.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/QueryWrapper.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/RecordingRuleEditor.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/RecordingRulesNameSpaceAndGroupStep.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/RuleEditorSection.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/RuleFolderPicker.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/RuleInspector.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/SelectWIthAdd.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/VizWrapper.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/__snapshots__
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/__snapshots__/util.test.ts.snap
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/alert-rule-form
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/alert-rule-form/AlertRuleForm.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/alert-rule-form/ModifyExportRuleForm.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/alert-rule-form/getPayloadToExport.test.ts
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/alert-rule-form/simplifiedRouting
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/alert-rule-form/simplifiedRouting/AlertManagerRouting.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/alert-rule-form/simplifiedRouting/SimplifiedRouting.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/alert-rule-form/simplifiedRouting/contactPoint
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/alert-rule-form/simplifiedRouting/contactPoint/ContactPointDetails.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/alert-rule-form/simplifiedRouting/contactPoint/ContactPointSelector.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/alert-rule-form/simplifiedRouting/route-settings
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/alert-rule-form/simplifiedRouting/route-settings/MuteTimingFields.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/alert-rule-form/simplifiedRouting/route-settings/RouteSettings.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/alert-rule-form/simplifiedRouting/route-settings/RouteTimings.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/dag.test.ts
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/dag.ts
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/notificaton-preview
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/notificaton-preview/NotificationPolicyMatchers.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/notificaton-preview/NotificationPreview.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/notificaton-preview/NotificationPreview.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/notificaton-preview/NotificationPreviewByAlertManager.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/notificaton-preview/NotificationRoute.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/notificaton-preview/NotificationRouteDetailsModal.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/notificaton-preview/route.ts
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/notificaton-preview/useAlertmanagerNotificationRoutingPreview.ts
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/preview.test.ts
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/preview.ts
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/query-and-alert-condition
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/query-and-alert-condition/CloudDataSourceSelector.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/query-and-alert-condition/QueryAndExpressionsStep.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/query-and-alert-condition/SmartAlertTypeDetector.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/query-and-alert-condition/__snapshots__
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/query-and-alert-condition/__snapshots__/reducer.test.tsx.snap
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/query-and-alert-condition/reducer.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/query-and-alert-condition/reducer.ts
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/query-and-alert-condition/useAlertQueryRunner.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/rule-types
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/rule-types/DisabledTooltip.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/rule-types/GrafanaManagedAlert.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/rule-types/MimirOrLokiAlert.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/rule-types/MimirOrLokiRecordingRule.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/rule-types/RuleType.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/rule-types/RuleTypePicker.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/useDashboardQuery.ts
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/util.test.ts
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/util.ts
/usr/share/grafana/public/app/features/alerting/unified/components/rule-viewer
/usr/share/grafana/public/app/features/alerting/unified/components/rule-viewer/RuleViewer.v1.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-viewer/RuleViewer.v1.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-viewer/RuleViewerLayout.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-viewer/RuleViewerVisualization.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-viewer/tabs
/usr/share/grafana/public/app/features/alerting/unified/components/rule-viewer/tabs/Details.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-viewer/tabs/History.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-viewer/tabs/Instances.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-viewer/tabs/Query.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-viewer/tabs/Routing.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-viewer/v2
/usr/share/grafana/public/app/features/alerting/unified/components/rule-viewer/v2/DeleteModal.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-viewer/v2/RuleViewer.v2.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules
/usr/share/grafana/public/app/features/alerting/unified/components/rules/ActionButton.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/ActionIcon.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/AlertInstanceDetails.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/AlertInstanceStateFilter.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/AlertInstancesTable.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/AlertStateTag.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/CloneRule.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/CloudRules.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/EditRuleGroupModal.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/EditRuleGroupModal.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/GrafanaRules.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/MultipleDataSourcePicker.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/NoRulesCTA.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/ReorderRuleGroupModal.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/ReorderRuleGroupModal.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/RuleActionsButtons.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/RuleConfigStatus.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/RuleDetails.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/RuleDetails.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/RuleDetailsActionButtons.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/RuleDetailsAnnotations.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/RuleDetailsDataSources.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/RuleDetailsExpression.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/RuleDetailsFederatedSources.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/RuleDetailsMatchingInstances.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/RuleDetailsMatchingInstances.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/RuleHealth.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/RuleListErrors.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/RuleListGroupView.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/RuleListGroupView.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/RuleListStateSection.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/RuleListStateView.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/RuleState.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/RuleStats.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/RulesFilter.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/RulesFilter.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/RulesGroup.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/RulesGroup.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/RulesTable.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/RulesTable.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/state-history
/usr/share/grafana/public/app/features/alerting/unified/components/rules/state-history/LogRecordViewer.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/state-history/LogRecordViewer.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/state-history/LogTimelineViewer.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/state-history/LokiStateHistory.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/state-history/LokiStateHistory.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/state-history/StateHistory.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/state-history/StateHistory.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/state-history/__snapshots__
/usr/share/grafana/public/app/features/alerting/unified/components/rules/state-history/__snapshots__/StateHistory.test.tsx.snap
/usr/share/grafana/public/app/features/alerting/unified/components/rules/state-history/common.test.ts
/usr/share/grafana/public/app/features/alerting/unified/components/rules/state-history/common.ts
/usr/share/grafana/public/app/features/alerting/unified/components/rules/state-history/useRuleHistoryRecords.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/state-history/useRuleHistoryRecords.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/useCombinedGroupNamespace.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/silences
/usr/share/grafana/public/app/features/alerting/unified/components/silences/AmAlertStateTag.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/silences/Matchers.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/silences/MatchersField.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/silences/NoSilencesCTA.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/silences/SilenceDetails.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/silences/SilencePeriod.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/silences/SilenceStateTag.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/silences/SilencedAlertsTable.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/silences/SilencedAlertsTableRow.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/silences/SilencedInstancesPreview.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/silences/SilencesEditor.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/silences/SilencesFilter.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/silences/SilencesTable.tsx
/usr/share/grafana/public/app/features/alerting/unified/createRouteGroupsMatcherWorker.ts
/usr/share/grafana/public/app/features/alerting/unified/home
/usr/share/grafana/public/app/features/alerting/unified/home/GettingStarted.tsx
/usr/share/grafana/public/app/features/alerting/unified/home/Home.tsx
/usr/share/grafana/public/app/features/alerting/unified/home/Insights.tsx
/usr/share/grafana/public/app/features/alerting/unified/hooks
/usr/share/grafana/public/app/features/alerting/unified/hooks/__snapshots__
/usr/share/grafana/public/app/features/alerting/unified/hooks/__snapshots__/useAbilities.test.tsx.snap
/usr/share/grafana/public/app/features/alerting/unified/hooks/alert-details
/usr/share/grafana/public/app/features/alerting/unified/hooks/alert-details/useRuleViewerPageTitle.tsx
/usr/share/grafana/public/app/features/alerting/unified/hooks/useAbilities.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/hooks/useAbilities.ts
/usr/share/grafana/public/app/features/alerting/unified/hooks/useAlertManagerSources.ts
/usr/share/grafana/public/app/features/alerting/unified/hooks/useAlertQueriesStatus.ts
/usr/share/grafana/public/app/features/alerting/unified/hooks/useAlertmanagerConfig.ts
/usr/share/grafana/public/app/features/alerting/unified/hooks/useCombinedRule.ts
/usr/share/grafana/public/app/features/alerting/unified/hooks/useCombinedRuleNamespaces.test.ts
/usr/share/grafana/public/app/features/alerting/unified/hooks/useCombinedRuleNamespaces.ts
/usr/share/grafana/public/app/features/alerting/unified/hooks/useControlledFieldArray.ts
/usr/share/grafana/public/app/features/alerting/unified/hooks/useExternalAMSelector.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/hooks/useExternalAmSelector.ts
/usr/share/grafana/public/app/features/alerting/unified/hooks/useFilteredAmGroups.ts
/usr/share/grafana/public/app/features/alerting/unified/hooks/useFilteredRules.test.ts
/usr/share/grafana/public/app/features/alerting/unified/hooks/useFilteredRules.ts
/usr/share/grafana/public/app/features/alerting/unified/hooks/useFolder.ts
/usr/share/grafana/public/app/features/alerting/unified/hooks/useGroupedAlerts.ts
/usr/share/grafana/public/app/features/alerting/unified/hooks/useHasRuler.ts
/usr/share/grafana/public/app/features/alerting/unified/hooks/useIsRuleEditable.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/hooks/useIsRuleEditable.ts
/usr/share/grafana/public/app/features/alerting/unified/hooks/useManagedAlertStateHistory.ts
/usr/share/grafana/public/app/features/alerting/unified/hooks/useMuteTimingOptions.ts
/usr/share/grafana/public/app/features/alerting/unified/hooks/usePagination.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/hooks/usePagination.ts
/usr/share/grafana/public/app/features/alerting/unified/hooks/usePanelCombinedRules.ts
/usr/share/grafana/public/app/features/alerting/unified/hooks/usePluginBridge.ts
/usr/share/grafana/public/app/features/alerting/unified/hooks/useRuleSourcesWithRuler.ts
/usr/share/grafana/public/app/features/alerting/unified/hooks/useSilenceNavData.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/hooks/useSilenceNavData.ts
/usr/share/grafana/public/app/features/alerting/unified/hooks/useStateHistoryModal.tsx
/usr/share/grafana/public/app/features/alerting/unified/hooks/useURLSearchParams.ts
/usr/share/grafana/public/app/features/alerting/unified/hooks/useUnifiedAlertingSelector.ts
/usr/share/grafana/public/app/features/alerting/unified/hooks/useVizHeight.ts
/usr/share/grafana/public/app/features/alerting/unified/insights
/usr/share/grafana/public/app/features/alerting/unified/insights/DataSourcesInfo.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/RatingModal.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/SectionFooter.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/SectionSubheader.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/grafana
/usr/share/grafana/public/app/features/alerting/unified/insights/grafana/AlertsByStateScene.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/grafana/EvalDurationScene.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/grafana/EvalSuccessVsFailuresScene.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/grafana/Firing.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/grafana/FiringAlertsPercentage.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/grafana/FiringAlertsRate.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/grafana/InstanceStatusScene.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/grafana/MissedIterationsScene.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/grafana/MostFiredInstancesTable.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/grafana/MostFiredRulesTable.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/grafana/MostFiringLabels.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/grafana/Paused.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/grafana/RulesByEvaluation.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/grafana/RulesByEvaluationPercentage.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/grafana/alertmanager
/usr/share/grafana/public/app/features/alerting/unified/insights/grafana/alertmanager/AlertsByState.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/grafana/alertmanager/NotificationsScene.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/grafana/alertmanager/SilencesByStateScene.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/mimir
/usr/share/grafana/public/app/features/alerting/unified/insights/mimir/AlertsByState.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/mimir/InvalidConfig.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/mimir/Notifications.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/mimir/Silences.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/mimir/perGroup
/usr/share/grafana/public/app/features/alerting/unified/insights/mimir/perGroup/RuleGroupEvaluationDurationIntervalRatioScene.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/mimir/perGroup/RuleGroupEvaluationDurationScene.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/mimir/perGroup/RuleGroupEvaluationsScene.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/mimir/perGroup/RuleGroupIntervalScene.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/mimir/perGroup/RulesPerGroupScene.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/mimir/rules
/usr/share/grafana/public/app/features/alerting/unified/insights/mimir/rules/EvalSuccessVsFailuresScene.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/mimir/rules/Firing.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/mimir/rules/InstancesByState.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/mimir/rules/InstancesPercentageByState.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/mimir/rules/MissedIterationsScene.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/mimir/rules/MostFiredRules.tsx
/usr/share/grafana/public/app/features/alerting/unified/insights/mimir/rules/Pending.tsx
/usr/share/grafana/public/app/features/alerting/unified/mockApi.ts
/usr/share/grafana/public/app/features/alerting/unified/mockGrafanaNotifiers.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks
/usr/share/grafana/public/app/features/alerting/unified/mocks.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/alertRuleApi.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/alertmanagerApi.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/grafana-notifiers.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/plugins.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/rulerApi.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/templatesApi.ts
/usr/share/grafana/public/app/features/alerting/unified/routeGroupsMatcher.ts
/usr/share/grafana/public/app/features/alerting/unified/routeGroupsMatcher.worker.ts
/usr/share/grafana/public/app/features/alerting/unified/search
/usr/share/grafana/public/app/features/alerting/unified/search/README.md
/usr/share/grafana/public/app/features/alerting/unified/search/rulesSearchParser.test.ts
/usr/share/grafana/public/app/features/alerting/unified/search/rulesSearchParser.ts
/usr/share/grafana/public/app/features/alerting/unified/search/search.grammar
/usr/share/grafana/public/app/features/alerting/unified/search/search.js
/usr/share/grafana/public/app/features/alerting/unified/search/search.terms.js
/usr/share/grafana/public/app/features/alerting/unified/search/searchParser.ts
/usr/share/grafana/public/app/features/alerting/unified/state
/usr/share/grafana/public/app/features/alerting/unified/state/AlertingQueryRunner.test.ts
/usr/share/grafana/public/app/features/alerting/unified/state/AlertingQueryRunner.ts
/usr/share/grafana/public/app/features/alerting/unified/state/AlertmanagerContext.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/state/AlertmanagerContext.tsx
/usr/share/grafana/public/app/features/alerting/unified/state/actions.ts
/usr/share/grafana/public/app/features/alerting/unified/state/reducers.ts
/usr/share/grafana/public/app/features/alerting/unified/styles
/usr/share/grafana/public/app/features/alerting/unified/styles/notifications.ts
/usr/share/grafana/public/app/features/alerting/unified/styles/pagination.ts
/usr/share/grafana/public/app/features/alerting/unified/styles/table.ts
/usr/share/grafana/public/app/features/alerting/unified/testSetup
/usr/share/grafana/public/app/features/alerting/unified/testSetup/datasources.ts
/usr/share/grafana/public/app/features/alerting/unified/testSetup/featureDiscovery.ts
/usr/share/grafana/public/app/features/alerting/unified/types
/usr/share/grafana/public/app/features/alerting/unified/types/amroutes.ts
/usr/share/grafana/public/app/features/alerting/unified/types/contact-points.ts
/usr/share/grafana/public/app/features/alerting/unified/types/mute-timing-form.ts
/usr/share/grafana/public/app/features/alerting/unified/types/pluginBridges.ts
/usr/share/grafana/public/app/features/alerting/unified/types/preview.ts
/usr/share/grafana/public/app/features/alerting/unified/types/receiver-form.ts
/usr/share/grafana/public/app/features/alerting/unified/types/rule-form.ts
/usr/share/grafana/public/app/features/alerting/unified/types/silence-form.ts
/usr/share/grafana/public/app/features/alerting/unified/types/time.ts
/usr/share/grafana/public/app/features/alerting/unified/useRouteGroupsMatcher.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/useRouteGroupsMatcher.ts
/usr/share/grafana/public/app/features/alerting/unified/utils
/usr/share/grafana/public/app/features/alerting/unified/utils/__snapshots__
/usr/share/grafana/public/app/features/alerting/unified/utils/__snapshots__/notification-policies.test.ts.snap
/usr/share/grafana/public/app/features/alerting/unified/utils/__snapshots__/receiver-form.test.ts.snap
/usr/share/grafana/public/app/features/alerting/unified/utils/__snapshots__/rule-form.test.ts.snap
/usr/share/grafana/public/app/features/alerting/unified/utils/__snapshots__/rule-id.test.ts.snap
/usr/share/grafana/public/app/features/alerting/unified/utils/access-control.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/accessControlHooks.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/alertmanager.test.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/alertmanager.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/amroutes.test.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/amroutes.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/annotations.tsx
/usr/share/grafana/public/app/features/alerting/unified/utils/cloud-alertmanager-notifier-types.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/config.test.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/config.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/constants.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/datasource.test.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/datasource.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/duplicate.test.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/duplicate.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/dynamicTable.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/getNumberEvaluationsToStartAlerting.test.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/labels.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/matchers.test.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/matchers.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/messageFromError.test.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/misc.test.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/misc.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/mute-timings.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/notification-policies.test.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/notification-policies.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/notifier-types.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/query.test.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/query.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/receiver-form.test.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/receiver-form.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/receivers.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/redux.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/routeTree.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/rule-form.test.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/rule-form.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/rule-id.test.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/rule-id.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/rulerClient.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/rules.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/search.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/templates.test.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/templates.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/time.test.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/time.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/timeRange.test.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/timeRange.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/url.ts
/usr/share/grafana/public/app/features/alerting/utils
/usr/share/grafana/public/app/features/alerting/utils/dataSourceFromExpression.ts
/usr/share/grafana/public/app/features/alerting/utils/notificationChannel.test.ts
/usr/share/grafana/public/app/features/alerting/utils/notificationChannels.ts
/usr/share/grafana/public/app/features/all.ts
/usr/share/grafana/public/app/features/annotations
/usr/share/grafana/public/app/features/annotations/api.ts
/usr/share/grafana/public/app/features/annotations/components
/usr/share/grafana/public/app/features/annotations/components/AnnotationResultMapper.tsx
/usr/share/grafana/public/app/features/annotations/components/StandardAnnotationQueryEditor.test.tsx
/usr/share/grafana/public/app/features/annotations/components/StandardAnnotationQueryEditor.tsx
/usr/share/grafana/public/app/features/annotations/events_processing.test.ts
/usr/share/grafana/public/app/features/annotations/events_processing.ts
/usr/share/grafana/public/app/features/annotations/executeAnnotationQuery.ts
/usr/share/grafana/public/app/features/annotations/partials
/usr/share/grafana/public/app/features/annotations/partials/event_editor.html
/usr/share/grafana/public/app/features/annotations/standardAnnotationSupport.test.ts
/usr/share/grafana/public/app/features/annotations/standardAnnotationSupport.ts
/usr/share/grafana/public/app/features/annotations/types.ts
/usr/share/grafana/public/app/features/api-keys
/usr/share/grafana/public/app/features/api-keys/ApiKeysActionBar.tsx
/usr/share/grafana/public/app/features/api-keys/ApiKeysPage.test.tsx
/usr/share/grafana/public/app/features/api-keys/ApiKeysPage.tsx
/usr/share/grafana/public/app/features/api-keys/ApiKeysTable.tsx
/usr/share/grafana/public/app/features/api-keys/MigrateToServiceAccountsCard.tsx
/usr/share/grafana/public/app/features/api-keys/__mocks__
/usr/share/grafana/public/app/features/api-keys/__mocks__/apiKeysMock.ts
/usr/share/grafana/public/app/features/api-keys/state
/usr/share/grafana/public/app/features/api-keys/state/actions.ts
/usr/share/grafana/public/app/features/api-keys/state/reducers.test.ts
/usr/share/grafana/public/app/features/api-keys/state/reducers.ts
/usr/share/grafana/public/app/features/api-keys/state/selectors.test.ts
/usr/share/grafana/public/app/features/api-keys/state/selectors.ts
/usr/share/grafana/public/app/features/auth-config
/usr/share/grafana/public/app/features/auth-config/AuthProvidersListPage.tsx
/usr/share/grafana/public/app/features/auth-config/ErrorContainer.tsx
/usr/share/grafana/public/app/features/auth-config/ProviderConfigForm.test.tsx
/usr/share/grafana/public/app/features/auth-config/ProviderConfigForm.tsx
/usr/share/grafana/public/app/features/auth-config/ProviderConfigPage.tsx
/usr/share/grafana/public/app/features/auth-config/components
/usr/share/grafana/public/app/features/auth-config/components/ConfigureAuthCTA.tsx
/usr/share/grafana/public/app/features/auth-config/components/ProviderCard.tsx
/usr/share/grafana/public/app/features/auth-config/constants.ts
/usr/share/grafana/public/app/features/auth-config/fields.ts
/usr/share/grafana/public/app/features/auth-config/index.ts
/usr/share/grafana/public/app/features/auth-config/state
/usr/share/grafana/public/app/features/auth-config/state/actions.ts
/usr/share/grafana/public/app/features/auth-config/state/reducers.ts
/usr/share/grafana/public/app/features/auth-config/types.ts
/usr/share/grafana/public/app/features/auth-config/utils
/usr/share/grafana/public/app/features/auth-config/utils/data.ts
/usr/share/grafana/public/app/features/auth-config/utils/guards.ts
/usr/share/grafana/public/app/features/auth-config/utils/url.ts
/usr/share/grafana/public/app/features/browse-dashboards
/usr/share/grafana/public/app/features/browse-dashboards/BrowseDashboardsPage.test.tsx
/usr/share/grafana/public/app/features/browse-dashboards/BrowseDashboardsPage.tsx
/usr/share/grafana/public/app/features/browse-dashboards/BrowseFolderAlertingPage.test.tsx
/usr/share/grafana/public/app/features/browse-dashboards/BrowseFolderAlertingPage.tsx
/usr/share/grafana/public/app/features/browse-dashboards/BrowseFolderLibraryPanelsPage.test.tsx
/usr/share/grafana/public/app/features/browse-dashboards/BrowseFolderLibraryPanelsPage.tsx
/usr/share/grafana/public/app/features/browse-dashboards/api
/usr/share/grafana/public/app/features/browse-dashboards/api/browseDashboardsAPI.ts
/usr/share/grafana/public/app/features/browse-dashboards/api/services.test.ts
/usr/share/grafana/public/app/features/browse-dashboards/api/services.ts
/usr/share/grafana/public/app/features/browse-dashboards/components
/usr/share/grafana/public/app/features/browse-dashboards/components/BrowseActions
/usr/share/grafana/public/app/features/browse-dashboards/components/BrowseActions/BrowseActions.test.tsx
/usr/share/grafana/public/app/features/browse-dashboards/components/BrowseActions/BrowseActions.tsx
/usr/share/grafana/public/app/features/browse-dashboards/components/BrowseActions/DeleteModal.test.tsx
/usr/share/grafana/public/app/features/browse-dashboards/components/BrowseActions/DeleteModal.tsx
/usr/share/grafana/public/app/features/browse-dashboards/components/BrowseActions/DescendantCount.tsx
/usr/share/grafana/public/app/features/browse-dashboards/components/BrowseActions/MoveModal.test.tsx
/usr/share/grafana/public/app/features/browse-dashboards/components/BrowseActions/MoveModal.tsx
/usr/share/grafana/public/app/features/browse-dashboards/components/BrowseActions/utils.test.ts
/usr/share/grafana/public/app/features/browse-dashboards/components/BrowseActions/utils.ts
/usr/share/grafana/public/app/features/browse-dashboards/components/BrowseFilters.tsx
/usr/share/grafana/public/app/features/browse-dashboards/components/BrowseView.test.tsx
/usr/share/grafana/public/app/features/browse-dashboards/components/BrowseView.tsx
/usr/share/grafana/public/app/features/browse-dashboards/components/CheckboxCell.tsx
/usr/share/grafana/public/app/features/browse-dashboards/components/CheckboxHeaderCell.tsx
/usr/share/grafana/public/app/features/browse-dashboards/components/CreateNewButton.test.tsx
/usr/share/grafana/public/app/features/browse-dashboards/components/CreateNewButton.tsx
/usr/share/grafana/public/app/features/browse-dashboards/components/DashboardsTree.test.tsx
/usr/share/grafana/public/app/features/browse-dashboards/components/DashboardsTree.tsx
/usr/share/grafana/public/app/features/browse-dashboards/components/FolderActionsButton.test.tsx
/usr/share/grafana/public/app/features/browse-dashboards/components/FolderActionsButton.tsx
/usr/share/grafana/public/app/features/browse-dashboards/components/NameCell.tsx
/usr/share/grafana/public/app/features/browse-dashboards/components/NewFolderForm.tsx
/usr/share/grafana/public/app/features/browse-dashboards/components/SearchView.tsx
/usr/share/grafana/public/app/features/browse-dashboards/components/TagsCell.tsx
/usr/share/grafana/public/app/features/browse-dashboards/components/customFlexTableLayout.ts
/usr/share/grafana/public/app/features/browse-dashboards/components/utils.ts
/usr/share/grafana/public/app/features/browse-dashboards/fixtures
/usr/share/grafana/public/app/features/browse-dashboards/fixtures/alertRules.fixture.ts
/usr/share/grafana/public/app/features/browse-dashboards/fixtures/dashboardsTreeItem.fixture.ts
/usr/share/grafana/public/app/features/browse-dashboards/fixtures/folder.fixture.ts
/usr/share/grafana/public/app/features/browse-dashboards/fixtures/libraryElements.fixture.ts
/usr/share/grafana/public/app/features/browse-dashboards/fixtures/state.fixtures.ts
/usr/share/grafana/public/app/features/browse-dashboards/permissions.ts
/usr/share/grafana/public/app/features/browse-dashboards/state
/usr/share/grafana/public/app/features/browse-dashboards/state/actions.ts
/usr/share/grafana/public/app/features/browse-dashboards/state/hooks.test.ts
/usr/share/grafana/public/app/features/browse-dashboards/state/hooks.ts
/usr/share/grafana/public/app/features/browse-dashboards/state/index.ts
/usr/share/grafana/public/app/features/browse-dashboards/state/reducers.test.ts
/usr/share/grafana/public/app/features/browse-dashboards/state/reducers.ts
/usr/share/grafana/public/app/features/browse-dashboards/state/slice.ts
/usr/share/grafana/public/app/features/browse-dashboards/state/utils.ts
/usr/share/grafana/public/app/features/browse-dashboards/types.ts
/usr/share/grafana/public/app/features/canvas
/usr/share/grafana/public/app/features/canvas/element.ts
/usr/share/grafana/public/app/features/canvas/elements
/usr/share/grafana/public/app/features/canvas/elements/button.tsx
/usr/share/grafana/public/app/features/canvas/elements/droneFront.tsx
/usr/share/grafana/public/app/features/canvas/elements/droneSide.tsx
/usr/share/grafana/public/app/features/canvas/elements/droneTop.tsx
/usr/share/grafana/public/app/features/canvas/elements/ellipse.tsx
/usr/share/grafana/public/app/features/canvas/elements/icon.tsx
/usr/share/grafana/public/app/features/canvas/elements/metricValue.tsx
/usr/share/grafana/public/app/features/canvas/elements/notFound.tsx
/usr/share/grafana/public/app/features/canvas/elements/rectangle.tsx
/usr/share/grafana/public/app/features/canvas/elements/server
/usr/share/grafana/public/app/features/canvas/elements/server/server.tsx
/usr/share/grafana/public/app/features/canvas/elements/server/types
/usr/share/grafana/public/app/features/canvas/elements/server/types/database.tsx
/usr/share/grafana/public/app/features/canvas/elements/server/types/single.tsx
/usr/share/grafana/public/app/features/canvas/elements/server/types/stack.tsx
/usr/share/grafana/public/app/features/canvas/elements/server/types/terminal.tsx
/usr/share/grafana/public/app/features/canvas/elements/text.tsx
/usr/share/grafana/public/app/features/canvas/elements/windTurbine.tsx
/usr/share/grafana/public/app/features/canvas/frame.ts
/usr/share/grafana/public/app/features/canvas/index.ts
/usr/share/grafana/public/app/features/canvas/registry.ts
/usr/share/grafana/public/app/features/canvas/runtime
/usr/share/grafana/public/app/features/canvas/runtime/SceneTransformWrapper.tsx
/usr/share/grafana/public/app/features/canvas/runtime/ables.tsx
/usr/share/grafana/public/app/features/canvas/runtime/element.tsx
/usr/share/grafana/public/app/features/canvas/runtime/frame.tsx
/usr/share/grafana/public/app/features/canvas/runtime/root.tsx
/usr/share/grafana/public/app/features/canvas/runtime/scene.tsx
/usr/share/grafana/public/app/features/canvas/types.ts
/usr/share/grafana/public/app/features/commandPalette
/usr/share/grafana/public/app/features/commandPalette/CommandPalette.tsx
/usr/share/grafana/public/app/features/commandPalette/KBarResults.tsx
/usr/share/grafana/public/app/features/commandPalette/ResultItem.tsx
/usr/share/grafana/public/app/features/commandPalette/actions
/usr/share/grafana/public/app/features/commandPalette/actions/dashboardActions.test.ts
/usr/share/grafana/public/app/features/commandPalette/actions/dashboardActions.ts
/usr/share/grafana/public/app/features/commandPalette/actions/extensionActions.ts
/usr/share/grafana/public/app/features/commandPalette/actions/staticActions.ts
/usr/share/grafana/public/app/features/commandPalette/actions/useActions.ts
/usr/share/grafana/public/app/features/commandPalette/types.ts
/usr/share/grafana/public/app/features/commandPalette/useMatches.ts
/usr/share/grafana/public/app/features/commandPalette/values.ts
/usr/share/grafana/public/app/features/connections
/usr/share/grafana/public/app/features/connections/Connections.test.tsx
/usr/share/grafana/public/app/features/connections/Connections.tsx
/usr/share/grafana/public/app/features/connections/__mocks__
/usr/share/grafana/public/app/features/connections/__mocks__/store.navIndex.mock.ts
/usr/share/grafana/public/app/features/connections/components
/usr/share/grafana/public/app/features/connections/components/ConnectionsRedirectNotice
/usr/share/grafana/public/app/features/connections/components/ConnectionsRedirectNotice/ConnectionsRedirectNotice.tsx
/usr/share/grafana/public/app/features/connections/components/ConnectionsRedirectNotice/index.ts
/usr/share/grafana/public/app/features/connections/constants.ts
/usr/share/grafana/public/app/features/connections/hooks
/usr/share/grafana/public/app/features/connections/hooks/useDataSourceSettingsNav.ts
/usr/share/grafana/public/app/features/connections/pages
/usr/share/grafana/public/app/features/connections/pages/AddNewConnectionPage.tsx
/usr/share/grafana/public/app/features/connections/pages/DataSourceDashboardsPage.tsx
/usr/share/grafana/public/app/features/connections/pages/DataSourceDetailsPage.tsx
/usr/share/grafana/public/app/features/connections/pages/DataSourcesListPage.tsx
/usr/share/grafana/public/app/features/connections/pages/EditDataSourcePage.tsx
/usr/share/grafana/public/app/features/connections/pages/NewDataSourcePage.tsx
/usr/share/grafana/public/app/features/connections/pages/index.tsx
/usr/share/grafana/public/app/features/connections/routes.tsx
/usr/share/grafana/public/app/features/connections/tabs
/usr/share/grafana/public/app/features/connections/tabs/ConnectData
/usr/share/grafana/public/app/features/connections/tabs/ConnectData/CardGrid
/usr/share/grafana/public/app/features/connections/tabs/ConnectData/CardGrid/CardGrid.tsx
/usr/share/grafana/public/app/features/connections/tabs/ConnectData/CardGrid/index.tsx
/usr/share/grafana/public/app/features/connections/tabs/ConnectData/CategoryHeader
/usr/share/grafana/public/app/features/connections/tabs/ConnectData/CategoryHeader/CategoryHeader.tsx
/usr/share/grafana/public/app/features/connections/tabs/ConnectData/CategoryHeader/index.tsx
/usr/share/grafana/public/app/features/connections/tabs/ConnectData/ConnectData.test.tsx
/usr/share/grafana/public/app/features/connections/tabs/ConnectData/ConnectData.tsx
/usr/share/grafana/public/app/features/connections/tabs/ConnectData/NoAccessModal
/usr/share/grafana/public/app/features/connections/tabs/ConnectData/NoAccessModal/NoAccessModal.tsx
/usr/share/grafana/public/app/features/connections/tabs/ConnectData/NoAccessModal/index.tsx
/usr/share/grafana/public/app/features/connections/tabs/ConnectData/NoResults
/usr/share/grafana/public/app/features/connections/tabs/ConnectData/NoResults/NoResults.tsx
/usr/share/grafana/public/app/features/connections/tabs/ConnectData/NoResults/index.tsx
/usr/share/grafana/public/app/features/connections/tabs/ConnectData/Search
/usr/share/grafana/public/app/features/connections/tabs/ConnectData/Search/Search.tsx
/usr/share/grafana/public/app/features/connections/tabs/ConnectData/Search/index.tsx
/usr/share/grafana/public/app/features/connections/tabs/ConnectData/index.tsx
/usr/share/grafana/public/app/features/correlations
/usr/share/grafana/public/app/features/correlations/CorrelationsFeatureToggle.tsx
/usr/share/grafana/public/app/features/correlations/CorrelationsPage.test.tsx
/usr/share/grafana/public/app/features/correlations/CorrelationsPage.tsx
/usr/share/grafana/public/app/features/correlations/Forms
/usr/share/grafana/public/app/features/correlations/Forms/AddCorrelationForm.tsx
/usr/share/grafana/public/app/features/correlations/Forms/ConfigureCorrelationBasicInfoForm.tsx
/usr/share/grafana/public/app/features/correlations/Forms/ConfigureCorrelationSourceForm.tsx
/usr/share/grafana/public/app/features/correlations/Forms/ConfigureCorrelationTargetForm.tsx
/usr/share/grafana/public/app/features/correlations/Forms/CorrelationFormNavigation.tsx
/usr/share/grafana/public/app/features/correlations/Forms/EditCorrelationForm.tsx
/usr/share/grafana/public/app/features/correlations/Forms/QueryEditorField.test.tsx
/usr/share/grafana/public/app/features/correlations/Forms/QueryEditorField.tsx
/usr/share/grafana/public/app/features/correlations/Forms/TransformationEditorRow.tsx
/usr/share/grafana/public/app/features/correlations/Forms/TransformationsEditor.tsx
/usr/share/grafana/public/app/features/correlations/Forms/correlationsFormContext.tsx
/usr/share/grafana/public/app/features/correlations/Forms/types.ts
/usr/share/grafana/public/app/features/correlations/Forms/utils.ts
/usr/share/grafana/public/app/features/correlations/__mocks__
/usr/share/grafana/public/app/features/correlations/__mocks__/useCorrelations.mocks.ts
/usr/share/grafana/public/app/features/correlations/components
/usr/share/grafana/public/app/features/correlations/components/EmptyCorrelationsCTA.tsx
/usr/share/grafana/public/app/features/correlations/components/Wizard
/usr/share/grafana/public/app/features/correlations/components/Wizard/Wizard.test.tsx
/usr/share/grafana/public/app/features/correlations/components/Wizard/Wizard.tsx
/usr/share/grafana/public/app/features/correlations/components/Wizard/WizardContent.tsx
/usr/share/grafana/public/app/features/correlations/components/Wizard/index.ts
/usr/share/grafana/public/app/features/correlations/components/Wizard/types.ts
/usr/share/grafana/public/app/features/correlations/components/Wizard/wizardContext.tsx
/usr/share/grafana/public/app/features/correlations/transformations.ts
/usr/share/grafana/public/app/features/correlations/types.ts
/usr/share/grafana/public/app/features/correlations/useCorrelations.ts
/usr/share/grafana/public/app/features/correlations/utils.test.ts
/usr/share/grafana/public/app/features/correlations/utils.ts
/usr/share/grafana/public/app/features/dashboard
/usr/share/grafana/public/app/features/dashboard-scene
/usr/share/grafana/public/app/features/dashboard-scene/inspect
/usr/share/grafana/public/app/features/dashboard-scene/inspect/InspectDataTab.tsx
/usr/share/grafana/public/app/features/dashboard-scene/inspect/InspectJsonTab.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/inspect/InspectJsonTab.tsx
/usr/share/grafana/public/app/features/dashboard-scene/inspect/InspectMetaDataTab.tsx
/usr/share/grafana/public/app/features/dashboard-scene/inspect/InspectQueryTab.tsx
/usr/share/grafana/public/app/features/dashboard-scene/inspect/InspectStatsTab.tsx
/usr/share/grafana/public/app/features/dashboard-scene/inspect/PanelInspectDrawer.tsx
/usr/share/grafana/public/app/features/dashboard-scene/inspect/types.ts
/usr/share/grafana/public/app/features/dashboard-scene/pages
/usr/share/grafana/public/app/features/dashboard-scene/pages/DashboardScenePage.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/pages/DashboardScenePage.tsx
/usr/share/grafana/public/app/features/dashboard-scene/pages/DashboardScenePageStateManager.test.ts
/usr/share/grafana/public/app/features/dashboard-scene/pages/DashboardScenePageStateManager.ts
/usr/share/grafana/public/app/features/dashboard-scene/pages/PanelEditPage.tsx
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit/PanelDataPane
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit/PanelDataPane/PanelDataAlertingTab.tsx
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit/PanelDataPane/PanelDataPane.tsx
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit/PanelDataPane/PanelDataQueriesTab.tsx
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit/PanelDataPane/PanelDataTransformationsTab.tsx
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit/PanelDataPane/types.ts
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit/PanelEditor.tsx
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit/PanelEditorRenderer.tsx
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit/PanelEditorUrlSync.ts
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit/PanelOptionsPane.tsx
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit/PanelVizTypePicker.tsx
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit/VizPanelManager.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit/VizPanelManager.tsx
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit/testfiles
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit/testfiles/testDashboard.json
/usr/share/grafana/public/app/features/dashboard-scene/scene
/usr/share/grafana/public/app/features/dashboard-scene/scene/AlertStatesDataLayer.ts
/usr/share/grafana/public/app/features/dashboard-scene/scene/DashboardAnnotationsDataLayer.test.ts
/usr/share/grafana/public/app/features/dashboard-scene/scene/DashboardAnnotationsDataLayer.ts
/usr/share/grafana/public/app/features/dashboard-scene/scene/DashboardControls.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/DashboardLinksControls.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/DashboardMacro.ts
/usr/share/grafana/public/app/features/dashboard-scene/scene/DashboardScene.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/DashboardScene.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/DashboardSceneRenderer.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/DashboardSceneUrlSync.test.ts
/usr/share/grafana/public/app/features/dashboard-scene/scene/DashboardSceneUrlSync.ts
/usr/share/grafana/public/app/features/dashboard-scene/scene/LibraryVizPanel.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/NavToolbarActions.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/PanelLinks.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/PanelMenuBehavior.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/PanelMenuBehavior.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/PanelNotices.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/PanelRepeaterGridItem.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/PanelRepeaterGridItem.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/PanelTimeRange.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/PanelTimeRange.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/RowRepeaterBehavior.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/RowRepeaterBehavior.ts
/usr/share/grafana/public/app/features/dashboard-scene/scene/ShareQueryDataProvider.test.ts
/usr/share/grafana/public/app/features/dashboard-scene/scene/ShareQueryDataProvider.ts
/usr/share/grafana/public/app/features/dashboard-scene/scene/ViewPanelScene.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/ViewPanelScene.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/keyboardShortcuts.ts
/usr/share/grafana/public/app/features/dashboard-scene/scene/setDashboardPanelContext.test.ts
/usr/share/grafana/public/app/features/dashboard-scene/scene/setDashboardPanelContext.ts
/usr/share/grafana/public/app/features/dashboard-scene/scene/types.ts
/usr/share/grafana/public/app/features/dashboard-scene/serialization
/usr/share/grafana/public/app/features/dashboard-scene/serialization/SaveDashboardDrawer.tsx
/usr/share/grafana/public/app/features/dashboard-scene/serialization/__snapshots__
/usr/share/grafana/public/app/features/dashboard-scene/serialization/__snapshots__/transformSceneToSaveModel.test.ts.snap
/usr/share/grafana/public/app/features/dashboard-scene/serialization/angularMigration.test.ts
/usr/share/grafana/public/app/features/dashboard-scene/serialization/angularMigration.ts
/usr/share/grafana/public/app/features/dashboard-scene/serialization/const.ts
/usr/share/grafana/public/app/features/dashboard-scene/serialization/dataLayersToAnnotations.ts
/usr/share/grafana/public/app/features/dashboard-scene/serialization/sceneVariablesSetToVariables.test.ts
/usr/share/grafana/public/app/features/dashboard-scene/serialization/sceneVariablesSetToVariables.ts
/usr/share/grafana/public/app/features/dashboard-scene/serialization/testfiles
/usr/share/grafana/public/app/features/dashboard-scene/serialization/testfiles/dashboard_to_load1.json
/usr/share/grafana/public/app/features/dashboard-scene/serialization/testfiles/repeating_rows_and_panels.json
/usr/share/grafana/public/app/features/dashboard-scene/serialization/testfiles/snapshotable_dashboard.json
/usr/share/grafana/public/app/features/dashboard-scene/serialization/testfiles/snapshotable_with_rows.json
/usr/share/grafana/public/app/features/dashboard-scene/serialization/transformSaveModelToScene.test.ts
/usr/share/grafana/public/app/features/dashboard-scene/serialization/transformSaveModelToScene.ts
/usr/share/grafana/public/app/features/dashboard-scene/serialization/transformSceneToSaveModel.test.ts
/usr/share/grafana/public/app/features/dashboard-scene/serialization/transformSceneToSaveModel.ts
/usr/share/grafana/public/app/features/dashboard-scene/settings
/usr/share/grafana/public/app/features/dashboard-scene/settings/AnnotationsEditView.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/DashboardLinksEditView.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/EditListViewSceneUrlSync.ts
/usr/share/grafana/public/app/features/dashboard-scene/settings/GeneralSettingsEditView.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/GeneralSettingsEditView.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/VariablesEditView.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/VariablesEditView.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/utils.ts
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/VariableEditorList.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/VariableEditorListRow.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareExportTab.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareLibraryPanelTab.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareLinkTab.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareLinkTab.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareModal.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/SharePanelEmbedTab.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareSnapshotTab.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/public-dashboards
/usr/share/grafana/public/app/features/dashboard-scene/sharing/public-dashboards/ConfigPublicDashboard.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/public-dashboards/ConfirmModal.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/public-dashboards/CreatePublicDashboard.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/public-dashboards/SharePublicDashboardTab.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/public-dashboards/hooks.ts
/usr/share/grafana/public/app/features/dashboard-scene/sharing/public-dashboards/utils.ts
/usr/share/grafana/public/app/features/dashboard-scene/sharing/types.ts
/usr/share/grafana/public/app/features/dashboard-scene/utils
/usr/share/grafana/public/app/features/dashboard-scene/utils/DashboardModelCompatibilityWrapper.test.ts
/usr/share/grafana/public/app/features/dashboard-scene/utils/DashboardModelCompatibilityWrapper.ts
/usr/share/grafana/public/app/features/dashboard-scene/utils/createPanelDataProvider.ts
/usr/share/grafana/public/app/features/dashboard-scene/utils/dashboardSceneGraph.test.ts
/usr/share/grafana/public/app/features/dashboard-scene/utils/dashboardSceneGraph.ts
/usr/share/grafana/public/app/features/dashboard-scene/utils/djb2Hash.ts
/usr/share/grafana/public/app/features/dashboard-scene/utils/getVariablesCompatibility.ts
/usr/share/grafana/public/app/features/dashboard-scene/utils/interactions.ts
/usr/share/grafana/public/app/features/dashboard-scene/utils/registerDynamicDashNavAction.ts
/usr/share/grafana/public/app/features/dashboard-scene/utils/test-utils.ts
/usr/share/grafana/public/app/features/dashboard-scene/utils/urlBuilders.test.ts
/usr/share/grafana/public/app/features/dashboard-scene/utils/urlBuilders.ts
/usr/share/grafana/public/app/features/dashboard-scene/utils/utils.ts
/usr/share/grafana/public/app/features/dashboard/api
/usr/share/grafana/public/app/features/dashboard/api/publicDashboardApi.ts
/usr/share/grafana/public/app/features/dashboard/components
/usr/share/grafana/public/app/features/dashboard/components/AddLibraryPanelWidget
/usr/share/grafana/public/app/features/dashboard/components/AddLibraryPanelWidget/AddLibraryPanelWidget.tsx
/usr/share/grafana/public/app/features/dashboard/components/AddLibraryPanelWidget/index.ts
/usr/share/grafana/public/app/features/dashboard/components/AddPanelButton
/usr/share/grafana/public/app/features/dashboard/components/AddPanelButton/AddPanelButton.test.tsx
/usr/share/grafana/public/app/features/dashboard/components/AddPanelButton/AddPanelButton.tsx
/usr/share/grafana/public/app/features/dashboard/components/AddPanelButton/AddPanelMenu.test.tsx
/usr/share/grafana/public/app/features/dashboard/components/AddPanelButton/AddPanelMenu.tsx
/usr/share/grafana/public/app/features/dashboard/components/AddPanelWidget
/usr/share/grafana/public/app/features/dashboard/components/AddPanelWidget/AddPanelWidget.test.tsx
/usr/share/grafana/public/app/features/dashboard/components/AddPanelWidget/AddPanelWidget.tsx
/usr/share/grafana/public/app/features/dashboard/components/AddPanelWidget/_AddPanelWidget.scss
/usr/share/grafana/public/app/features/dashboard/components/AddPanelWidget/index.ts
/usr/share/grafana/public/app/features/dashboard/components/AddWidgetModal
/usr/share/grafana/public/app/features/dashboard/components/AddWidgetModal/AddWidgetModal.tsx
/usr/share/grafana/public/app/features/dashboard/components/AnnotationSettings
/usr/share/grafana/public/app/features/dashboard/components/AnnotationSettings/AngularEditorLoader.tsx
/usr/share/grafana/public/app/features/dashboard/components/AnnotationSettings/AnnotationSettingsEdit.tsx
/usr/share/grafana/public/app/features/dashboard/components/AnnotationSettings/AnnotationSettingsList.tsx
/usr/share/grafana/public/app/features/dashboard/components/AnnotationSettings/index.tsx
/usr/share/grafana/public/app/features/dashboard/components/DashExportModal
/usr/share/grafana/public/app/features/dashboard/components/DashExportModal/DashboardExporter.test.ts
/usr/share/grafana/public/app/features/dashboard/components/DashExportModal/DashboardExporter.ts
/usr/share/grafana/public/app/features/dashboard/components/DashExportModal/index.ts
/usr/share/grafana/public/app/features/dashboard/components/DashNav
/usr/share/grafana/public/app/features/dashboard/components/DashNav/DashNav.tsx
/usr/share/grafana/public/app/features/dashboard/components/DashNav/DashNavButton.tsx
/usr/share/grafana/public/app/features/dashboard/components/DashNav/DashNavTimeControls.test.tsx
/usr/share/grafana/public/app/features/dashboard/components/DashNav/DashNavTimeControls.tsx
/usr/share/grafana/public/app/features/dashboard/components/DashNav/ShareButton.tsx
/usr/share/grafana/public/app/features/dashboard/components/DashNav/index.ts
/usr/share/grafana/public/app/features/dashboard/components/DashboardLoading
/usr/share/grafana/public/app/features/dashboard/components/DashboardLoading/DashboardFailed.tsx
/usr/share/grafana/public/app/features/dashboard/components/DashboardLoading/DashboardLoading.tsx
/usr/share/grafana/public/app/features/dashboard/components/DashboardPermissions
/usr/share/grafana/public/app/features/dashboard/components/DashboardPermissions/AccessControlDashboardPermissions.tsx
/usr/share/grafana/public/app/features/dashboard/components/DashboardPrompt
/usr/share/grafana/public/app/features/dashboard/components/DashboardPrompt/DashboardPrompt.test.tsx
/usr/share/grafana/public/app/features/dashboard/components/DashboardPrompt/DashboardPrompt.tsx
/usr/share/grafana/public/app/features/dashboard/components/DashboardRow
/usr/share/grafana/public/app/features/dashboard/components/DashboardRow/DashboardRow.test.tsx
/usr/share/grafana/public/app/features/dashboard/components/DashboardRow/DashboardRow.tsx
/usr/share/grafana/public/app/features/dashboard/components/DashboardRow/index.ts
/usr/share/grafana/public/app/features/dashboard/components/DashboardSettings
/usr/share/grafana/public/app/features/dashboard/components/DashboardSettings/AnnotationsSettings.test.tsx
/usr/share/grafana/public/app/features/dashboard/components/DashboardSettings/AnnotationsSettings.tsx
/usr/share/grafana/public/app/features/dashboard/components/DashboardSettings/AutoRefreshIntervals.test.tsx
/usr/share/grafana/public/app/features/dashboard/components/DashboardSettings/AutoRefreshIntervals.tsx
/usr/share/grafana/public/app/features/dashboard/components/DashboardSettings/DashboardSettings.tsx
/usr/share/grafana/public/app/features/dashboard/components/DashboardSettings/GeneralSettings.test.tsx
/usr/share/grafana/public/app/features/dashboard/components/DashboardSettings/GeneralSettings.tsx
/usr/share/grafana/public/app/features/dashboard/components/DashboardSettings/JsonEditorSettings.tsx
/usr/share/grafana/public/app/features/dashboard/components/DashboardSettings/LinksSettings.test.tsx
/usr/share/grafana/public/app/features/dashboard/components/DashboardSettings/LinksSettings.tsx
/usr/share/grafana/public/app/features/dashboard/components/DashboardSettings/ListNewButton.tsx
/usr/share/grafana/public/app/features/dashboard/components/DashboardSettings/TimePickerSettings.tsx
/usr/share/grafana/public/app/features/dashboard/components/DashboardSettings/VersionsSettings.test.tsx
/usr/share/grafana/public/app/features/dashboard/components/DashboardSettings/VersionsSettings.tsx
/usr/share/grafana/public/app/features/dashboard/components/DashboardSettings/__mocks__
/usr/share/grafana/public/app/features/dashboard/components/DashboardSettings/__mocks__/versions.ts
/usr/share/grafana/public/app/features/dashboard/components/DashboardSettings/index.ts
/usr/share/grafana/public/app/features/dashboard/components/DashboardSettings/types.ts
/usr/share/grafana/public/app/features/dashboard/components/DeleteDashboard
/usr/share/grafana/public/app/features/dashboard/components/DeleteDashboard/DeleteDashboardButton.tsx
/usr/share/grafana/public/app/features/dashboard/components/DeleteDashboard/DeleteDashboardModal.tsx
/usr/share/grafana/public/app/features/dashboard/components/GenAI
/usr/share/grafana/public/app/features/dashboard/components/GenAI/GenAIButton.test.tsx
/usr/share/grafana/public/app/features/dashboard/components/GenAI/GenAIButton.tsx
/usr/share/grafana/public/app/features/dashboard/components/GenAI/GenAIDashDescriptionButton.tsx
/usr/share/grafana/public/app/features/dashboard/components/GenAI/GenAIDashTitleButton.tsx
/usr/share/grafana/public/app/features/dashboard/components/GenAI/GenAIDashboardChangesButton.tsx
/usr/share/grafana/public/app/features/dashboard/components/GenAI/GenAIHistory.tsx
/usr/share/grafana/public/app/features/dashboard/components/GenAI/GenAIPanelDescriptionButton.tsx
/usr/share/grafana/public/app/features/dashboard/components/GenAI/GenAIPanelTitleButton.tsx
/usr/share/grafana/public/app/features/dashboard/components/GenAI/GenerationHistoryCarousel.tsx
/usr/share/grafana/public/app/features/dashboard/components/GenAI/MinimalisticPagination.tsx
/usr/share/grafana/public/app/features/dashboard/components/GenAI/QuickFeedback.tsx
/usr/share/grafana/public/app/features/dashboard/components/GenAI/hooks.ts
/usr/share/grafana/public/app/features/dashboard/components/GenAI/jsonDiffText.test.ts
/usr/share/grafana/public/app/features/dashboard/components/GenAI/jsonDiffText.ts
/usr/share/grafana/public/app/features/dashboard/components/GenAI/tracking.ts
/usr/share/grafana/public/app/features/dashboard/components/GenAI/utils.test.ts
/usr/share/grafana/public/app/features/dashboard/components/GenAI/utils.ts
/usr/share/grafana/public/app/features/dashboard/components/HelpWizard
/usr/share/grafana/public/app/features/dashboard/components/HelpWizard/HelpWizard.test.tsx
/usr/share/grafana/public/app/features/dashboard/components/HelpWizard/HelpWizard.tsx
/usr/share/grafana/public/app/features/dashboard/components/HelpWizard/SupportSnapshotService.test.ts
/usr/share/grafana/public/app/features/dashboard/components/HelpWizard/SupportSnapshotService.ts
/usr/share/grafana/public/app/features/dashboard/components/HelpWizard/randomizer.test.ts
/usr/share/grafana/public/app/features/dashboard/components/HelpWizard/randomizer.ts
/usr/share/grafana/public/app/features/dashboard/components/HelpWizard/utils.ts
/usr/share/grafana/public/app/features/dashboard/components/Inspector
/usr/share/grafana/public/app/features/dashboard/components/Inspector/InspectContent.tsx
/usr/share/grafana/public/app/features/dashboard/components/Inspector/PanelInspector.tsx
/usr/share/grafana/public/app/features/dashboard/components/Inspector/hooks.ts
/usr/share/grafana/public/app/features/dashboard/components/LinksSettings
/usr/share/grafana/public/app/features/dashboard/components/LinksSettings/LinkSettingsEdit.tsx
/usr/share/grafana/public/app/features/dashboard/components/LinksSettings/LinkSettingsList.tsx
/usr/share/grafana/public/app/features/dashboard/components/LinksSettings/index.tsx
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/AngularPanelOptions.tsx
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/DynamicConfigValueEditor.tsx
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/OptionsPane.tsx
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/OptionsPaneCategory.tsx
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/OptionsPaneCategoryDescriptor.tsx
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/OptionsPaneItemDescriptor.tsx
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/OptionsPaneItemOverrides.tsx
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/OptionsPaneOptions.test.tsx
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/OptionsPaneOptions.tsx
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/OverrideCategoryTitle.tsx
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/PanelEditor.tsx
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/PanelEditorQueries.tsx
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/PanelEditorTableView.test.tsx
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/PanelEditorTableView.tsx
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/PanelEditorTabs.tsx
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/PanelHeaderCorner.test.tsx
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/PanelHeaderCorner.tsx
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/PanelNotSupported.test.tsx
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/PanelNotSupported.tsx
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/VisualizationButton.tsx
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/VisualizationSelectPane.tsx
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/getFieldOverrideElements.tsx
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/getLibraryPanelOptions.tsx
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/getPanelFrameOptions.tsx
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/getVisualizationOptions.test.ts
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/getVisualizationOptions.tsx
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/state
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/state/OptionSearchEngine.test.ts
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/state/OptionSearchEngine.ts
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/state/actions.test.ts
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/state/actions.ts
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/state/getOptionOverrides.ts
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/state/getRecentOptions.ts
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/state/reducers.ts
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/state/selectors.test.ts
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/state/selectors.ts
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/state/utils.ts
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/types.ts
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/usePanelLatestData.ts
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/utils.test.ts
/usr/share/grafana/public/app/features/dashboard/components/PanelEditor/utils.ts
/usr/share/grafana/public/app/features/dashboard/components/PublicDashboard
/usr/share/grafana/public/app/features/dashboard/components/PublicDashboard/PublicDashboardsFooter.tsx
/usr/share/grafana/public/app/features/dashboard/components/PublicDashboard/usePublicDashboardConfig.tsx
/usr/share/grafana/public/app/features/dashboard/components/PublicDashboardNotAvailable
/usr/share/grafana/public/app/features/dashboard/components/PublicDashboardNotAvailable/PublicDashboardNotAvailable.tsx
/usr/share/grafana/public/app/features/dashboard/components/RepeatRowSelect
/usr/share/grafana/public/app/features/dashboard/components/RepeatRowSelect/RepeatRowSelect.tsx
/usr/share/grafana/public/app/features/dashboard/components/RowOptions
/usr/share/grafana/public/app/features/dashboard/components/RowOptions/RowOptionsButton.tsx
/usr/share/grafana/public/app/features/dashboard/components/RowOptions/RowOptionsForm.test.tsx
/usr/share/grafana/public/app/features/dashboard/components/RowOptions/RowOptionsForm.tsx
/usr/share/grafana/public/app/features/dashboard/components/RowOptions/RowOptionsModal.tsx
/usr/share/grafana/public/app/features/dashboard/components/SaveDashboard
/usr/share/grafana/public/app/features/dashboard/components/SaveDashboard/DashboardValidation.tsx
/usr/share/grafana/public/app/features/dashboard/components/SaveDashboard/SaveDashboardButton.tsx
/usr/share/grafana/public/app/features/dashboard/components/SaveDashboard/SaveDashboardDiff.tsx
/usr/share/grafana/public/app/features/dashboard/components/SaveDashboard/SaveDashboardDrawer.test.tsx
/usr/share/grafana/public/app/features/dashboard/components/SaveDashboard/SaveDashboardDrawer.tsx
/usr/share/grafana/public/app/features/dashboard/components/SaveDashboard/SaveDashboardErrorProxy.tsx
/usr/share/grafana/public/app/features/dashboard/components/SaveDashboard/UnsavedChangesModal.tsx
/usr/share/grafana/public/app/features/dashboard/components/SaveDashboard/forms
/usr/share/grafana/public/app/features/dashboard/components/SaveDashboard/forms/SaveDashboardAsForm.test.tsx
/usr/share/grafana/public/app/features/dashboard/components/SaveDashboard/forms/SaveDashboardAsForm.tsx
/usr/share/grafana/public/app/features/dashboard/components/SaveDashboard/forms/SaveDashboardForm.test.tsx
/usr/share/grafana/public/app/features/dashboard/components/SaveDashboard/forms/SaveDashboardForm.tsx
/usr/share/grafana/public/app/features/dashboard/components/SaveDashboard/forms/SaveProvisionedDashboardForm.tsx
/usr/share/grafana/public/app/features/dashboard/components/SaveDashboard/types.ts
/usr/share/grafana/public/app/features/dashboard/components/SaveDashboard/useDashboardSave.tsx
/usr/share/grafana/public/app/features/dashboard/components/ShareModal
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/ShareEmbed.test.tsx
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/ShareEmbed.tsx
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/ShareExport.tsx
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/ShareLibraryPanel.tsx
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/ShareLink.test.tsx
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/ShareLink.tsx
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/ShareModal.tsx
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/ConfigPublicDashboard
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/ConfigPublicDashboard/ConfigPublicDashboard.tsx
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/ConfigPublicDashboard/Configuration.tsx
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/ConfigPublicDashboard/EmailSharingConfiguration.tsx
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/ConfigPublicDashboard/SettingsBar.tsx
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/ConfigPublicDashboard/SettingsBarHeader.tsx
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/ConfigPublicDashboard/SettingsSummary.tsx
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/CreatePublicDashboard
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/CreatePublicDashboard/AcknowledgeCheckboxes.tsx
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/CreatePublicDashboard/CreatePublicDashboard.tsx
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/ModalAlerts
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/ModalAlerts/NoUpsertPermissionsAlert.tsx
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/ModalAlerts/SaveDashboardChangesAlert.tsx
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/ModalAlerts/UnsupportedDataSourcesAlert.tsx
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/ModalAlerts/UnsupportedTemplateVariablesAlert.tsx
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/SharePublicDashboard.test.tsx
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/SharePublicDashboard.tsx
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/SharePublicDashboardUtils.test.tsx
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/SharePublicDashboardUtils.ts
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/SupportedPubdashDatasources.ts
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/useGetUnsupportedDataSources.ts
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/utilsTest.tsx
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/ShareSnapshot.tsx
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/ThemePicker.tsx
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/ViewJsonModal.tsx
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/index.ts
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/types.ts
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/utils.test.ts
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/utils.ts
/usr/share/grafana/public/app/features/dashboard/components/SubMenu
/usr/share/grafana/public/app/features/dashboard/components/SubMenu/AnnotationPicker.tsx
/usr/share/grafana/public/app/features/dashboard/components/SubMenu/Annotations.tsx
/usr/share/grafana/public/app/features/dashboard/components/SubMenu/DashboardLinks.tsx
/usr/share/grafana/public/app/features/dashboard/components/SubMenu/DashboardLinksDashboard.test.tsx
/usr/share/grafana/public/app/features/dashboard/components/SubMenu/DashboardLinksDashboard.tsx
/usr/share/grafana/public/app/features/dashboard/components/SubMenu/SubMenu.tsx
/usr/share/grafana/public/app/features/dashboard/components/SubMenu/SubMenuItems.tsx
/usr/share/grafana/public/app/features/dashboard/components/TransformationsEditor
/usr/share/grafana/public/app/features/dashboard/components/TransformationsEditor/TransformationEditor.tsx
/usr/share/grafana/public/app/features/dashboard/components/TransformationsEditor/TransformationEditorHelperModal.test.tsx
/usr/share/grafana/public/app/features/dashboard/components/TransformationsEditor/TransformationEditorHelperModal.tsx
/usr/share/grafana/public/app/features/dashboard/components/TransformationsEditor/TransformationFilter.tsx
/usr/share/grafana/public/app/features/dashboard/components/TransformationsEditor/TransformationOperationRow.tsx
/usr/share/grafana/public/app/features/dashboard/components/TransformationsEditor/TransformationOperationRows.tsx
/usr/share/grafana/public/app/features/dashboard/components/TransformationsEditor/TransformationPicker.tsx
/usr/share/grafana/public/app/features/dashboard/components/TransformationsEditor/TransformationPickerNg.tsx
/usr/share/grafana/public/app/features/dashboard/components/TransformationsEditor/TransformationsEditor.test.tsx
/usr/share/grafana/public/app/features/dashboard/components/TransformationsEditor/TransformationsEditor.tsx
/usr/share/grafana/public/app/features/dashboard/components/TransformationsEditor/types.ts
/usr/share/grafana/public/app/features/dashboard/components/VersionHistory
/usr/share/grafana/public/app/features/dashboard/components/VersionHistory/DiffGroup.tsx
/usr/share/grafana/public/app/features/dashboard/components/VersionHistory/DiffTitle.tsx
/usr/share/grafana/public/app/features/dashboard/components/VersionHistory/DiffValues.tsx
/usr/share/grafana/public/app/features/dashboard/components/VersionHistory/DiffViewer.tsx
/usr/share/grafana/public/app/features/dashboard/components/VersionHistory/HistorySrv.test.ts
/usr/share/grafana/public/app/features/dashboard/components/VersionHistory/HistorySrv.ts
/usr/share/grafana/public/app/features/dashboard/components/VersionHistory/RevertDashboardModal.tsx
/usr/share/grafana/public/app/features/dashboard/components/VersionHistory/VersionHistoryButtons.tsx
/usr/share/grafana/public/app/features/dashboard/components/VersionHistory/VersionHistoryComparison.tsx
/usr/share/grafana/public/app/features/dashboard/components/VersionHistory/VersionHistoryHeader.tsx
/usr/share/grafana/public/app/features/dashboard/components/VersionHistory/VersionHistoryTable.tsx
/usr/share/grafana/public/app/features/dashboard/components/VersionHistory/__mocks__
/usr/share/grafana/public/app/features/dashboard/components/VersionHistory/__mocks__/dashboardHistoryMocks.ts
/usr/share/grafana/public/app/features/dashboard/components/VersionHistory/index.ts
/usr/share/grafana/public/app/features/dashboard/components/VersionHistory/useDashboardRestore.tsx
/usr/share/grafana/public/app/features/dashboard/components/VersionHistory/utils.test.ts
/usr/share/grafana/public/app/features/dashboard/components/VersionHistory/utils.ts
/usr/share/grafana/public/app/features/dashboard/containers
/usr/share/grafana/public/app/features/dashboard/containers/DashboardPage.test.tsx
/usr/share/grafana/public/app/features/dashboard/containers/DashboardPage.tsx
/usr/share/grafana/public/app/features/dashboard/containers/DashboardPageProxy.test.tsx
/usr/share/grafana/public/app/features/dashboard/containers/DashboardPageProxy.tsx
/usr/share/grafana/public/app/features/dashboard/containers/NewDashboardWithDS.tsx
/usr/share/grafana/public/app/features/dashboard/containers/PublicDashboardPage.test.tsx
/usr/share/grafana/public/app/features/dashboard/containers/PublicDashboardPage.tsx
/usr/share/grafana/public/app/features/dashboard/containers/SoloPanelPage.test.tsx
/usr/share/grafana/public/app/features/dashboard/containers/SoloPanelPage.tsx
/usr/share/grafana/public/app/features/dashboard/containers/types.ts
/usr/share/grafana/public/app/features/dashboard/dashgrid
/usr/share/grafana/public/app/features/dashboard/dashgrid/DashboardEmpty.test.tsx
/usr/share/grafana/public/app/features/dashboard/dashgrid/DashboardEmpty.tsx
/usr/share/grafana/public/app/features/dashboard/dashgrid/DashboardGrid.test.tsx
/usr/share/grafana/public/app/features/dashboard/dashgrid/DashboardGrid.tsx
/usr/share/grafana/public/app/features/dashboard/dashgrid/DashboardPanel.tsx
/usr/share/grafana/public/app/features/dashboard/dashgrid/LazyLoader.tsx
/usr/share/grafana/public/app/features/dashboard/dashgrid/PanelChromeAngular.tsx
/usr/share/grafana/public/app/features/dashboard/dashgrid/PanelHeader
/usr/share/grafana/public/app/features/dashboard/dashgrid/PanelHeader/PanelHeaderMenu.tsx
/usr/share/grafana/public/app/features/dashboard/dashgrid/PanelHeader/PanelHeaderMenuProvider.tsx
/usr/share/grafana/public/app/features/dashboard/dashgrid/PanelHeader/PanelHeaderMenuWrapper.tsx
/usr/share/grafana/public/app/features/dashboard/dashgrid/PanelHeader/PanelHeaderNotice.tsx
/usr/share/grafana/public/app/features/dashboard/dashgrid/PanelHeader/PanelHeaderNotices.tsx
/usr/share/grafana/public/app/features/dashboard/dashgrid/PanelHeader/PanelHeaderTitleItems.test.tsx
/usr/share/grafana/public/app/features/dashboard/dashgrid/PanelHeader/PanelHeaderTitleItems.tsx
/usr/share/grafana/public/app/features/dashboard/dashgrid/PanelLinks.tsx
/usr/share/grafana/public/app/features/dashboard/dashgrid/PanelLoadTimeMonitor.test.tsx
/usr/share/grafana/public/app/features/dashboard/dashgrid/PanelLoadTimeMonitor.tsx
/usr/share/grafana/public/app/features/dashboard/dashgrid/PanelStateWrapper.test.tsx
/usr/share/grafana/public/app/features/dashboard/dashgrid/PanelStateWrapper.tsx
/usr/share/grafana/public/app/features/dashboard/dashgrid/SeriesVisibilityConfigFactory.ts
/usr/share/grafana/public/app/features/dashboard/dashgrid/liveTimer.ts
/usr/share/grafana/public/app/features/dashboard/dashgrid/panelOptionsLogger.test.ts
/usr/share/grafana/public/app/features/dashboard/dashgrid/panelOptionsLogger.ts
/usr/share/grafana/public/app/features/dashboard/index.ts
/usr/share/grafana/public/app/features/dashboard/routes.ts
/usr/share/grafana/public/app/features/dashboard/services
/usr/share/grafana/public/app/features/dashboard/services/DashboardLoaderSrv.ts
/usr/share/grafana/public/app/features/dashboard/services/DashboardSrv.ts
/usr/share/grafana/public/app/features/dashboard/services/SnapshotSrv.ts
/usr/share/grafana/public/app/features/dashboard/services/TimeSrv.test.ts
/usr/share/grafana/public/app/features/dashboard/services/TimeSrv.ts
/usr/share/grafana/public/app/features/dashboard/state
/usr/share/grafana/public/app/features/dashboard/state/DashboardMigrator.test.ts
/usr/share/grafana/public/app/features/dashboard/state/DashboardMigrator.ts
/usr/share/grafana/public/app/features/dashboard/state/DashboardModel.refresh.test.ts
/usr/share/grafana/public/app/features/dashboard/state/DashboardModel.repeat.test.ts
/usr/share/grafana/public/app/features/dashboard/state/DashboardModel.test.ts
/usr/share/grafana/public/app/features/dashboard/state/DashboardModel.ts
/usr/share/grafana/public/app/features/dashboard/state/PanelModel.test.ts
/usr/share/grafana/public/app/features/dashboard/state/PanelModel.ts
/usr/share/grafana/public/app/features/dashboard/state/TimeModel.ts
/usr/share/grafana/public/app/features/dashboard/state/__fixtures__
/usr/share/grafana/public/app/features/dashboard/state/__fixtures__/dashboardFixtures.ts
/usr/share/grafana/public/app/features/dashboard/state/actions.ts
/usr/share/grafana/public/app/features/dashboard/state/analyticsProcessor.ts
/usr/share/grafana/public/app/features/dashboard/state/index.ts
/usr/share/grafana/public/app/features/dashboard/state/initDashboard.test.ts
/usr/share/grafana/public/app/features/dashboard/state/initDashboard.ts
/usr/share/grafana/public/app/features/dashboard/state/reducers.test.ts
/usr/share/grafana/public/app/features/dashboard/state/reducers.ts
/usr/share/grafana/public/app/features/dashboard/state/selectors.ts
/usr/share/grafana/public/app/features/dashboard/state/utils.test.ts
/usr/share/grafana/public/app/features/dashboard/state/utils.ts
/usr/share/grafana/public/app/features/dashboard/utils
/usr/share/grafana/public/app/features/dashboard/utils/dashboard.test.ts
/usr/share/grafana/public/app/features/dashboard/utils/dashboard.ts
/usr/share/grafana/public/app/features/dashboard/utils/getPanelChromeProps.tsx
/usr/share/grafana/public/app/features/dashboard/utils/getPanelMenu.test.ts
/usr/share/grafana/public/app/features/dashboard/utils/getPanelMenu.ts
/usr/share/grafana/public/app/features/dashboard/utils/getRefreshFromUrl.test.ts
/usr/share/grafana/public/app/features/dashboard/utils/getRefreshFromUrl.ts
/usr/share/grafana/public/app/features/dashboard/utils/loadSnapshotData.ts
/usr/share/grafana/public/app/features/dashboard/utils/panel.test.ts
/usr/share/grafana/public/app/features/dashboard/utils/panel.ts
/usr/share/grafana/public/app/features/dashboard/utils/panelMerge.test.ts
/usr/share/grafana/public/app/features/dashboard/utils/panelMerge.ts
/usr/share/grafana/public/app/features/dashboard/utils/screen.ts
/usr/share/grafana/public/app/features/dashboard/utils/timeRange.ts
/usr/share/grafana/public/app/features/dashboard/utils/tracking.test.ts
/usr/share/grafana/public/app/features/dashboard/utils/tracking.ts
/usr/share/grafana/public/app/features/dataframe-import
/usr/share/grafana/public/app/features/dataframe-import/constants.ts
/usr/share/grafana/public/app/features/dataframe-import/index.ts
/usr/share/grafana/public/app/features/dataframe-import/types.ts
/usr/share/grafana/public/app/features/dataframe-import/utils.test.ts
/usr/share/grafana/public/app/features/dataframe-import/utils.ts
/usr/share/grafana/public/app/features/datasources
/usr/share/grafana/public/app/features/datasources/__mocks__
/usr/share/grafana/public/app/features/datasources/__mocks__/dataSourcesMocks.ts
/usr/share/grafana/public/app/features/datasources/__mocks__/index.ts
/usr/share/grafana/public/app/features/datasources/__mocks__/store.navIndex.mock.ts
/usr/share/grafana/public/app/features/datasources/api.test.ts
/usr/share/grafana/public/app/features/datasources/api.ts
/usr/share/grafana/public/app/features/datasources/components
/usr/share/grafana/public/app/features/datasources/components/BasicSettings.test.tsx
/usr/share/grafana/public/app/features/datasources/components/BasicSettings.tsx
/usr/share/grafana/public/app/features/datasources/components/ButtonRow.test.tsx
/usr/share/grafana/public/app/features/datasources/components/ButtonRow.tsx
/usr/share/grafana/public/app/features/datasources/components/CloudInfoBox.tsx
/usr/share/grafana/public/app/features/datasources/components/DashboardsTable.test.tsx
/usr/share/grafana/public/app/features/datasources/components/DashboardsTable.tsx
/usr/share/grafana/public/app/features/datasources/components/DataSourceAddButton.tsx
/usr/share/grafana/public/app/features/datasources/components/DataSourceCategories.tsx
/usr/share/grafana/public/app/features/datasources/components/DataSourceDashboards.test.tsx
/usr/share/grafana/public/app/features/datasources/components/DataSourceDashboards.tsx
/usr/share/grafana/public/app/features/datasources/components/DataSourceLoadError.tsx
/usr/share/grafana/public/app/features/datasources/components/DataSourceMissingRightsMessage.tsx
/usr/share/grafana/public/app/features/datasources/components/DataSourcePluginConfigPage.tsx
/usr/share/grafana/public/app/features/datasources/components/DataSourcePluginSettings.tsx
/usr/share/grafana/public/app/features/datasources/components/DataSourcePluginState.tsx
/usr/share/grafana/public/app/features/datasources/components/DataSourceReadOnlyMessage.tsx
/usr/share/grafana/public/app/features/datasources/components/DataSourceTabPage.tsx
/usr/share/grafana/public/app/features/datasources/components/DataSourceTestingStatus.test.tsx
/usr/share/grafana/public/app/features/datasources/components/DataSourceTestingStatus.tsx
/usr/share/grafana/public/app/features/datasources/components/DataSourceTitle.tsx
/usr/share/grafana/public/app/features/datasources/components/DataSourceTypeCard.tsx
/usr/share/grafana/public/app/features/datasources/components/DataSourceTypeCardList.tsx
/usr/share/grafana/public/app/features/datasources/components/DataSourcesList.test.tsx
/usr/share/grafana/public/app/features/datasources/components/DataSourcesList.tsx
/usr/share/grafana/public/app/features/datasources/components/DataSourcesListCard.tsx
/usr/share/grafana/public/app/features/datasources/components/DataSourcesListHeader.tsx
/usr/share/grafana/public/app/features/datasources/components/EditDataSource.test.tsx
/usr/share/grafana/public/app/features/datasources/components/EditDataSource.tsx
/usr/share/grafana/public/app/features/datasources/components/EditDataSourceActions.tsx
/usr/share/grafana/public/app/features/datasources/components/NewDataSource.tsx
/usr/share/grafana/public/app/features/datasources/components/picker
/usr/share/grafana/public/app/features/datasources/components/picker/AddNewDataSourceButton.tsx
/usr/share/grafana/public/app/features/datasources/components/picker/BuiltInDataSourceList.tsx
/usr/share/grafana/public/app/features/datasources/components/picker/DataSourceCard.tsx
/usr/share/grafana/public/app/features/datasources/components/picker/DataSourceDropdown.test.tsx
/usr/share/grafana/public/app/features/datasources/components/picker/DataSourceDropdown.tsx
/usr/share/grafana/public/app/features/datasources/components/picker/DataSourceList.tsx
/usr/share/grafana/public/app/features/datasources/components/picker/DataSourceLogo.tsx
/usr/share/grafana/public/app/features/datasources/components/picker/DataSourceModal.test.tsx
/usr/share/grafana/public/app/features/datasources/components/picker/DataSourceModal.tsx
/usr/share/grafana/public/app/features/datasources/components/picker/DataSourcePicker.tsx
/usr/share/grafana/public/app/features/datasources/components/picker/popperModifiers.ts
/usr/share/grafana/public/app/features/datasources/components/picker/utils.test.ts
/usr/share/grafana/public/app/features/datasources/components/picker/utils.ts
/usr/share/grafana/public/app/features/datasources/components/useDataSourceInfo.tsx
/usr/share/grafana/public/app/features/datasources/constants.ts
/usr/share/grafana/public/app/features/datasources/hooks.ts
/usr/share/grafana/public/app/features/datasources/state
/usr/share/grafana/public/app/features/datasources/state/actions.test.ts
/usr/share/grafana/public/app/features/datasources/state/actions.ts
/usr/share/grafana/public/app/features/datasources/state/buildCategories.test.ts
/usr/share/grafana/public/app/features/datasources/state/buildCategories.ts
/usr/share/grafana/public/app/features/datasources/state/contexts.ts
/usr/share/grafana/public/app/features/datasources/state/hooks.ts
/usr/share/grafana/public/app/features/datasources/state/index.ts
/usr/share/grafana/public/app/features/datasources/state/navModel.ts
/usr/share/grafana/public/app/features/datasources/state/reducers.test.ts
/usr/share/grafana/public/app/features/datasources/state/reducers.ts
/usr/share/grafana/public/app/features/datasources/state/selectors.ts
/usr/share/grafana/public/app/features/datasources/tracking.ts
/usr/share/grafana/public/app/features/datasources/types.ts
/usr/share/grafana/public/app/features/datasources/utils.ts
/usr/share/grafana/public/app/features/dimensions
/usr/share/grafana/public/app/features/dimensions/color.ts
/usr/share/grafana/public/app/features/dimensions/context.ts
/usr/share/grafana/public/app/features/dimensions/editors
/usr/share/grafana/public/app/features/dimensions/editors/BackgroundSizeEditor.tsx
/usr/share/grafana/public/app/features/dimensions/editors/ColorDimensionEditor.tsx
/usr/share/grafana/public/app/features/dimensions/editors/FileUploader.tsx
/usr/share/grafana/public/app/features/dimensions/editors/FolderPickerTab.tsx
/usr/share/grafana/public/app/features/dimensions/editors/IconSelector.tsx
/usr/share/grafana/public/app/features/dimensions/editors/ResourceCards.tsx
/usr/share/grafana/public/app/features/dimensions/editors/ResourceDimensionEditor.tsx
/usr/share/grafana/public/app/features/dimensions/editors/ResourcePicker.tsx
/usr/share/grafana/public/app/features/dimensions/editors/ResourcePickerPopover.tsx
/usr/share/grafana/public/app/features/dimensions/editors/ScalarDimensionEditor.tsx
/usr/share/grafana/public/app/features/dimensions/editors/ScaleDimensionEditor.tsx
/usr/share/grafana/public/app/features/dimensions/editors/TextDimensionEditor.tsx
/usr/share/grafana/public/app/features/dimensions/editors/ThresholdsEditor
/usr/share/grafana/public/app/features/dimensions/editors/ThresholdsEditor/ThresholdsEditor.test.tsx
/usr/share/grafana/public/app/features/dimensions/editors/ThresholdsEditor/ThresholdsEditor.tsx
/usr/share/grafana/public/app/features/dimensions/editors/ThresholdsEditor/thresholds.tsx
/usr/share/grafana/public/app/features/dimensions/editors/URLPickerTab.tsx
/usr/share/grafana/public/app/features/dimensions/editors/ValueMappingsEditor
/usr/share/grafana/public/app/features/dimensions/editors/ValueMappingsEditor/ValueMappingEditRow.tsx
/usr/share/grafana/public/app/features/dimensions/editors/ValueMappingsEditor/ValueMappingsEditor.test.tsx
/usr/share/grafana/public/app/features/dimensions/editors/ValueMappingsEditor/ValueMappingsEditor.tsx
/usr/share/grafana/public/app/features/dimensions/editors/ValueMappingsEditor/ValueMappingsEditorModal.test.tsx
/usr/share/grafana/public/app/features/dimensions/editors/ValueMappingsEditor/ValueMappingsEditorModal.tsx
/usr/share/grafana/public/app/features/dimensions/editors/index.ts
/usr/share/grafana/public/app/features/dimensions/index.ts
/usr/share/grafana/public/app/features/dimensions/resource.test.ts
/usr/share/grafana/public/app/features/dimensions/resource.ts
/usr/share/grafana/public/app/features/dimensions/scalar.test.ts
/usr/share/grafana/public/app/features/dimensions/scalar.ts
/usr/share/grafana/public/app/features/dimensions/scale.test.ts
/usr/share/grafana/public/app/features/dimensions/scale.ts
/usr/share/grafana/public/app/features/dimensions/text.ts
/usr/share/grafana/public/app/features/dimensions/types.ts
/usr/share/grafana/public/app/features/dimensions/utils.ts
/usr/share/grafana/public/app/features/explore
/usr/share/grafana/public/app/features/explore/ContentOutline
/usr/share/grafana/public/app/features/explore/ContentOutline/ContentOutline.test.tsx
/usr/share/grafana/public/app/features/explore/ContentOutline/ContentOutline.tsx
/usr/share/grafana/public/app/features/explore/ContentOutline/ContentOutlineContext.tsx
/usr/share/grafana/public/app/features/explore/ContentOutline/ContentOutlineItem.tsx
/usr/share/grafana/public/app/features/explore/ContentOutline/ContentOutlineItemButton.tsx
/usr/share/grafana/public/app/features/explore/CorrelationEditorModeBar.tsx
/usr/share/grafana/public/app/features/explore/CorrelationHelper.tsx
/usr/share/grafana/public/app/features/explore/CorrelationTransformationAddModal.tsx
/usr/share/grafana/public/app/features/explore/CorrelationUnsavedChangesModal.tsx
/usr/share/grafana/public/app/features/explore/CustomContainer.tsx
/usr/share/grafana/public/app/features/explore/ElapsedTime.tsx
/usr/share/grafana/public/app/features/explore/ErrorContainer.test.tsx
/usr/share/grafana/public/app/features/explore/ErrorContainer.tsx
/usr/share/grafana/public/app/features/explore/Explore.test.tsx
/usr/share/grafana/public/app/features/explore/Explore.tsx
/usr/share/grafana/public/app/features/explore/ExploreActions.tsx
/usr/share/grafana/public/app/features/explore/ExploreDrawer.tsx
/usr/share/grafana/public/app/features/explore/ExplorePage.tsx
/usr/share/grafana/public/app/features/explore/ExplorePaneContainer.tsx
/usr/share/grafana/public/app/features/explore/ExploreQueryInspector.test.tsx
/usr/share/grafana/public/app/features/explore/ExploreQueryInspector.tsx
/usr/share/grafana/public/app/features/explore/ExploreTimeControls.tsx
/usr/share/grafana/public/app/features/explore/ExploreToolbar.tsx
/usr/share/grafana/public/app/features/explore/FeatureTogglePage.tsx
/usr/share/grafana/public/app/features/explore/FlameGraph
/usr/share/grafana/public/app/features/explore/FlameGraph/FlameGraphExploreContainer.tsx
/usr/share/grafana/public/app/features/explore/Graph
/usr/share/grafana/public/app/features/explore/Graph/ExploreGraph.tsx
/usr/share/grafana/public/app/features/explore/Graph/ExploreGraphLabel.tsx
/usr/share/grafana/public/app/features/explore/Graph/GraphContainer.tsx
/usr/share/grafana/public/app/features/explore/Graph/exploreGraphStyleUtils.ts
/usr/share/grafana/public/app/features/explore/Graph/useStructureRev.test.ts
/usr/share/grafana/public/app/features/explore/Graph/useStructureRev.ts
/usr/share/grafana/public/app/features/explore/Graph/utils.ts
/usr/share/grafana/public/app/features/explore/LiveTailButton.tsx
/usr/share/grafana/public/app/features/explore/Logs
/usr/share/grafana/public/app/features/explore/Logs/LiveLogs.test.tsx
/usr/share/grafana/public/app/features/explore/Logs/LiveLogs.tsx
/usr/share/grafana/public/app/features/explore/Logs/Logs.test.tsx
/usr/share/grafana/public/app/features/explore/Logs/Logs.tsx
/usr/share/grafana/public/app/features/explore/Logs/LogsColumnSearch.tsx
/usr/share/grafana/public/app/features/explore/Logs/LogsContainer.tsx
/usr/share/grafana/public/app/features/explore/Logs/LogsFeedback.tsx
/usr/share/grafana/public/app/features/explore/Logs/LogsMetaRow.test.tsx
/usr/share/grafana/public/app/features/explore/Logs/LogsMetaRow.tsx
/usr/share/grafana/public/app/features/explore/Logs/LogsNavigation.test.tsx
/usr/share/grafana/public/app/features/explore/Logs/LogsNavigation.tsx
/usr/share/grafana/public/app/features/explore/Logs/LogsNavigationPages.test.tsx
/usr/share/grafana/public/app/features/explore/Logs/LogsNavigationPages.tsx
/usr/share/grafana/public/app/features/explore/Logs/LogsSamplePanel.test.tsx
/usr/share/grafana/public/app/features/explore/Logs/LogsSamplePanel.tsx
/usr/share/grafana/public/app/features/explore/Logs/LogsTable.test.tsx
/usr/share/grafana/public/app/features/explore/Logs/LogsTable.tsx
/usr/share/grafana/public/app/features/explore/Logs/LogsTableMultiSelect.tsx
/usr/share/grafana/public/app/features/explore/Logs/LogsTableNavColumn.tsx
/usr/share/grafana/public/app/features/explore/Logs/LogsTableWrap.test.tsx
/usr/share/grafana/public/app/features/explore/Logs/LogsTableWrap.tsx
/usr/share/grafana/public/app/features/explore/Logs/LogsVolumePanel.test.tsx
/usr/share/grafana/public/app/features/explore/Logs/LogsVolumePanel.tsx
/usr/share/grafana/public/app/features/explore/Logs/LogsVolumePanelList.test.tsx
/usr/share/grafana/public/app/features/explore/Logs/LogsVolumePanelList.tsx
/usr/share/grafana/public/app/features/explore/Logs/PopoverMenu.test.tsx
/usr/share/grafana/public/app/features/explore/Logs/PopoverMenu.tsx
/usr/share/grafana/public/app/features/explore/Logs/utils
/usr/share/grafana/public/app/features/explore/Logs/utils/LogsCrossFadeTransition.tsx
/usr/share/grafana/public/app/features/explore/Logs/utils/logs.ts
/usr/share/grafana/public/app/features/explore/Logs/utils/logsVolumeResponse.test.ts
/usr/share/grafana/public/app/features/explore/Logs/utils/logsVolumeResponse.ts
/usr/share/grafana/public/app/features/explore/Logs/utils/testMocks.test.ts
/usr/share/grafana/public/app/features/explore/Logs/utils/uFuzzy.ts
/usr/share/grafana/public/app/features/explore/MetaInfoText.test.tsx
/usr/share/grafana/public/app/features/explore/MetaInfoText.tsx
/usr/share/grafana/public/app/features/explore/NoData.tsx
/usr/share/grafana/public/app/features/explore/NoDataSourceCallToAction.tsx
/usr/share/grafana/public/app/features/explore/NodeGraph
/usr/share/grafana/public/app/features/explore/NodeGraph/NodeGraphContainer.test.tsx
/usr/share/grafana/public/app/features/explore/NodeGraph/NodeGraphContainer.tsx
/usr/share/grafana/public/app/features/explore/PrometheusListView
/usr/share/grafana/public/app/features/explore/PrometheusListView/ItemLabels.tsx
/usr/share/grafana/public/app/features/explore/PrometheusListView/ItemValues.test.tsx
/usr/share/grafana/public/app/features/explore/PrometheusListView/ItemValues.tsx
/usr/share/grafana/public/app/features/explore/PrometheusListView/RawListContainer.test.tsx
/usr/share/grafana/public/app/features/explore/PrometheusListView/RawListContainer.tsx
/usr/share/grafana/public/app/features/explore/PrometheusListView/RawListItem.test.tsx
/usr/share/grafana/public/app/features/explore/PrometheusListView/RawListItem.tsx
/usr/share/grafana/public/app/features/explore/PrometheusListView/RawListItemAttributes.test.tsx
/usr/share/grafana/public/app/features/explore/PrometheusListView/RawListItemAttributes.tsx
/usr/share/grafana/public/app/features/explore/PrometheusListView/utils
/usr/share/grafana/public/app/features/explore/PrometheusListView/utils/getRawPrometheusListItemsFromDataFrame.test.ts
/usr/share/grafana/public/app/features/explore/PrometheusListView/utils/getRawPrometheusListItemsFromDataFrame.ts
/usr/share/grafana/public/app/features/explore/QueryRows.test.tsx
/usr/share/grafana/public/app/features/explore/QueryRows.tsx
/usr/share/grafana/public/app/features/explore/RawPrometheus
/usr/share/grafana/public/app/features/explore/RawPrometheus/RawPrometheusContainer.test.tsx
/usr/share/grafana/public/app/features/explore/RawPrometheus/RawPrometheusContainer.tsx
/usr/share/grafana/public/app/features/explore/ResponseErrorContainer.test.tsx
/usr/share/grafana/public/app/features/explore/ResponseErrorContainer.tsx
/usr/share/grafana/public/app/features/explore/RichHistory
/usr/share/grafana/public/app/features/explore/RichHistory/RichHistory.test.tsx
/usr/share/grafana/public/app/features/explore/RichHistory/RichHistory.tsx
/usr/share/grafana/public/app/features/explore/RichHistory/RichHistoryCard.test.tsx
/usr/share/grafana/public/app/features/explore/RichHistory/RichHistoryCard.tsx
/usr/share/grafana/public/app/features/explore/RichHistory/RichHistoryContainer.test.tsx
/usr/share/grafana/public/app/features/explore/RichHistory/RichHistoryContainer.tsx
/usr/share/grafana/public/app/features/explore/RichHistory/RichHistoryQueriesTab.test.tsx
/usr/share/grafana/public/app/features/explore/RichHistory/RichHistoryQueriesTab.tsx
/usr/share/grafana/public/app/features/explore/RichHistory/RichHistorySettingsTab.test.tsx
/usr/share/grafana/public/app/features/explore/RichHistory/RichHistorySettingsTab.tsx
/usr/share/grafana/public/app/features/explore/RichHistory/RichHistoryStarredTab.test.tsx
/usr/share/grafana/public/app/features/explore/RichHistory/RichHistoryStarredTab.tsx
/usr/share/grafana/public/app/features/explore/SecondaryActions.test.tsx
/usr/share/grafana/public/app/features/explore/SecondaryActions.tsx
/usr/share/grafana/public/app/features/explore/ShortLinkButtonMenu.tsx
/usr/share/grafana/public/app/features/explore/SupplementaryResultError.test.tsx
/usr/share/grafana/public/app/features/explore/SupplementaryResultError.tsx
/usr/share/grafana/public/app/features/explore/Table
/usr/share/grafana/public/app/features/explore/Table/TableContainer.test.tsx
/usr/share/grafana/public/app/features/explore/Table/TableContainer.tsx
/usr/share/grafana/public/app/features/explore/Time.tsx
/usr/share/grafana/public/app/features/explore/TimeSyncButton.test.tsx
/usr/share/grafana/public/app/features/explore/TimeSyncButton.tsx
/usr/share/grafana/public/app/features/explore/TraceView
/usr/share/grafana/public/app/features/explore/TraceView/TraceView.test.tsx
/usr/share/grafana/public/app/features/explore/TraceView/TraceView.tsx
/usr/share/grafana/public/app/features/explore/TraceView/TraceViewContainer.test.tsx
/usr/share/grafana/public/app/features/explore/TraceView/TraceViewContainer.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components
/usr/share/grafana/public/app/features/explore/TraceView/components/CriticalPath
/usr/share/grafana/public/app/features/explore/TraceView/components/CriticalPath/index.test.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/CriticalPath/index.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/CriticalPath/testCases
/usr/share/grafana/public/app/features/explore/TraceView/components/CriticalPath/testCases/test1.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/CriticalPath/testCases/test2.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/CriticalPath/testCases/test3.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/CriticalPath/testCases/test4.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/CriticalPath/testCases/test5.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/CriticalPath/testCases/test6.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/CriticalPath/testCases/test7.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/CriticalPath/testCases/test8.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/CriticalPath/testCases/test9.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/CriticalPath/utils
/usr/share/grafana/public/app/features/explore/TraceView/components/CriticalPath/utils/findLastFinishingChildSpan.test.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/CriticalPath/utils/findLastFinishingChildSpan.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/CriticalPath/utils/getChildOfSpans.test.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/CriticalPath/utils/getChildOfSpans.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/CriticalPath/utils/sanitizeOverFlowingChildren.test.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/CriticalPath/utils/sanitizeOverFlowingChildren.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/LICENSE_APACHE2
/usr/share/grafana/public/app/features/explore/TraceView/components/ScrollManager.test.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/ScrollManager.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/Theme.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TracePageHeader
/usr/share/grafana/public/app/features/explore/TraceView/components/TracePageHeader/Actions
/usr/share/grafana/public/app/features/explore/TraceView/components/TracePageHeader/Actions/ActionButton.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TracePageHeader/Actions/TracePageActions.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TracePageHeader/SearchBar
/usr/share/grafana/public/app/features/explore/TraceView/components/TracePageHeader/SearchBar/NextPrevResult.test.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TracePageHeader/SearchBar/NextPrevResult.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TracePageHeader/SearchBar/TracePageSearchBar.test.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TracePageHeader/SearchBar/TracePageSearchBar.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TracePageHeader/SpanFilters
/usr/share/grafana/public/app/features/explore/TraceView/components/TracePageHeader/SpanFilters/SpanFilters.test.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TracePageHeader/SpanFilters/SpanFilters.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TracePageHeader/SpanGraph
/usr/share/grafana/public/app/features/explore/TraceView/components/TracePageHeader/SpanGraph/CanvasSpanGraph.test.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TracePageHeader/SpanGraph/CanvasSpanGraph.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TracePageHeader/SpanGraph/GraphTicks.test.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TracePageHeader/SpanGraph/GraphTicks.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TracePageHeader/SpanGraph/Scrubber.test.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TracePageHeader/SpanGraph/Scrubber.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TracePageHeader/SpanGraph/TickLabels.test.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TracePageHeader/SpanGraph/TickLabels.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TracePageHeader/SpanGraph/ViewingLayer.test.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TracePageHeader/SpanGraph/ViewingLayer.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TracePageHeader/SpanGraph/index.test.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TracePageHeader/SpanGraph/index.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TracePageHeader/SpanGraph/render-into-canvas.test.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/TracePageHeader/SpanGraph/render-into-canvas.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TracePageHeader/TracePageHeader.test.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TracePageHeader/TracePageHeader.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TracePageHeader/index.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/ListView
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/ListView/Positions.test.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/ListView/Positions.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/ListView/index.test.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/ListView/index.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanBar.test.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanBar.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanBarRow.test.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanBarRow.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanDetail
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanDetail/AccordianKeyValues.markers.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanDetail/AccordianKeyValues.test.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanDetail/AccordianKeyValues.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanDetail/AccordianLogs.test.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanDetail/AccordianLogs.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanDetail/AccordianReferences.test.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanDetail/AccordianReferences.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanDetail/AccordianText.test.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanDetail/AccordianText.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanDetail/DetailState.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanDetail/KeyValuesTable.test.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanDetail/KeyValuesTable.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanDetail/SpanFlameGraph.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanDetail/TextList.test.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanDetail/TextList.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanDetail/index.test.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanDetail/index.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanDetail/jsonMarkup.js
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanDetailRow.test.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanDetailRow.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanLinks.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanTreeOffset.test.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanTreeOffset.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/Ticks.test.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/Ticks.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/TimelineHeaderRow
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/TimelineHeaderRow/TimelineCollapser.test.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/TimelineHeaderRow/TimelineCollapser.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/TimelineHeaderRow/TimelineColumnResizer.test.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/TimelineHeaderRow/TimelineColumnResizer.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/TimelineHeaderRow/TimelineHeaderRow.test.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/TimelineHeaderRow/TimelineHeaderRow.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/TimelineHeaderRow/TimelineViewingLayer.test.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/TimelineHeaderRow/TimelineViewingLayer.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/TimelineHeaderRow/index.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/TimelineRow.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/VirtualizedTraceView.test.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/VirtualizedTraceView.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/index.test.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/index.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/types.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/utils.test.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/TraceTimelineViewer/utils.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/Tween.test.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/Tween.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/common
/usr/share/grafana/public/app/features/explore/TraceView/components/common/BreakableText.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/common/CopyIcon.test.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/common/CopyIcon.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/common/Divider.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/common/ExternalLinks.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/common/LabeledList.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/common/NewWindowIcon.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/common/Popover.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/common/SearchBarInput.test.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/common/SearchBarInput.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/common/TraceName.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/constants
/usr/share/grafana/public/app/features/explore/TraceView/components/constants/default-config.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/constants/index.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/constants/span.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/constants/tag-keys.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/demo
/usr/share/grafana/public/app/features/explore/TraceView/components/demo/.eslintrc
/usr/share/grafana/public/app/features/explore/TraceView/components/demo/trace-generators.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/index.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/keyboard-mappings.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/keyboard-shortcuts.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/model
/usr/share/grafana/public/app/features/explore/TraceView/components/model/ddg
/usr/share/grafana/public/app/features/explore/TraceView/components/model/ddg/PathElem.test.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/model/ddg/PathElem.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/model/ddg/__snapshots__
/usr/share/grafana/public/app/features/explore/TraceView/components/model/ddg/__snapshots__/PathElem.test.ts.snap
/usr/share/grafana/public/app/features/explore/TraceView/components/model/ddg/sample-paths.test.resources.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/model/ddg/types.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/model/find-trace-name.test.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/model/link-patterns.test.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/model/link-patterns.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/model/span.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/model/trace-viewer.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/model/transform-trace-data.test.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/model/transform-trace-data.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/scroll-page.test.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/scroll-page.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/selectors
/usr/share/grafana/public/app/features/explore/TraceView/components/selectors/span.test.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/selectors/span.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/selectors/trace.fixture.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/selectors/trace.test.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/selectors/trace.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/settings
/usr/share/grafana/public/app/features/explore/TraceView/components/settings/SpanBarSettings.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/types
/usr/share/grafana/public/app/features/explore/TraceView/components/types/TNil.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/types/TTraceDiffState.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/types/TTraceTimeline.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/types/config.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/types/index.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/types/links.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/types/trace.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/uberUtilityStyles.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/url
/usr/share/grafana/public/app/features/explore/TraceView/components/url/ReferenceLink.test.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/url/ReferenceLink.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/utils
/usr/share/grafana/public/app/features/explore/TraceView/components/utils/DraggableManager
/usr/share/grafana/public/app/features/explore/TraceView/components/utils/DraggableManager/DraggableManager.test.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/utils/DraggableManager/DraggableManager.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/utils/DraggableManager/EUpdateTypes.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/utils/DraggableManager/README.md
/usr/share/grafana/public/app/features/explore/TraceView/components/utils/DraggableManager/demo
/usr/share/grafana/public/app/features/explore/TraceView/components/utils/DraggableManager/demo/DividerDemo.css
/usr/share/grafana/public/app/features/explore/TraceView/components/utils/DraggableManager/demo/DividerDemo.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/utils/DraggableManager/demo/DraggableManagerDemo.css
/usr/share/grafana/public/app/features/explore/TraceView/components/utils/DraggableManager/demo/DraggableManagerDemo.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/utils/DraggableManager/demo/RegionDemo.css
/usr/share/grafana/public/app/features/explore/TraceView/components/utils/DraggableManager/demo/RegionDemo.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/utils/DraggableManager/demo/demo-ux.gif
/usr/share/grafana/public/app/features/explore/TraceView/components/utils/DraggableManager/demo/index.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/utils/DraggableManager/index.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/utils/DraggableManager/types.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/utils/TreeNode.test.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/utils/TreeNode.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/utils/color-generator.test.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/utils/color-generator.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/utils/config
/usr/share/grafana/public/app/features/explore/TraceView/components/utils/config/get-config.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/utils/date.test.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/utils/date.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/utils/filter-spans.test.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/utils/filter-spans.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/utils/number.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/utils/sort.test.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/utils/sort.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/utils/span-ancestor-ids.test.ts
/usr/share/grafana/public/app/features/explore/TraceView/components/utils/span-ancestor-ids.tsx
/usr/share/grafana/public/app/features/explore/TraceView/components/utils/test
/usr/share/grafana/public/app/features/explore/TraceView/components/utils/test/requestAnimationFrame.ts
/usr/share/grafana/public/app/features/explore/TraceView/createSpanLink.test.ts
/usr/share/grafana/public/app/features/explore/TraceView/createSpanLink.tsx
/usr/share/grafana/public/app/features/explore/TraceView/custom.d.ts
/usr/share/grafana/public/app/features/explore/TraceView/useChildrenState.test.ts
/usr/share/grafana/public/app/features/explore/TraceView/useChildrenState.ts
/usr/share/grafana/public/app/features/explore/TraceView/useDetailState.test.ts
/usr/share/grafana/public/app/features/explore/TraceView/useDetailState.ts
/usr/share/grafana/public/app/features/explore/TraceView/useHoverIndentGuide.test.ts
/usr/share/grafana/public/app/features/explore/TraceView/useHoverIndentGuide.ts
/usr/share/grafana/public/app/features/explore/TraceView/useSearch.test.ts
/usr/share/grafana/public/app/features/explore/TraceView/useSearch.ts
/usr/share/grafana/public/app/features/explore/TraceView/useViewRange.test.ts
/usr/share/grafana/public/app/features/explore/TraceView/useViewRange.ts
/usr/share/grafana/public/app/features/explore/TraceView/utils
/usr/share/grafana/public/app/features/explore/TraceView/utils/transform.test.ts
/usr/share/grafana/public/app/features/explore/TraceView/utils/transform.ts
/usr/share/grafana/public/app/features/explore/__mocks__
/usr/share/grafana/public/app/features/explore/__mocks__/data.ts
/usr/share/grafana/public/app/features/explore/__mocks__/makeLogs.ts
/usr/share/grafana/public/app/features/explore/__mocks__/mockData.ts
/usr/share/grafana/public/app/features/explore/correlationEditLogic.test.ts
/usr/share/grafana/public/app/features/explore/correlationEditLogic.ts
/usr/share/grafana/public/app/features/explore/extensions
/usr/share/grafana/public/app/features/explore/extensions/AddToDashboard
/usr/share/grafana/public/app/features/explore/extensions/AddToDashboard/AddToDashboardForm.tsx
/usr/share/grafana/public/app/features/explore/extensions/AddToDashboard/addToDashboard.test.ts
/usr/share/grafana/public/app/features/explore/extensions/AddToDashboard/addToDashboard.ts
/usr/share/grafana/public/app/features/explore/extensions/AddToDashboard/getAddToDashboardTitle.test.ts
/usr/share/grafana/public/app/features/explore/extensions/AddToDashboard/getAddToDashboardTitle.ts
/usr/share/grafana/public/app/features/explore/extensions/AddToDashboard/index.test.tsx
/usr/share/grafana/public/app/features/explore/extensions/AddToDashboard/index.tsx
/usr/share/grafana/public/app/features/explore/extensions/ConfirmNavigationModal.tsx
/usr/share/grafana/public/app/features/explore/extensions/ToolbarExtensionPoint.test.tsx
/usr/share/grafana/public/app/features/explore/extensions/ToolbarExtensionPoint.tsx
/usr/share/grafana/public/app/features/explore/extensions/ToolbarExtensionPointMenu.tsx
/usr/share/grafana/public/app/features/explore/extensions/getExploreExtensionConfigs.test.tsx
/usr/share/grafana/public/app/features/explore/extensions/getExploreExtensionConfigs.tsx
/usr/share/grafana/public/app/features/explore/hooks
/usr/share/grafana/public/app/features/explore/hooks/useExploreDataLinkPostProcessor.ts
/usr/share/grafana/public/app/features/explore/hooks/useExplorePageTitle.test.ts
/usr/share/grafana/public/app/features/explore/hooks/useExplorePageTitle.ts
/usr/share/grafana/public/app/features/explore/hooks/useKeyboardShortcuts.test.tsx
/usr/share/grafana/public/app/features/explore/hooks/useKeyboardShortcuts.ts
/usr/share/grafana/public/app/features/explore/hooks/useSplitSizeUpdater.test.tsx
/usr/share/grafana/public/app/features/explore/hooks/useSplitSizeUpdater.ts
/usr/share/grafana/public/app/features/explore/hooks/useStateSync
/usr/share/grafana/public/app/features/explore/hooks/useStateSync/index.test.tsx
/usr/share/grafana/public/app/features/explore/hooks/useStateSync/index.ts
/usr/share/grafana/public/app/features/explore/hooks/useStateSync/migrators
/usr/share/grafana/public/app/features/explore/hooks/useStateSync/migrators/types.ts
/usr/share/grafana/public/app/features/explore/hooks/useStateSync/migrators/v0.test.ts
/usr/share/grafana/public/app/features/explore/hooks/useStateSync/migrators/v0.ts
/usr/share/grafana/public/app/features/explore/hooks/useStateSync/migrators/v1.test.ts
/usr/share/grafana/public/app/features/explore/hooks/useStateSync/migrators/v1.ts
/usr/share/grafana/public/app/features/explore/hooks/useStateSync/parseURL.ts
/usr/share/grafana/public/app/features/explore/hooks/useTimeSrvFix.test.tsx
/usr/share/grafana/public/app/features/explore/hooks/useTimeSrvFix.ts
/usr/share/grafana/public/app/features/explore/hooks/utils.ts
/usr/share/grafana/public/app/features/explore/spec
/usr/share/grafana/public/app/features/explore/spec/datasourceState.test.tsx
/usr/share/grafana/public/app/features/explore/spec/helper
/usr/share/grafana/public/app/features/explore/spec/helper/assert.ts
/usr/share/grafana/public/app/features/explore/spec/helper/interactions.ts
/usr/share/grafana/public/app/features/explore/spec/helper/query.ts
/usr/share/grafana/public/app/features/explore/spec/helper/setup.tsx
/usr/share/grafana/public/app/features/explore/spec/interpolation.test.tsx
/usr/share/grafana/public/app/features/explore/spec/query.test.tsx
/usr/share/grafana/public/app/features/explore/spec/queryHistory.test.tsx
/usr/share/grafana/public/app/features/explore/spec/split.test.tsx
/usr/share/grafana/public/app/features/explore/state
/usr/share/grafana/public/app/features/explore/state/correlations.ts
/usr/share/grafana/public/app/features/explore/state/datasource.test.ts
/usr/share/grafana/public/app/features/explore/state/datasource.ts
/usr/share/grafana/public/app/features/explore/state/explorePane.ts
/usr/share/grafana/public/app/features/explore/state/helpers.ts
/usr/share/grafana/public/app/features/explore/state/history.ts
/usr/share/grafana/public/app/features/explore/state/main.test.ts
/usr/share/grafana/public/app/features/explore/state/main.ts
/usr/share/grafana/public/app/features/explore/state/query.test.ts
/usr/share/grafana/public/app/features/explore/state/query.ts
/usr/share/grafana/public/app/features/explore/state/selectors.ts
/usr/share/grafana/public/app/features/explore/state/time.test.ts
/usr/share/grafana/public/app/features/explore/state/time.ts
/usr/share/grafana/public/app/features/explore/state/utils.test.ts
/usr/share/grafana/public/app/features/explore/state/utils.ts
/usr/share/grafana/public/app/features/explore/useLiveTailControls.ts
/usr/share/grafana/public/app/features/explore/utils
/usr/share/grafana/public/app/features/explore/utils/decorators.test.ts
/usr/share/grafana/public/app/features/explore/utils/decorators.ts
/usr/share/grafana/public/app/features/explore/utils/links.test.ts
/usr/share/grafana/public/app/features/explore/utils/links.ts
/usr/share/grafana/public/app/features/explore/utils/queries.ts
/usr/share/grafana/public/app/features/explore/utils/supplementaryQueries.test.ts
/usr/share/grafana/public/app/features/explore/utils/supplementaryQueries.ts
/usr/share/grafana/public/app/features/expressions
/usr/share/grafana/public/app/features/expressions/ExpressionDatasource.test.ts
/usr/share/grafana/public/app/features/expressions/ExpressionDatasource.ts
/usr/share/grafana/public/app/features/expressions/ExpressionQueryEditor.tsx
/usr/share/grafana/public/app/features/expressions/components
/usr/share/grafana/public/app/features/expressions/components/ClassicConditions.tsx
/usr/share/grafana/public/app/features/expressions/components/Condition.tsx
/usr/share/grafana/public/app/features/expressions/components/Math.tsx
/usr/share/grafana/public/app/features/expressions/components/Reduce.tsx
/usr/share/grafana/public/app/features/expressions/components/Resample.tsx
/usr/share/grafana/public/app/features/expressions/components/Threshold.tsx
/usr/share/grafana/public/app/features/expressions/components/__snapshots__
/usr/share/grafana/public/app/features/expressions/components/__snapshots__/hysteresis.test.ts.snap
/usr/share/grafana/public/app/features/expressions/components/hysteresis.test.ts
/usr/share/grafana/public/app/features/expressions/components/thresholdReducer.ts
/usr/share/grafana/public/app/features/expressions/guards.ts
/usr/share/grafana/public/app/features/expressions/types.ts
/usr/share/grafana/public/app/features/expressions/utils
/usr/share/grafana/public/app/features/expressions/utils/expressionTypes.ts
/usr/share/grafana/public/app/features/folders
/usr/share/grafana/public/app/features/folders/state
/usr/share/grafana/public/app/features/folders/state/actions.ts
/usr/share/grafana/public/app/features/folders/state/navModel.ts
/usr/share/grafana/public/app/features/folders/state/reducers.test.ts
/usr/share/grafana/public/app/features/folders/state/reducers.ts
/usr/share/grafana/public/app/features/geo
/usr/share/grafana/public/app/features/geo/editor
/usr/share/grafana/public/app/features/geo/editor/GazetteerPathEditor.tsx
/usr/share/grafana/public/app/features/geo/editor/locationEditor.ts
/usr/share/grafana/public/app/features/geo/editor/locationModeEditor.tsx
/usr/share/grafana/public/app/features/geo/format
/usr/share/grafana/public/app/features/geo/format/geohash.test.ts
/usr/share/grafana/public/app/features/geo/format/geohash.ts
/usr/share/grafana/public/app/features/geo/format/geojson.test.ts
/usr/share/grafana/public/app/features/geo/format/geojson.ts
/usr/share/grafana/public/app/features/geo/format/utils.ts
/usr/share/grafana/public/app/features/geo/gazetteer
/usr/share/grafana/public/app/features/geo/gazetteer/gazetteer.test.ts
/usr/share/grafana/public/app/features/geo/gazetteer/gazetteer.ts
/usr/share/grafana/public/app/features/geo/gazetteer/worldmap.test.ts
/usr/share/grafana/public/app/features/geo/gazetteer/worldmap.ts
/usr/share/grafana/public/app/features/geo/utils
/usr/share/grafana/public/app/features/geo/utils/frameVectorSource.ts
/usr/share/grafana/public/app/features/geo/utils/location.test.ts
/usr/share/grafana/public/app/features/geo/utils/location.ts
/usr/share/grafana/public/app/features/inspector
/usr/share/grafana/public/app/features/inspector/DetailText.tsx
/usr/share/grafana/public/app/features/inspector/InspectDataOptions.tsx
/usr/share/grafana/public/app/features/inspector/InspectDataTab.test.tsx
/usr/share/grafana/public/app/features/inspector/InspectDataTab.tsx
/usr/share/grafana/public/app/features/inspector/InspectErrorTab.test.tsx
/usr/share/grafana/public/app/features/inspector/InspectErrorTab.tsx
/usr/share/grafana/public/app/features/inspector/InspectJSONTab.tsx
/usr/share/grafana/public/app/features/inspector/InspectMetadataTab.tsx
/usr/share/grafana/public/app/features/inspector/InspectStatsTab.tsx
/usr/share/grafana/public/app/features/inspector/InspectStatsTable.tsx
/usr/share/grafana/public/app/features/inspector/InspectStatsTraceIdsTable.tsx
/usr/share/grafana/public/app/features/inspector/QueryInspector.tsx
/usr/share/grafana/public/app/features/inspector/styles.ts
/usr/share/grafana/public/app/features/inspector/types.ts
/usr/share/grafana/public/app/features/inspector/utils
/usr/share/grafana/public/app/features/inspector/utils/download.test.ts
/usr/share/grafana/public/app/features/inspector/utils/download.ts
/usr/share/grafana/public/app/features/inspector/utils/utils.ts
/usr/share/grafana/public/app/features/invites
/usr/share/grafana/public/app/features/invites/InviteeRow.tsx
/usr/share/grafana/public/app/features/invites/InviteesTable.test.tsx
/usr/share/grafana/public/app/features/invites/InviteesTable.tsx
/usr/share/grafana/public/app/features/invites/SignupInvited.test.tsx
/usr/share/grafana/public/app/features/invites/SignupInvited.tsx
/usr/share/grafana/public/app/features/invites/state
/usr/share/grafana/public/app/features/invites/state/actions.ts
/usr/share/grafana/public/app/features/invites/state/reducers.test.ts
/usr/share/grafana/public/app/features/invites/state/reducers.ts
/usr/share/grafana/public/app/features/invites/state/selectors.ts
/usr/share/grafana/public/app/features/library-panels
/usr/share/grafana/public/app/features/library-panels/LibraryPanelsPage.tsx
/usr/share/grafana/public/app/features/library-panels/components
/usr/share/grafana/public/app/features/library-panels/components/AddLibraryPanelModal
/usr/share/grafana/public/app/features/library-panels/components/AddLibraryPanelModal/AddLibraryPanelModal.tsx
/usr/share/grafana/public/app/features/library-panels/components/ChangeLibraryPanelModal
/usr/share/grafana/public/app/features/library-panels/components/ChangeLibraryPanelModal/ChangeLibraryPanelModal.tsx
/usr/share/grafana/public/app/features/library-panels/components/DeleteLibraryPanelModal
/usr/share/grafana/public/app/features/library-panels/components/DeleteLibraryPanelModal/DeleteLibraryPanelModal.tsx
/usr/share/grafana/public/app/features/library-panels/components/DeleteLibraryPanelModal/actions.ts
/usr/share/grafana/public/app/features/library-panels/components/DeleteLibraryPanelModal/reducer.test.ts
/usr/share/grafana/public/app/features/library-panels/components/DeleteLibraryPanelModal/reducer.ts
/usr/share/grafana/public/app/features/library-panels/components/LibraryPanelCard
/usr/share/grafana/public/app/features/library-panels/components/LibraryPanelCard/LibraryPanelCard.tsx
/usr/share/grafana/public/app/features/library-panels/components/LibraryPanelInfo
/usr/share/grafana/public/app/features/library-panels/components/LibraryPanelInfo/LibraryPanelInfo.tsx
/usr/share/grafana/public/app/features/library-panels/components/LibraryPanelsSearch
/usr/share/grafana/public/app/features/library-panels/components/LibraryPanelsSearch/LibraryPanelsSearch.test.tsx
/usr/share/grafana/public/app/features/library-panels/components/LibraryPanelsSearch/LibraryPanelsSearch.tsx
/usr/share/grafana/public/app/features/library-panels/components/LibraryPanelsView
/usr/share/grafana/public/app/features/library-panels/components/LibraryPanelsView/LibraryPanelsView.tsx
/usr/share/grafana/public/app/features/library-panels/components/LibraryPanelsView/actions.ts
/usr/share/grafana/public/app/features/library-panels/components/LibraryPanelsView/reducer.test.ts
/usr/share/grafana/public/app/features/library-panels/components/LibraryPanelsView/reducer.ts
/usr/share/grafana/public/app/features/library-panels/components/OpenLibraryPanelModal
/usr/share/grafana/public/app/features/library-panels/components/OpenLibraryPanelModal/OpenLibraryPanelModal.tsx
/usr/share/grafana/public/app/features/library-panels/components/PanelLibraryOptionsGroup
/usr/share/grafana/public/app/features/library-panels/components/PanelLibraryOptionsGroup/PanelLibraryOptionsGroup.tsx
/usr/share/grafana/public/app/features/library-panels/components/SaveLibraryPanelModal
/usr/share/grafana/public/app/features/library-panels/components/SaveLibraryPanelModal/SaveLibraryPanelModal.tsx
/usr/share/grafana/public/app/features/library-panels/components/UnlinkModal
/usr/share/grafana/public/app/features/library-panels/components/UnlinkModal/UnlinkModal.tsx
/usr/share/grafana/public/app/features/library-panels/guard.ts
/usr/share/grafana/public/app/features/library-panels/state
/usr/share/grafana/public/app/features/library-panels/state/api.ts
/usr/share/grafana/public/app/features/library-panels/styles.ts
/usr/share/grafana/public/app/features/library-panels/types.ts
/usr/share/grafana/public/app/features/library-panels/utils
/usr/share/grafana/public/app/features/library-panels/utils.ts
/usr/share/grafana/public/app/features/library-panels/utils/usePanelSave.ts
/usr/share/grafana/public/app/features/live
/usr/share/grafana/public/app/features/live/LiveConnectionWarning.tsx
/usr/share/grafana/public/app/features/live/centrifuge
/usr/share/grafana/public/app/features/live/centrifuge/LiveDataStream.test.ts
/usr/share/grafana/public/app/features/live/centrifuge/LiveDataStream.ts
/usr/share/grafana/public/app/features/live/centrifuge/channel.ts
/usr/share/grafana/public/app/features/live/centrifuge/createCentrifugeServiceWorker.ts
/usr/share/grafana/public/app/features/live/centrifuge/remoteObservable.ts
/usr/share/grafana/public/app/features/live/centrifuge/service.ts
/usr/share/grafana/public/app/features/live/centrifuge/service.worker.ts
/usr/share/grafana/public/app/features/live/centrifuge/serviceWorkerProxy.ts
/usr/share/grafana/public/app/features/live/centrifuge/transferHandlers.ts
/usr/share/grafana/public/app/features/live/dashboard
/usr/share/grafana/public/app/features/live/dashboard/DashboardChangedModal.tsx
/usr/share/grafana/public/app/features/live/dashboard/dashboardWatcher.ts
/usr/share/grafana/public/app/features/live/dashboard/types.ts
/usr/share/grafana/public/app/features/live/data
/usr/share/grafana/public/app/features/live/data/amendTimeSeries.ts
/usr/share/grafana/public/app/features/live/data/utils.ts
/usr/share/grafana/public/app/features/live/index.ts
/usr/share/grafana/public/app/features/live/live.test.ts
/usr/share/grafana/public/app/features/live/live.ts
/usr/share/grafana/public/app/features/logs
/usr/share/grafana/public/app/features/logs/UniqueKeyMaker.test.ts
/usr/share/grafana/public/app/features/logs/UniqueKeyMaker.ts
/usr/share/grafana/public/app/features/logs/components
/usr/share/grafana/public/app/features/logs/components/LogDetails.test.tsx
/usr/share/grafana/public/app/features/logs/components/LogDetails.tsx
/usr/share/grafana/public/app/features/logs/components/LogDetailsRow.test.tsx
/usr/share/grafana/public/app/features/logs/components/LogDetailsRow.tsx
/usr/share/grafana/public/app/features/logs/components/LogLabelStats.tsx
/usr/share/grafana/public/app/features/logs/components/LogLabelStatsRow.tsx
/usr/share/grafana/public/app/features/logs/components/LogLabels.test.tsx
/usr/share/grafana/public/app/features/logs/components/LogLabels.tsx
/usr/share/grafana/public/app/features/logs/components/LogMessageAnsi.test.tsx
/usr/share/grafana/public/app/features/logs/components/LogMessageAnsi.tsx
/usr/share/grafana/public/app/features/logs/components/LogRow.test.tsx
/usr/share/grafana/public/app/features/logs/components/LogRow.tsx
/usr/share/grafana/public/app/features/logs/components/LogRowMenuCell.tsx
/usr/share/grafana/public/app/features/logs/components/LogRowMessage.test.tsx
/usr/share/grafana/public/app/features/logs/components/LogRowMessage.tsx
/usr/share/grafana/public/app/features/logs/components/LogRowMessageDisplayedFields.test.tsx
/usr/share/grafana/public/app/features/logs/components/LogRowMessageDisplayedFields.tsx
/usr/share/grafana/public/app/features/logs/components/LogRows.test.tsx
/usr/share/grafana/public/app/features/logs/components/LogRows.tsx
/usr/share/grafana/public/app/features/logs/components/__mocks__
/usr/share/grafana/public/app/features/logs/components/__mocks__/logRow.ts
/usr/share/grafana/public/app/features/logs/components/getLogRowStyles.ts
/usr/share/grafana/public/app/features/logs/components/log-context
/usr/share/grafana/public/app/features/logs/components/log-context/LoadingIndicator.tsx
/usr/share/grafana/public/app/features/logs/components/log-context/LogContextButtons.test.tsx
/usr/share/grafana/public/app/features/logs/components/log-context/LogContextButtons.tsx
/usr/share/grafana/public/app/features/logs/components/log-context/LogRowContextModal.test.tsx
/usr/share/grafana/public/app/features/logs/components/log-context/LogRowContextModal.tsx
/usr/share/grafana/public/app/features/logs/components/log-context/types.ts
/usr/share/grafana/public/app/features/logs/components/logParser.test.ts
/usr/share/grafana/public/app/features/logs/components/logParser.ts
/usr/share/grafana/public/app/features/logs/legacyLogsFrame.ts
/usr/share/grafana/public/app/features/logs/logsFrame.test.ts
/usr/share/grafana/public/app/features/logs/logsFrame.ts
/usr/share/grafana/public/app/features/logs/logsModel.test.ts
/usr/share/grafana/public/app/features/logs/logsModel.ts
/usr/share/grafana/public/app/features/logs/logsModel_parse.test.ts
/usr/share/grafana/public/app/features/logs/utils.test.ts
/usr/share/grafana/public/app/features/logs/utils.ts
/usr/share/grafana/public/app/features/manage-dashboards
/usr/share/grafana/public/app/features/manage-dashboards/DashboardImportPage.tsx
/usr/share/grafana/public/app/features/manage-dashboards/PublicDashboardListPage.tsx
/usr/share/grafana/public/app/features/manage-dashboards/SnapshotListPage.tsx
/usr/share/grafana/public/app/features/manage-dashboards/components
/usr/share/grafana/public/app/features/manage-dashboards/components/ImportDashboardForm.tsx
/usr/share/grafana/public/app/features/manage-dashboards/components/ImportDashboardLibraryPanelsList.tsx
/usr/share/grafana/public/app/features/manage-dashboards/components/ImportDashboardOverview.tsx
/usr/share/grafana/public/app/features/manage-dashboards/components/PublicDashboardListTable
/usr/share/grafana/public/app/features/manage-dashboards/components/PublicDashboardListTable/DeletePublicDashboardButton.tsx
/usr/share/grafana/public/app/features/manage-dashboards/components/PublicDashboardListTable/DeletePublicDashboardModal.tsx
/usr/share/grafana/public/app/features/manage-dashboards/components/PublicDashboardListTable/PublicDashboardListTable.test.tsx
/usr/share/grafana/public/app/features/manage-dashboards/components/PublicDashboardListTable/PublicDashboardListTable.tsx
/usr/share/grafana/public/app/features/manage-dashboards/components/SnapshotListTable.test.tsx
/usr/share/grafana/public/app/features/manage-dashboards/components/SnapshotListTable.tsx
/usr/share/grafana/public/app/features/manage-dashboards/components/SnapshotListTableRow.test.tsx
/usr/share/grafana/public/app/features/manage-dashboards/components/SnapshotListTableRow.tsx
/usr/share/grafana/public/app/features/manage-dashboards/services
/usr/share/grafana/public/app/features/manage-dashboards/services/ValidationSrv.ts
/usr/share/grafana/public/app/features/manage-dashboards/state
/usr/share/grafana/public/app/features/manage-dashboards/state/actions.test.ts
/usr/share/grafana/public/app/features/manage-dashboards/state/actions.ts
/usr/share/grafana/public/app/features/manage-dashboards/state/reducers.test.ts
/usr/share/grafana/public/app/features/manage-dashboards/state/reducers.ts
/usr/share/grafana/public/app/features/manage-dashboards/types.ts
/usr/share/grafana/public/app/features/manage-dashboards/utils
/usr/share/grafana/public/app/features/manage-dashboards/utils/validation.ts
/usr/share/grafana/public/app/features/notifications
/usr/share/grafana/public/app/features/notifications/NotificationsPage.tsx
/usr/share/grafana/public/app/features/notifications/StoredNotifications.tsx
/usr/share/grafana/public/app/features/org
/usr/share/grafana/public/app/features/org/NewOrgPage.tsx
/usr/share/grafana/public/app/features/org/OrgDetailsPage.test.tsx
/usr/share/grafana/public/app/features/org/OrgDetailsPage.tsx
/usr/share/grafana/public/app/features/org/OrgProfile.test.tsx
/usr/share/grafana/public/app/features/org/OrgProfile.tsx
/usr/share/grafana/public/app/features/org/SelectOrgPage.tsx
/usr/share/grafana/public/app/features/org/UserInviteForm.tsx
/usr/share/grafana/public/app/features/org/UserInvitePage.tsx
/usr/share/grafana/public/app/features/org/state
/usr/share/grafana/public/app/features/org/state/actions.test.ts
/usr/share/grafana/public/app/features/org/state/actions.ts
/usr/share/grafana/public/app/features/org/state/reducers.test.ts
/usr/share/grafana/public/app/features/org/state/reducers.ts
/usr/share/grafana/public/app/features/panel
/usr/share/grafana/public/app/features/panel/components
/usr/share/grafana/public/app/features/panel/components/PanelDataErrorView.test.tsx
/usr/share/grafana/public/app/features/panel/components/PanelDataErrorView.tsx
/usr/share/grafana/public/app/features/panel/components/PanelPluginError.tsx
/usr/share/grafana/public/app/features/panel/components/PanelRenderer.tsx
/usr/share/grafana/public/app/features/panel/components/VizTypePicker
/usr/share/grafana/public/app/features/panel/components/VizTypePicker/PanelTypeCard.tsx
/usr/share/grafana/public/app/features/panel/components/VizTypePicker/VisualizationSuggestionCard.tsx
/usr/share/grafana/public/app/features/panel/components/VizTypePicker/VisualizationSuggestions.tsx
/usr/share/grafana/public/app/features/panel/components/VizTypePicker/VizTypePicker.tsx
/usr/share/grafana/public/app/features/panel/components/VizTypePicker/VizTypePickerPlugin.tsx
/usr/share/grafana/public/app/features/panel/components/VizTypePicker/types.ts
/usr/share/grafana/public/app/features/panel/panellinks
/usr/share/grafana/public/app/features/panel/panellinks/linkSuppliers.test.ts
/usr/share/grafana/public/app/features/panel/panellinks/linkSuppliers.ts
/usr/share/grafana/public/app/features/panel/panellinks/link_srv.ts
/usr/share/grafana/public/app/features/panel/panellinks/specs
/usr/share/grafana/public/app/features/panel/panellinks/specs/link_srv.test.ts
/usr/share/grafana/public/app/features/panel/state
/usr/share/grafana/public/app/features/panel/state/actions.test.ts
/usr/share/grafana/public/app/features/panel/state/actions.ts
/usr/share/grafana/public/app/features/panel/state/getAllSuggestions.test.ts
/usr/share/grafana/public/app/features/panel/state/getAllSuggestions.ts
/usr/share/grafana/public/app/features/panel/state/reducers.ts
/usr/share/grafana/public/app/features/panel/state/selectors.ts
/usr/share/grafana/public/app/features/panel/state/util.ts
/usr/share/grafana/public/app/features/panel/state/utils.test.ts
/usr/share/grafana/public/app/features/playlist
/usr/share/grafana/public/app/features/playlist/EmptyQueryListBanner.tsx
/usr/share/grafana/public/app/features/playlist/PlaylistCard.tsx
/usr/share/grafana/public/app/features/playlist/PlaylistEditPage.test.tsx
/usr/share/grafana/public/app/features/playlist/PlaylistEditPage.tsx
/usr/share/grafana/public/app/features/playlist/PlaylistForm.test.tsx
/usr/share/grafana/public/app/features/playlist/PlaylistForm.tsx
/usr/share/grafana/public/app/features/playlist/PlaylistNewPage.test.tsx
/usr/share/grafana/public/app/features/playlist/PlaylistNewPage.tsx
/usr/share/grafana/public/app/features/playlist/PlaylistPage.test.tsx
/usr/share/grafana/public/app/features/playlist/PlaylistPage.tsx
/usr/share/grafana/public/app/features/playlist/PlaylistPageList.tsx
/usr/share/grafana/public/app/features/playlist/PlaylistSrv.test.ts
/usr/share/grafana/public/app/features/playlist/PlaylistSrv.ts
/usr/share/grafana/public/app/features/playlist/PlaylistStartPage.tsx
/usr/share/grafana/public/app/features/playlist/PlaylistTable.tsx
/usr/share/grafana/public/app/features/playlist/PlaylistTableRows.tsx
/usr/share/grafana/public/app/features/playlist/ShareModal.tsx
/usr/share/grafana/public/app/features/playlist/StartModal.tsx
/usr/share/grafana/public/app/features/playlist/api.ts
/usr/share/grafana/public/app/features/playlist/types.ts
/usr/share/grafana/public/app/features/playlist/usePlaylistItems.tsx
/usr/share/grafana/public/app/features/plugins
/usr/share/grafana/public/app/features/plugins/admin
/usr/share/grafana/public/app/features/plugins/admin/__mocks__
/usr/share/grafana/public/app/features/plugins/admin/__mocks__/catalogPlugin.mock.ts
/usr/share/grafana/public/app/features/plugins/admin/__mocks__/index.ts
/usr/share/grafana/public/app/features/plugins/admin/__mocks__/localPlugin.mock.ts
/usr/share/grafana/public/app/features/plugins/admin/__mocks__/mockHelpers.ts
/usr/share/grafana/public/app/features/plugins/admin/__mocks__/remotePlugin.mock.ts
/usr/share/grafana/public/app/features/plugins/admin/api.ts
/usr/share/grafana/public/app/features/plugins/admin/components
/usr/share/grafana/public/app/features/plugins/admin/components/AppConfigWrapper.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/Badges
/usr/share/grafana/public/app/features/plugins/admin/components/Badges/PluginAngularBadge.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/Badges/PluginDeprecatedBadge.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/Badges/PluginDisabledBadge.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/Badges/PluginEnterpriseBadge.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/Badges/PluginInstallBadge.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/Badges/PluginUpdateAvailableBadge.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/Badges/index.ts
/usr/share/grafana/public/app/features/plugins/admin/components/Badges/sharedStyles.ts
/usr/share/grafana/public/app/features/plugins/admin/components/GetStartedWithPlugin
/usr/share/grafana/public/app/features/plugins/admin/components/GetStartedWithPlugin/GetStartedWithApp.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/GetStartedWithPlugin/GetStartedWithDataSource.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/GetStartedWithPlugin/GetStartedWithPlugin.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/GetStartedWithPlugin/index.ts
/usr/share/grafana/public/app/features/plugins/admin/components/HorizontalGroup.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/InstallControls
/usr/share/grafana/public/app/features/plugins/admin/components/InstallControls/ExternallyManagedButton.test.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/InstallControls/ExternallyManagedButton.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/InstallControls/InstallControlsButton.test.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/InstallControls/InstallControlsButton.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/InstallControls/InstallControlsWarning.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/InstallControls/index.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/Loader.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/PluginActions.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/PluginDashboards.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/PluginDetailsBody.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/PluginDetailsDeprecatedWarning.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/PluginDetailsDisabledError.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/PluginDetailsHeaderDependencies.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/PluginDetailsHeaderSignature.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/PluginDetailsPage.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/PluginDetailsSignature.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/PluginList.test.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/PluginList.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/PluginListItem.test.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/PluginListItem.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/PluginListItemBadges.test.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/PluginListItemBadges.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/PluginLogo.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/PluginSignatureDetailsBadge.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/PluginSubtitle.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/PluginUsage.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/SearchField.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/VersionList.tsx
/usr/share/grafana/public/app/features/plugins/admin/constants.ts
/usr/share/grafana/public/app/features/plugins/admin/helpers.test.ts
/usr/share/grafana/public/app/features/plugins/admin/helpers.ts
/usr/share/grafana/public/app/features/plugins/admin/hooks
/usr/share/grafana/public/app/features/plugins/admin/hooks/useHistory.tsx
/usr/share/grafana/public/app/features/plugins/admin/hooks/usePluginConfig.tsx
/usr/share/grafana/public/app/features/plugins/admin/hooks/usePluginDetailsTabs.tsx
/usr/share/grafana/public/app/features/plugins/admin/hooks/usePluginInfo.tsx
/usr/share/grafana/public/app/features/plugins/admin/hooks/usePluginPageExtensions.tsx
/usr/share/grafana/public/app/features/plugins/admin/img
/usr/share/grafana/public/app/features/plugins/admin/img/logo.svg
/usr/share/grafana/public/app/features/plugins/admin/pages
/usr/share/grafana/public/app/features/plugins/admin/pages/Browse.test.tsx
/usr/share/grafana/public/app/features/plugins/admin/pages/Browse.tsx
/usr/share/grafana/public/app/features/plugins/admin/pages/PluginDetails.test.tsx
/usr/share/grafana/public/app/features/plugins/admin/pages/PluginDetails.tsx
/usr/share/grafana/public/app/features/plugins/admin/permissions.ts
/usr/share/grafana/public/app/features/plugins/admin/routes.tsx
/usr/share/grafana/public/app/features/plugins/admin/state
/usr/share/grafana/public/app/features/plugins/admin/state/actions.ts
/usr/share/grafana/public/app/features/plugins/admin/state/hooks.ts
/usr/share/grafana/public/app/features/plugins/admin/state/reducer.ts
/usr/share/grafana/public/app/features/plugins/admin/state/selectors.test.ts
/usr/share/grafana/public/app/features/plugins/admin/state/selectors.ts
/usr/share/grafana/public/app/features/plugins/admin/tracking.ts
/usr/share/grafana/public/app/features/plugins/admin/types.ts
/usr/share/grafana/public/app/features/plugins/all.ts
/usr/share/grafana/public/app/features/plugins/angularDeprecation
/usr/share/grafana/public/app/features/plugins/angularDeprecation/AngularDeprecationNotice.test.tsx
/usr/share/grafana/public/app/features/plugins/angularDeprecation/AngularDeprecationNotice.tsx
/usr/share/grafana/public/app/features/plugins/angularDeprecation/AngularDeprecationPluginNotice.test.tsx
/usr/share/grafana/public/app/features/plugins/angularDeprecation/AngularDeprecationPluginNotice.tsx
/usr/share/grafana/public/app/features/plugins/angularDeprecation/utils.ts
/usr/share/grafana/public/app/features/plugins/built_in_plugins.ts
/usr/share/grafana/public/app/features/plugins/cdn
/usr/share/grafana/public/app/features/plugins/cdn/utils.test.ts
/usr/share/grafana/public/app/features/plugins/cdn/utils.ts
/usr/share/grafana/public/app/features/plugins/components
/usr/share/grafana/public/app/features/plugins/components/AppRootPage.test.tsx
/usr/share/grafana/public/app/features/plugins/components/AppRootPage.tsx
/usr/share/grafana/public/app/features/plugins/components/PluginPageContext.tsx
/usr/share/grafana/public/app/features/plugins/components/PluginStateInfo.tsx
/usr/share/grafana/public/app/features/plugins/components/PluginsErrorsInfo.tsx
/usr/share/grafana/public/app/features/plugins/datasource_srv.ts
/usr/share/grafana/public/app/features/plugins/extensions
/usr/share/grafana/public/app/features/plugins/extensions/createPluginExtensionRegistry.test.ts
/usr/share/grafana/public/app/features/plugins/extensions/createPluginExtensionRegistry.ts
/usr/share/grafana/public/app/features/plugins/extensions/getCoreExtensionConfigurations.ts
/usr/share/grafana/public/app/features/plugins/extensions/getPluginExtensions.test.tsx
/usr/share/grafana/public/app/features/plugins/extensions/getPluginExtensions.ts
/usr/share/grafana/public/app/features/plugins/extensions/types.ts
/usr/share/grafana/public/app/features/plugins/extensions/utils.test.tsx
/usr/share/grafana/public/app/features/plugins/extensions/utils.tsx
/usr/share/grafana/public/app/features/plugins/extensions/validators.test.tsx
/usr/share/grafana/public/app/features/plugins/extensions/validators.ts
/usr/share/grafana/public/app/features/plugins/importPanelPlugin.ts
/usr/share/grafana/public/app/features/plugins/loader
/usr/share/grafana/public/app/features/plugins/loader/cache.test.ts
/usr/share/grafana/public/app/features/plugins/loader/cache.ts
/usr/share/grafana/public/app/features/plugins/loader/constants.ts
/usr/share/grafana/public/app/features/plugins/loader/packageMetrics.test.ts
/usr/share/grafana/public/app/features/plugins/loader/packageMetrics.ts
/usr/share/grafana/public/app/features/plugins/loader/pluginLoader.mock.ts
/usr/share/grafana/public/app/features/plugins/loader/sharedDependencies.ts
/usr/share/grafana/public/app/features/plugins/loader/systemjsHooks.test.ts
/usr/share/grafana/public/app/features/plugins/loader/systemjsHooks.ts
/usr/share/grafana/public/app/features/plugins/loader/types.ts
/usr/share/grafana/public/app/features/plugins/loader/utils.ts
/usr/share/grafana/public/app/features/plugins/pluginPreloader.ts
/usr/share/grafana/public/app/features/plugins/pluginSettings.test.ts
/usr/share/grafana/public/app/features/plugins/pluginSettings.ts
/usr/share/grafana/public/app/features/plugins/plugin_loader.ts
/usr/share/grafana/public/app/features/plugins/routes.tsx
/usr/share/grafana/public/app/features/plugins/sandbox
/usr/share/grafana/public/app/features/plugins/sandbox/README.md
/usr/share/grafana/public/app/features/plugins/sandbox/code_loader.ts
/usr/share/grafana/public/app/features/plugins/sandbox/constants.ts
/usr/share/grafana/public/app/features/plugins/sandbox/distortion_map.ts
/usr/share/grafana/public/app/features/plugins/sandbox/document_sandbox.ts
/usr/share/grafana/public/app/features/plugins/sandbox/plugin_dependencies.ts
/usr/share/grafana/public/app/features/plugins/sandbox/sandbox_components.tsx
/usr/share/grafana/public/app/features/plugins/sandbox/sandbox_plugin_loader.ts
/usr/share/grafana/public/app/features/plugins/sandbox/types.ts
/usr/share/grafana/public/app/features/plugins/sandbox/utils.ts
/usr/share/grafana/public/app/features/plugins/sql
/usr/share/grafana/public/app/features/plugins/sql/.eslintrc
/usr/share/grafana/public/app/features/plugins/sql/ResponseParser.test.ts
/usr/share/grafana/public/app/features/plugins/sql/ResponseParser.ts
/usr/share/grafana/public/app/features/plugins/sql/components
/usr/share/grafana/public/app/features/plugins/sql/components/ConfirmModal.tsx
/usr/share/grafana/public/app/features/plugins/sql/components/DatasetSelector.tsx
/usr/share/grafana/public/app/features/plugins/sql/components/ErrorBoundary.tsx
/usr/share/grafana/public/app/features/plugins/sql/components/QueryEditor.tsx
/usr/share/grafana/public/app/features/plugins/sql/components/QueryEditorFeatureFlag.utils.ts
/usr/share/grafana/public/app/features/plugins/sql/components/QueryHeader.tsx
/usr/share/grafana/public/app/features/plugins/sql/components/SqlComponents.test.tsx
/usr/share/grafana/public/app/features/plugins/sql/components/SqlComponents.testHelpers.ts
/usr/share/grafana/public/app/features/plugins/sql/components/TableSelector.tsx
/usr/share/grafana/public/app/features/plugins/sql/components/configuration
/usr/share/grafana/public/app/features/plugins/sql/components/configuration/ConnectionLimits.tsx
/usr/share/grafana/public/app/features/plugins/sql/components/configuration/Divider.tsx
/usr/share/grafana/public/app/features/plugins/sql/components/configuration/TLSSecretsConfig.tsx
/usr/share/grafana/public/app/features/plugins/sql/components/configuration/useMigrateDatabaseFields.test.ts
/usr/share/grafana/public/app/features/plugins/sql/components/configuration/useMigrateDatabaseFields.ts
/usr/share/grafana/public/app/features/plugins/sql/components/index.ts
/usr/share/grafana/public/app/features/plugins/sql/components/query-editor-raw
/usr/share/grafana/public/app/features/plugins/sql/components/query-editor-raw/QueryEditorRaw.tsx
/usr/share/grafana/public/app/features/plugins/sql/components/query-editor-raw/QueryToolbox.tsx
/usr/share/grafana/public/app/features/plugins/sql/components/query-editor-raw/QueryValidator.tsx
/usr/share/grafana/public/app/features/plugins/sql/components/query-editor-raw/README.md
/usr/share/grafana/public/app/features/plugins/sql/components/query-editor-raw/RawEditor.tsx
/usr/share/grafana/public/app/features/plugins/sql/components/visual-query-builder
/usr/share/grafana/public/app/features/plugins/sql/components/visual-query-builder/AwesomeQueryBuilder.tsx
/usr/share/grafana/public/app/features/plugins/sql/components/visual-query-builder/GroupByRow.tsx
/usr/share/grafana/public/app/features/plugins/sql/components/visual-query-builder/OrderByRow.tsx
/usr/share/grafana/public/app/features/plugins/sql/components/visual-query-builder/Preview.tsx
/usr/share/grafana/public/app/features/plugins/sql/components/visual-query-builder/SQLGroupByRow.tsx
/usr/share/grafana/public/app/features/plugins/sql/components/visual-query-builder/SQLOrderByRow.tsx
/usr/share/grafana/public/app/features/plugins/sql/components/visual-query-builder/SQLSelectRow.tsx
/usr/share/grafana/public/app/features/plugins/sql/components/visual-query-builder/SQLWhereRow.tsx
/usr/share/grafana/public/app/features/plugins/sql/components/visual-query-builder/SelectRow.tsx
/usr/share/grafana/public/app/features/plugins/sql/components/visual-query-builder/VisualEditor.tsx
/usr/share/grafana/public/app/features/plugins/sql/components/visual-query-builder/WhereRow.tsx
/usr/share/grafana/public/app/features/plugins/sql/components/visual-query-builder/index.ts
/usr/share/grafana/public/app/features/plugins/sql/constants.ts
/usr/share/grafana/public/app/features/plugins/sql/datasource
/usr/share/grafana/public/app/features/plugins/sql/datasource/SqlDatasource.ts
/usr/share/grafana/public/app/features/plugins/sql/defaults.ts
/usr/share/grafana/public/app/features/plugins/sql/expressions.ts
/usr/share/grafana/public/app/features/plugins/sql/index.ts
/usr/share/grafana/public/app/features/plugins/sql/types.ts
/usr/share/grafana/public/app/features/plugins/sql/utils
/usr/share/grafana/public/app/features/plugins/sql/utils/formatSQL.ts
/usr/share/grafana/public/app/features/plugins/sql/utils/migration.test.ts
/usr/share/grafana/public/app/features/plugins/sql/utils/migration.ts
/usr/share/grafana/public/app/features/plugins/sql/utils/sql.utils.ts
/usr/share/grafana/public/app/features/plugins/sql/utils/testHelpers.ts
/usr/share/grafana/public/app/features/plugins/sql/utils/useSqlChange.ts
/usr/share/grafana/public/app/features/plugins/tests
/usr/share/grafana/public/app/features/plugins/tests/datasource_srv.test.ts
/usr/share/grafana/public/app/features/plugins/tests/plugin_loader.test.ts
/usr/share/grafana/public/app/features/plugins/utils.test.ts
/usr/share/grafana/public/app/features/plugins/utils.ts
/usr/share/grafana/public/app/features/profile
/usr/share/grafana/public/app/features/profile/ChangePasswordForm.tsx
/usr/share/grafana/public/app/features/profile/ChangePasswordPage.test.tsx
/usr/share/grafana/public/app/features/profile/ChangePasswordPage.tsx
/usr/share/grafana/public/app/features/profile/FeatureTogglePage.tsx
/usr/share/grafana/public/app/features/profile/UserOrganizations.tsx
/usr/share/grafana/public/app/features/profile/UserProfileEditForm.tsx
/usr/share/grafana/public/app/features/profile/UserProfileEditPage.test.tsx
/usr/share/grafana/public/app/features/profile/UserProfileEditPage.tsx
/usr/share/grafana/public/app/features/profile/UserSessions.tsx
/usr/share/grafana/public/app/features/profile/UserTeams.tsx
/usr/share/grafana/public/app/features/profile/api.ts
/usr/share/grafana/public/app/features/profile/routes.tsx
/usr/share/grafana/public/app/features/profile/state
/usr/share/grafana/public/app/features/profile/state/actions.ts
/usr/share/grafana/public/app/features/profile/state/reducers.test.ts
/usr/share/grafana/public/app/features/profile/state/reducers.ts
/usr/share/grafana/public/app/features/profile/state/selectors.ts
/usr/share/grafana/public/app/features/profile/types.ts
/usr/share/grafana/public/app/features/query
/usr/share/grafana/public/app/features/query/components
/usr/share/grafana/public/app/features/query/components/QueryActionComponent.ts
/usr/share/grafana/public/app/features/query/components/QueryEditorRow.test.tsx
/usr/share/grafana/public/app/features/query/components/QueryEditorRow.tsx
/usr/share/grafana/public/app/features/query/components/QueryEditorRowHeader.test.tsx
/usr/share/grafana/public/app/features/query/components/QueryEditorRowHeader.tsx
/usr/share/grafana/public/app/features/query/components/QueryEditorRows.test.tsx
/usr/share/grafana/public/app/features/query/components/QueryEditorRows.tsx
/usr/share/grafana/public/app/features/query/components/QueryErrorAlert.tsx
/usr/share/grafana/public/app/features/query/components/QueryGroup.test.tsx
/usr/share/grafana/public/app/features/query/components/QueryGroup.tsx
/usr/share/grafana/public/app/features/query/components/QueryGroupOptions.tsx
/usr/share/grafana/public/app/features/query/state
/usr/share/grafana/public/app/features/query/state/DashboardQueryRunner
/usr/share/grafana/public/app/features/query/state/DashboardQueryRunner/AlertStatesWorker.test.ts
/usr/share/grafana/public/app/features/query/state/DashboardQueryRunner/AlertStatesWorker.ts
/usr/share/grafana/public/app/features/query/state/DashboardQueryRunner/AnnotationsQueryRunner.test.ts
/usr/share/grafana/public/app/features/query/state/DashboardQueryRunner/AnnotationsQueryRunner.ts
/usr/share/grafana/public/app/features/query/state/DashboardQueryRunner/AnnotationsWorker.test.ts
/usr/share/grafana/public/app/features/query/state/DashboardQueryRunner/AnnotationsWorker.ts
/usr/share/grafana/public/app/features/query/state/DashboardQueryRunner/DashboardQueryRunner.test.ts
/usr/share/grafana/public/app/features/query/state/DashboardQueryRunner/DashboardQueryRunner.ts
/usr/share/grafana/public/app/features/query/state/DashboardQueryRunner/LegacyAnnotationQueryRunner.test.ts
/usr/share/grafana/public/app/features/query/state/DashboardQueryRunner/LegacyAnnotationQueryRunner.ts
/usr/share/grafana/public/app/features/query/state/DashboardQueryRunner/PublicAnnotationsDataSource.test.ts
/usr/share/grafana/public/app/features/query/state/DashboardQueryRunner/PublicAnnotationsDataSource.ts
/usr/share/grafana/public/app/features/query/state/DashboardQueryRunner/SnapshotWorker.test.ts
/usr/share/grafana/public/app/features/query/state/DashboardQueryRunner/SnapshotWorker.ts
/usr/share/grafana/public/app/features/query/state/DashboardQueryRunner/UnifiedAlertStatesWorker.test.ts
/usr/share/grafana/public/app/features/query/state/DashboardQueryRunner/UnifiedAlertStatesWorker.ts
/usr/share/grafana/public/app/features/query/state/DashboardQueryRunner/testHelpers.ts
/usr/share/grafana/public/app/features/query/state/DashboardQueryRunner/types.ts
/usr/share/grafana/public/app/features/query/state/DashboardQueryRunner/utils.ts
/usr/share/grafana/public/app/features/query/state/PanelQueryRunner.test.ts
/usr/share/grafana/public/app/features/query/state/PanelQueryRunner.ts
/usr/share/grafana/public/app/features/query/state/QueryRunner.ts
/usr/share/grafana/public/app/features/query/state/mergePanelAndDashData.test.ts
/usr/share/grafana/public/app/features/query/state/mergePanelAndDashData.ts
/usr/share/grafana/public/app/features/query/state/processing
/usr/share/grafana/public/app/features/query/state/processing/canceler.ts
/usr/share/grafana/public/app/features/query/state/processing/revision.ts
/usr/share/grafana/public/app/features/query/state/queryAnalytics.test.ts
/usr/share/grafana/public/app/features/query/state/queryAnalytics.ts
/usr/share/grafana/public/app/features/query/state/runRequest.test.ts
/usr/share/grafana/public/app/features/query/state/runRequest.ts
/usr/share/grafana/public/app/features/query/state/updateQueries.test.ts
/usr/share/grafana/public/app/features/query/state/updateQueries.ts
/usr/share/grafana/public/app/features/runtime
/usr/share/grafana/public/app/features/runtime/init.ts
/usr/share/grafana/public/app/features/sandbox
/usr/share/grafana/public/app/features/sandbox/BenchmarksPage.tsx
/usr/share/grafana/public/app/features/sandbox/TestStuffPage.tsx
/usr/share/grafana/public/app/features/search
/usr/share/grafana/public/app/features/search/constants.ts
/usr/share/grafana/public/app/features/search/hooks
/usr/share/grafana/public/app/features/search/hooks/useSearchKeyboardSelection.ts
/usr/share/grafana/public/app/features/search/loaders.ts
/usr/share/grafana/public/app/features/search/page
/usr/share/grafana/public/app/features/search/page/components
/usr/share/grafana/public/app/features/search/page/components/ActionRow.tsx
/usr/share/grafana/public/app/features/search/page/components/ExplainScorePopup.tsx
/usr/share/grafana/public/app/features/search/page/components/SearchResultsTable.test.tsx
/usr/share/grafana/public/app/features/search/page/components/SearchResultsTable.tsx
/usr/share/grafana/public/app/features/search/page/components/columns.tsx
/usr/share/grafana/public/app/features/search/page/reporting.ts
/usr/share/grafana/public/app/features/search/page/selection.test.ts
/usr/share/grafana/public/app/features/search/page/selection.ts
/usr/share/grafana/public/app/features/search/service
/usr/share/grafana/public/app/features/search/service/bluge.ts
/usr/share/grafana/public/app/features/search/service/dummy.ts
/usr/share/grafana/public/app/features/search/service/folders.ts
/usr/share/grafana/public/app/features/search/service/frontend.test.ts
/usr/share/grafana/public/app/features/search/service/frontend.ts
/usr/share/grafana/public/app/features/search/service/index.ts
/usr/share/grafana/public/app/features/search/service/searcher.ts
/usr/share/grafana/public/app/features/search/service/sql.test.ts
/usr/share/grafana/public/app/features/search/service/sql.ts
/usr/share/grafana/public/app/features/search/service/types.ts
/usr/share/grafana/public/app/features/search/service/utils.ts
/usr/share/grafana/public/app/features/search/state
/usr/share/grafana/public/app/features/search/state/SearchStateManager.test.ts
/usr/share/grafana/public/app/features/search/state/SearchStateManager.ts
/usr/share/grafana/public/app/features/search/tempI18nPhrases.ts
/usr/share/grafana/public/app/features/search/types.ts
/usr/share/grafana/public/app/features/search/utils.test.ts
/usr/share/grafana/public/app/features/search/utils.ts
/usr/share/grafana/public/app/features/serviceaccounts
/usr/share/grafana/public/app/features/serviceaccounts/ServiceAccountCreatePage.test.tsx
/usr/share/grafana/public/app/features/serviceaccounts/ServiceAccountCreatePage.tsx
/usr/share/grafana/public/app/features/serviceaccounts/ServiceAccountPage.test.tsx
/usr/share/grafana/public/app/features/serviceaccounts/ServiceAccountPage.tsx
/usr/share/grafana/public/app/features/serviceaccounts/ServiceAccountPermissions.tsx
/usr/share/grafana/public/app/features/serviceaccounts/ServiceAccountsListPage.test.tsx
/usr/share/grafana/public/app/features/serviceaccounts/ServiceAccountsListPage.tsx
/usr/share/grafana/public/app/features/serviceaccounts/components
/usr/share/grafana/public/app/features/serviceaccounts/components/CreateTokenModal.tsx
/usr/share/grafana/public/app/features/serviceaccounts/components/ServiceAccountProfile.tsx
/usr/share/grafana/public/app/features/serviceaccounts/components/ServiceAccountProfileRow.tsx
/usr/share/grafana/public/app/features/serviceaccounts/components/ServiceAccountRoleRow.tsx
/usr/share/grafana/public/app/features/serviceaccounts/components/ServiceAccountTokensTable.tsx
/usr/share/grafana/public/app/features/serviceaccounts/components/ServiceAccountsListItem.tsx
/usr/share/grafana/public/app/features/serviceaccounts/state
/usr/share/grafana/public/app/features/serviceaccounts/state/actions.ts
/usr/share/grafana/public/app/features/serviceaccounts/state/actionsServiceAccountPage.ts
/usr/share/grafana/public/app/features/serviceaccounts/state/reducers.ts
/usr/share/grafana/public/app/features/storage
/usr/share/grafana/public/app/features/storage/AddRootView.tsx
/usr/share/grafana/public/app/features/storage/Breadcrumb.tsx
/usr/share/grafana/public/app/features/storage/CreateNewFolderModal.tsx
/usr/share/grafana/public/app/features/storage/FileView.tsx
/usr/share/grafana/public/app/features/storage/FolderView.tsx
/usr/share/grafana/public/app/features/storage/RootView.tsx
/usr/share/grafana/public/app/features/storage/StorageFolderPage.tsx
/usr/share/grafana/public/app/features/storage/StoragePage.tsx
/usr/share/grafana/public/app/features/storage/UploadButton.tsx
/usr/share/grafana/public/app/features/storage/storage.ts
/usr/share/grafana/public/app/features/storage/types.ts
/usr/share/grafana/public/app/features/support-bundles
/usr/share/grafana/public/app/features/support-bundles/SupportBundles.tsx
/usr/share/grafana/public/app/features/support-bundles/SupportBundlesCreate.tsx
/usr/share/grafana/public/app/features/support-bundles/state
/usr/share/grafana/public/app/features/support-bundles/state/actions.ts
/usr/share/grafana/public/app/features/support-bundles/state/reducers.ts
/usr/share/grafana/public/app/features/teams
/usr/share/grafana/public/app/features/teams/CreateTeam.test.tsx
/usr/share/grafana/public/app/features/teams/CreateTeam.tsx
/usr/share/grafana/public/app/features/teams/TeamGroupSync.test.tsx
/usr/share/grafana/public/app/features/teams/TeamGroupSync.tsx
/usr/share/grafana/public/app/features/teams/TeamList.test.tsx
/usr/share/grafana/public/app/features/teams/TeamList.tsx
/usr/share/grafana/public/app/features/teams/TeamPages.test.tsx
/usr/share/grafana/public/app/features/teams/TeamPages.tsx
/usr/share/grafana/public/app/features/teams/TeamPermissions.tsx
/usr/share/grafana/public/app/features/teams/TeamSettings.test.tsx
/usr/share/grafana/public/app/features/teams/TeamSettings.tsx
/usr/share/grafana/public/app/features/teams/__mocks__
/usr/share/grafana/public/app/features/teams/__mocks__/navModelMock.ts
/usr/share/grafana/public/app/features/teams/__mocks__/teamMocks.ts
/usr/share/grafana/public/app/features/teams/state
/usr/share/grafana/public/app/features/teams/state/actions.ts
/usr/share/grafana/public/app/features/teams/state/navModel.ts
/usr/share/grafana/public/app/features/teams/state/reducers.test.ts
/usr/share/grafana/public/app/features/teams/state/reducers.ts
/usr/share/grafana/public/app/features/teams/state/selectors.test.ts
/usr/share/grafana/public/app/features/teams/state/selectors.ts
/usr/share/grafana/public/app/features/templating
/usr/share/grafana/public/app/features/templating/LegacyVariableWrapper.ts
/usr/share/grafana/public/app/features/templating/dataMacros.test.ts
/usr/share/grafana/public/app/features/templating/dataMacros.ts
/usr/share/grafana/public/app/features/templating/fieldAccessorCache.ts
/usr/share/grafana/public/app/features/templating/formatVariableValue.test.ts
/usr/share/grafana/public/app/features/templating/formatVariableValue.ts
/usr/share/grafana/public/app/features/templating/macroRegistry.test.ts
/usr/share/grafana/public/app/features/templating/macroRegistry.ts
/usr/share/grafana/public/app/features/templating/templateProxies.test.ts
/usr/share/grafana/public/app/features/templating/templateProxies.ts
/usr/share/grafana/public/app/features/templating/template_srv.mock.ts
/usr/share/grafana/public/app/features/templating/template_srv.test.ts
/usr/share/grafana/public/app/features/templating/template_srv.ts
/usr/share/grafana/public/app/features/templating/types.ts
/usr/share/grafana/public/app/features/trails
/usr/share/grafana/public/app/features/trails/AddToFiltersGraphAction.tsx
/usr/share/grafana/public/app/features/trails/AutomaticMetricQueries
/usr/share/grafana/public/app/features/trails/AutomaticMetricQueries/AutoQueryEngine.ts
/usr/share/grafana/public/app/features/trails/AutomaticMetricQueries/AutoVizPanel.tsx
/usr/share/grafana/public/app/features/trails/BreakdownScene.tsx
/usr/share/grafana/public/app/features/trails/ByFrameRepeater.tsx
/usr/share/grafana/public/app/features/trails/DataTrail.test.tsx
/usr/share/grafana/public/app/features/trails/DataTrail.tsx
/usr/share/grafana/public/app/features/trails/DataTrailCard.tsx
/usr/share/grafana/public/app/features/trails/DataTrailDrawer.tsx
/usr/share/grafana/public/app/features/trails/DataTrailSettings.tsx
/usr/share/grafana/public/app/features/trails/DataTrailsApp.tsx
/usr/share/grafana/public/app/features/trails/DataTrailsHistory.tsx
/usr/share/grafana/public/app/features/trails/DataTrailsHome.tsx
/usr/share/grafana/public/app/features/trails/DataTrailsPage.tsx
/usr/share/grafana/public/app/features/trails/LayoutSwitcher.tsx
/usr/share/grafana/public/app/features/trails/MetricScene.tsx
/usr/share/grafana/public/app/features/trails/MetricSelectScene.tsx
/usr/share/grafana/public/app/features/trails/SelectMetricAction.tsx
/usr/share/grafana/public/app/features/trails/SelectMetricTrailView.tsx
/usr/share/grafana/public/app/features/trails/TrailStore
/usr/share/grafana/public/app/features/trails/TrailStore/TrailStore.test.ts
/usr/share/grafana/public/app/features/trails/TrailStore/TrailStore.ts
/usr/share/grafana/public/app/features/trails/dashboardIntegration.ts
/usr/share/grafana/public/app/features/trails/hideEmptyPreviews.ts
/usr/share/grafana/public/app/features/trails/shared.ts
/usr/share/grafana/public/app/features/trails/utils.ts
/usr/share/grafana/public/app/features/transformers
/usr/share/grafana/public/app/features/transformers/FilterByValueTransformer
/usr/share/grafana/public/app/features/transformers/FilterByValueTransformer/FilterByValueFilterEditor.tsx
/usr/share/grafana/public/app/features/transformers/FilterByValueTransformer/FilterByValueTransformerEditor.tsx
/usr/share/grafana/public/app/features/transformers/FilterByValueTransformer/ValueMatchers
/usr/share/grafana/public/app/features/transformers/FilterByValueTransformer/ValueMatchers/BasicMatcherEditor.tsx
/usr/share/grafana/public/app/features/transformers/FilterByValueTransformer/ValueMatchers/NoopMatcherEditor.tsx
/usr/share/grafana/public/app/features/transformers/FilterByValueTransformer/ValueMatchers/RangeMatcherEditor.tsx
/usr/share/grafana/public/app/features/transformers/FilterByValueTransformer/ValueMatchers/RegexMatcherEditor.tsx
/usr/share/grafana/public/app/features/transformers/FilterByValueTransformer/ValueMatchers/types.ts
/usr/share/grafana/public/app/features/transformers/FilterByValueTransformer/ValueMatchers/utils.ts
/usr/share/grafana/public/app/features/transformers/FilterByValueTransformer/ValueMatchers/valueMatchersUI.ts
/usr/share/grafana/public/app/features/transformers/calculateHeatmap
/usr/share/grafana/public/app/features/transformers/calculateHeatmap/HeatmapTransformerEditor.tsx
/usr/share/grafana/public/app/features/transformers/calculateHeatmap/editor
/usr/share/grafana/public/app/features/transformers/calculateHeatmap/editor/AxisEditor.tsx
/usr/share/grafana/public/app/features/transformers/calculateHeatmap/editor/helper.ts
/usr/share/grafana/public/app/features/transformers/calculateHeatmap/heatmap.test.ts
/usr/share/grafana/public/app/features/transformers/calculateHeatmap/heatmap.ts
/usr/share/grafana/public/app/features/transformers/calculateHeatmap/utils.ts
/usr/share/grafana/public/app/features/transformers/configFromQuery
/usr/share/grafana/public/app/features/transformers/configFromQuery/ConfigFromQueryTransformerEditor.test.tsx
/usr/share/grafana/public/app/features/transformers/configFromQuery/ConfigFromQueryTransformerEditor.tsx
/usr/share/grafana/public/app/features/transformers/configFromQuery/configFromQuery.test.ts
/usr/share/grafana/public/app/features/transformers/configFromQuery/configFromQuery.ts
/usr/share/grafana/public/app/features/transformers/docs
/usr/share/grafana/public/app/features/transformers/docs/content.ts
/usr/share/grafana/public/app/features/transformers/docs/getTransformationContent.ts
/usr/share/grafana/public/app/features/transformers/editors
/usr/share/grafana/public/app/features/transformers/editors/CalculateFieldTransformerEditor
/usr/share/grafana/public/app/features/transformers/editors/CalculateFieldTransformerEditor/BinaryOperationOptionsEditor.tsx
/usr/share/grafana/public/app/features/transformers/editors/CalculateFieldTransformerEditor/CalculateFieldTransformerEditor.tsx
/usr/share/grafana/public/app/features/transformers/editors/CalculateFieldTransformerEditor/CumulativeOptionsEditor.tsx
/usr/share/grafana/public/app/features/transformers/editors/CalculateFieldTransformerEditor/IndexOptionsEditor.tsx
/usr/share/grafana/public/app/features/transformers/editors/CalculateFieldTransformerEditor/ReduceRowOptionsEditor.tsx
/usr/share/grafana/public/app/features/transformers/editors/CalculateFieldTransformerEditor/UnaryOperationEditor.tsx
/usr/share/grafana/public/app/features/transformers/editors/CalculateFieldTransformerEditor/WindowOptionsEditor.tsx
/usr/share/grafana/public/app/features/transformers/editors/CalculateFieldTransformerEditor/constants.ts
/usr/share/grafana/public/app/features/transformers/editors/CalculateFieldTransformerEditor/index.ts
/usr/share/grafana/public/app/features/transformers/editors/ConcatenateTransformerEditor.tsx
/usr/share/grafana/public/app/features/transformers/editors/ConvertFieldTypeTransformerEditor.tsx
/usr/share/grafana/public/app/features/transformers/editors/EnumMappingEditor.tsx
/usr/share/grafana/public/app/features/transformers/editors/EnumMappingRow.tsx
/usr/share/grafana/public/app/features/transformers/editors/FilterByNameTransformerEditor.tsx
/usr/share/grafana/public/app/features/transformers/editors/FilterByRefIdTransformerEditor.tsx
/usr/share/grafana/public/app/features/transformers/editors/FormatStringTransformerEditor.tsx
/usr/share/grafana/public/app/features/transformers/editors/FormatTimeTransformerEditor.tsx
/usr/share/grafana/public/app/features/transformers/editors/GroupByTransformerEditor.tsx
/usr/share/grafana/public/app/features/transformers/editors/GroupingToMatrixTransformerEditor.tsx
/usr/share/grafana/public/app/features/transformers/editors/HistogramTransformerEditor.tsx
/usr/share/grafana/public/app/features/transformers/editors/JoinByFieldTransformerEditor.tsx
/usr/share/grafana/public/app/features/transformers/editors/LabelsToFieldsTransformerEditor.tsx
/usr/share/grafana/public/app/features/transformers/editors/LimitTransformerEditor.tsx
/usr/share/grafana/public/app/features/transformers/editors/MergeTransformerEditor.tsx
/usr/share/grafana/public/app/features/transformers/editors/OrganizeFieldsTransformerEditor.tsx
/usr/share/grafana/public/app/features/transformers/editors/ReduceTransformerEditor.tsx
/usr/share/grafana/public/app/features/transformers/editors/RenameByRegexTransformer.tsx
/usr/share/grafana/public/app/features/transformers/editors/SeriesToRowsTransformerEditor.tsx
/usr/share/grafana/public/app/features/transformers/editors/SortByTransformerEditor.tsx
/usr/share/grafana/public/app/features/transformers/extractFields
/usr/share/grafana/public/app/features/transformers/extractFields/ExtractFieldsTransformerEditor.tsx
/usr/share/grafana/public/app/features/transformers/extractFields/components
/usr/share/grafana/public/app/features/transformers/extractFields/components/JSONPathEditor.tsx
/usr/share/grafana/public/app/features/transformers/extractFields/extractFields.test.ts
/usr/share/grafana/public/app/features/transformers/extractFields/extractFields.ts
/usr/share/grafana/public/app/features/transformers/extractFields/fieldExtractor.test.ts
/usr/share/grafana/public/app/features/transformers/extractFields/fieldExtractors.ts
/usr/share/grafana/public/app/features/transformers/extractFields/types.ts
/usr/share/grafana/public/app/features/transformers/fieldToConfigMapping
/usr/share/grafana/public/app/features/transformers/fieldToConfigMapping/FieldToConfigMappingEditor.test.tsx
/usr/share/grafana/public/app/features/transformers/fieldToConfigMapping/FieldToConfigMappingEditor.tsx
/usr/share/grafana/public/app/features/transformers/fieldToConfigMapping/fieldToConfigMapping.ts
/usr/share/grafana/public/app/features/transformers/joinByLabels
/usr/share/grafana/public/app/features/transformers/joinByLabels/JoinByLabelsTransformerEditor.tsx
/usr/share/grafana/public/app/features/transformers/joinByLabels/joinByLabels.test.ts
/usr/share/grafana/public/app/features/transformers/joinByLabels/joinByLabels.ts
/usr/share/grafana/public/app/features/transformers/lookupGazetteer
/usr/share/grafana/public/app/features/transformers/lookupGazetteer/FieldLookupTransformerEditor.tsx
/usr/share/grafana/public/app/features/transformers/lookupGazetteer/fieldLookup.test.ts
/usr/share/grafana/public/app/features/transformers/lookupGazetteer/fieldLookup.ts
/usr/share/grafana/public/app/features/transformers/partitionByValues
/usr/share/grafana/public/app/features/transformers/partitionByValues/PartitionByValuesEditor.tsx
/usr/share/grafana/public/app/features/transformers/partitionByValues/partition.ts
/usr/share/grafana/public/app/features/transformers/partitionByValues/partitionByValues.test.ts
/usr/share/grafana/public/app/features/transformers/partitionByValues/partitionByValues.ts
/usr/share/grafana/public/app/features/transformers/prepareTimeSeries
/usr/share/grafana/public/app/features/transformers/prepareTimeSeries/PrepareTimeSeriesEditor.tsx
/usr/share/grafana/public/app/features/transformers/prepareTimeSeries/__snapshots__
/usr/share/grafana/public/app/features/transformers/prepareTimeSeries/__snapshots__/prepareTimeSeries.test.ts.snap
/usr/share/grafana/public/app/features/transformers/prepareTimeSeries/prepareTimeSeries.test.ts
/usr/share/grafana/public/app/features/transformers/prepareTimeSeries/prepareTimeSeries.ts
/usr/share/grafana/public/app/features/transformers/regression
/usr/share/grafana/public/app/features/transformers/regression/regression.test.ts
/usr/share/grafana/public/app/features/transformers/regression/regression.ts
/usr/share/grafana/public/app/features/transformers/regression/regressionEditor.test.tsx
/usr/share/grafana/public/app/features/transformers/regression/regressionEditor.tsx
/usr/share/grafana/public/app/features/transformers/rowsToFields
/usr/share/grafana/public/app/features/transformers/rowsToFields/RowsToFieldsTransformerEditor.test.tsx
/usr/share/grafana/public/app/features/transformers/rowsToFields/RowsToFieldsTransformerEditor.tsx
/usr/share/grafana/public/app/features/transformers/rowsToFields/rowsToFields.test.ts
/usr/share/grafana/public/app/features/transformers/rowsToFields/rowsToFields.ts
/usr/share/grafana/public/app/features/transformers/spatial
/usr/share/grafana/public/app/features/transformers/spatial/SpatialTransformerEditor.tsx
/usr/share/grafana/public/app/features/transformers/spatial/models.gen.ts
/usr/share/grafana/public/app/features/transformers/spatial/optionsHelper.tsx
/usr/share/grafana/public/app/features/transformers/spatial/spatialTransformer.test.ts
/usr/share/grafana/public/app/features/transformers/spatial/spatialTransformer.ts
/usr/share/grafana/public/app/features/transformers/spatial/utils.ts
/usr/share/grafana/public/app/features/transformers/standardTransformers.ts
/usr/share/grafana/public/app/features/transformers/suggestionsInput
/usr/share/grafana/public/app/features/transformers/suggestionsInput/SuggestionsInput.tsx
/usr/share/grafana/public/app/features/transformers/timeSeriesTable
/usr/share/grafana/public/app/features/transformers/timeSeriesTable/TimeSeriesTableTransformEditor.tsx
/usr/share/grafana/public/app/features/transformers/timeSeriesTable/timeSeriesTableTransformer.test.ts
/usr/share/grafana/public/app/features/transformers/timeSeriesTable/timeSeriesTableTransformer.ts
/usr/share/grafana/public/app/features/transformers/utils.test.ts
/usr/share/grafana/public/app/features/transformers/utils.ts
/usr/share/grafana/public/app/features/users
/usr/share/grafana/public/app/features/users/TokenRevokedModal.tsx
/usr/share/grafana/public/app/features/users/UsersActionBar.test.tsx
/usr/share/grafana/public/app/features/users/UsersActionBar.tsx
/usr/share/grafana/public/app/features/users/UsersListPage.test.tsx
/usr/share/grafana/public/app/features/users/UsersListPage.tsx
/usr/share/grafana/public/app/features/users/__mocks__
/usr/share/grafana/public/app/features/users/__mocks__/userMocks.ts
/usr/share/grafana/public/app/features/users/state
/usr/share/grafana/public/app/features/users/state/actions.ts
/usr/share/grafana/public/app/features/users/state/reducers.test.ts
/usr/share/grafana/public/app/features/users/state/reducers.ts
/usr/share/grafana/public/app/features/users/state/selectors.ts
/usr/share/grafana/public/app/features/variables
/usr/share/grafana/public/app/features/variables/adapters.ts
/usr/share/grafana/public/app/features/variables/adhoc
/usr/share/grafana/public/app/features/variables/adhoc/AdHocVariableEditor.test.tsx
/usr/share/grafana/public/app/features/variables/adhoc/AdHocVariableEditor.tsx
/usr/share/grafana/public/app/features/variables/adhoc/actions.test.ts
/usr/share/grafana/public/app/features/variables/adhoc/actions.ts
/usr/share/grafana/public/app/features/variables/adhoc/adapter.ts
/usr/share/grafana/public/app/features/variables/adhoc/picker
/usr/share/grafana/public/app/features/variables/adhoc/picker/AdHocFilter.test.tsx
/usr/share/grafana/public/app/features/variables/adhoc/picker/AdHocFilter.tsx
/usr/share/grafana/public/app/features/variables/adhoc/picker/AdHocFilterBuilder.tsx
/usr/share/grafana/public/app/features/variables/adhoc/picker/AdHocFilterKey.tsx
/usr/share/grafana/public/app/features/variables/adhoc/picker/AdHocFilterRenderer.tsx
/usr/share/grafana/public/app/features/variables/adhoc/picker/AdHocFilterValue.tsx
/usr/share/grafana/public/app/features/variables/adhoc/picker/AdHocPicker.tsx
/usr/share/grafana/public/app/features/variables/adhoc/picker/ConditionSegment.tsx
/usr/share/grafana/public/app/features/variables/adhoc/picker/OperatorSegment.tsx
/usr/share/grafana/public/app/features/variables/adhoc/reducer.test.ts
/usr/share/grafana/public/app/features/variables/adhoc/reducer.ts
/usr/share/grafana/public/app/features/variables/adhoc/urlParser.test.ts
/usr/share/grafana/public/app/features/variables/adhoc/urlParser.ts
/usr/share/grafana/public/app/features/variables/constant
/usr/share/grafana/public/app/features/variables/constant/ConstantVariableEditor.tsx
/usr/share/grafana/public/app/features/variables/constant/actions.test.ts
/usr/share/grafana/public/app/features/variables/constant/actions.ts
/usr/share/grafana/public/app/features/variables/constant/adapter.ts
/usr/share/grafana/public/app/features/variables/constant/reducer.test.ts
/usr/share/grafana/public/app/features/variables/constant/reducer.ts
/usr/share/grafana/public/app/features/variables/constants.ts
/usr/share/grafana/public/app/features/variables/custom
/usr/share/grafana/public/app/features/variables/custom/CustomVariableEditor.tsx
/usr/share/grafana/public/app/features/variables/custom/actions.test.ts
/usr/share/grafana/public/app/features/variables/custom/actions.ts
/usr/share/grafana/public/app/features/variables/custom/adapter.ts
/usr/share/grafana/public/app/features/variables/custom/reducer.test.ts
/usr/share/grafana/public/app/features/variables/custom/reducer.ts
/usr/share/grafana/public/app/features/variables/datasource
/usr/share/grafana/public/app/features/variables/datasource/DataSourceVariableEditor.test.tsx
/usr/share/grafana/public/app/features/variables/datasource/DataSourceVariableEditor.tsx
/usr/share/grafana/public/app/features/variables/datasource/actions.test.ts
/usr/share/grafana/public/app/features/variables/datasource/actions.ts
/usr/share/grafana/public/app/features/variables/datasource/adapter.ts
/usr/share/grafana/public/app/features/variables/datasource/reducer.test.ts
/usr/share/grafana/public/app/features/variables/datasource/reducer.ts
/usr/share/grafana/public/app/features/variables/editor
/usr/share/grafana/public/app/features/variables/editor/ConfirmDeleteModal.tsx
/usr/share/grafana/public/app/features/variables/editor/LegacyVariableQueryEditor.tsx
/usr/share/grafana/public/app/features/variables/editor/SelectionOptionsEditor.tsx
/usr/share/grafana/public/app/features/variables/editor/VariableCheckboxField.tsx
/usr/share/grafana/public/app/features/variables/editor/VariableEditorContainer.tsx
/usr/share/grafana/public/app/features/variables/editor/VariableEditorEditor.tsx
/usr/share/grafana/public/app/features/variables/editor/VariableEditorList.tsx
/usr/share/grafana/public/app/features/variables/editor/VariableEditorListRow.tsx
/usr/share/grafana/public/app/features/variables/editor/VariableHideSelect.tsx
/usr/share/grafana/public/app/features/variables/editor/VariableLegend.tsx
/usr/share/grafana/public/app/features/variables/editor/VariableSelectField.tsx
/usr/share/grafana/public/app/features/variables/editor/VariableTextAreaField.tsx
/usr/share/grafana/public/app/features/variables/editor/VariableTextField.tsx
/usr/share/grafana/public/app/features/variables/editor/VariableTypeSelect.tsx
/usr/share/grafana/public/app/features/variables/editor/VariableValuesPreview.tsx
/usr/share/grafana/public/app/features/variables/editor/actions.test.ts
/usr/share/grafana/public/app/features/variables/editor/actions.ts
/usr/share/grafana/public/app/features/variables/editor/getVariableQueryEditor.test.tsx
/usr/share/grafana/public/app/features/variables/editor/getVariableQueryEditor.tsx
/usr/share/grafana/public/app/features/variables/editor/reducer.test.ts
/usr/share/grafana/public/app/features/variables/editor/reducer.ts
/usr/share/grafana/public/app/features/variables/editor/selectors.test.ts
/usr/share/grafana/public/app/features/variables/editor/selectors.ts
/usr/share/grafana/public/app/features/variables/editor/types.ts
/usr/share/grafana/public/app/features/variables/getAllVariableValuesForUrl.test.ts
/usr/share/grafana/public/app/features/variables/getAllVariableValuesForUrl.ts
/usr/share/grafana/public/app/features/variables/guard.test.ts
/usr/share/grafana/public/app/features/variables/guard.ts
/usr/share/grafana/public/app/features/variables/inspect
/usr/share/grafana/public/app/features/variables/inspect/NetworkGraph.tsx
/usr/share/grafana/public/app/features/variables/inspect/NetworkGraphModal.tsx
/usr/share/grafana/public/app/features/variables/inspect/VariableUsagesButton.tsx
/usr/share/grafana/public/app/features/variables/inspect/VariablesDependenciesButton.tsx
/usr/share/grafana/public/app/features/variables/inspect/VariablesUnknownButton.tsx
/usr/share/grafana/public/app/features/variables/inspect/VariablesUnknownTable.test.tsx
/usr/share/grafana/public/app/features/variables/inspect/VariablesUnknownTable.tsx
/usr/share/grafana/public/app/features/variables/inspect/reducer.test.ts
/usr/share/grafana/public/app/features/variables/inspect/reducer.ts
/usr/share/grafana/public/app/features/variables/inspect/utils.test.ts
/usr/share/grafana/public/app/features/variables/inspect/utils.ts
/usr/share/grafana/public/app/features/variables/interval
/usr/share/grafana/public/app/features/variables/interval/IntervalVariableEditor.tsx
/usr/share/grafana/public/app/features/variables/interval/actions.test.ts
/usr/share/grafana/public/app/features/variables/interval/actions.ts
/usr/share/grafana/public/app/features/variables/interval/adapter.ts
/usr/share/grafana/public/app/features/variables/interval/reducer.test.ts
/usr/share/grafana/public/app/features/variables/interval/reducer.ts
/usr/share/grafana/public/app/features/variables/pickers
/usr/share/grafana/public/app/features/variables/pickers/OptionsPicker
/usr/share/grafana/public/app/features/variables/pickers/OptionsPicker/OptionPicker.test.tsx
/usr/share/grafana/public/app/features/variables/pickers/OptionsPicker/OptionsPicker.tsx
/usr/share/grafana/public/app/features/variables/pickers/OptionsPicker/actions.test.ts
/usr/share/grafana/public/app/features/variables/pickers/OptionsPicker/actions.ts
/usr/share/grafana/public/app/features/variables/pickers/OptionsPicker/reducer.test.ts
/usr/share/grafana/public/app/features/variables/pickers/OptionsPicker/reducer.ts
/usr/share/grafana/public/app/features/variables/pickers/PickerRenderer.tsx
/usr/share/grafana/public/app/features/variables/pickers/index.ts
/usr/share/grafana/public/app/features/variables/pickers/shared
/usr/share/grafana/public/app/features/variables/pickers/shared/VariableInput.tsx
/usr/share/grafana/public/app/features/variables/pickers/shared/VariableLink.tsx
/usr/share/grafana/public/app/features/variables/pickers/shared/VariableOptions.tsx
/usr/share/grafana/public/app/features/variables/pickers/types.ts
/usr/share/grafana/public/app/features/variables/query
/usr/share/grafana/public/app/features/variables/query/QueryVariableEditor.test.tsx
/usr/share/grafana/public/app/features/variables/query/QueryVariableEditor.tsx
/usr/share/grafana/public/app/features/variables/query/QueryVariableRefreshSelect.tsx
/usr/share/grafana/public/app/features/variables/query/QueryVariableSortSelect.tsx
/usr/share/grafana/public/app/features/variables/query/VariableQueryRunner.test.ts
/usr/share/grafana/public/app/features/variables/query/VariableQueryRunner.ts
/usr/share/grafana/public/app/features/variables/query/actions.test.tsx
/usr/share/grafana/public/app/features/variables/query/actions.ts
/usr/share/grafana/public/app/features/variables/query/adapter.ts
/usr/share/grafana/public/app/features/variables/query/operators.test.ts
/usr/share/grafana/public/app/features/variables/query/operators.ts
/usr/share/grafana/public/app/features/variables/query/queryRunners.test.ts
/usr/share/grafana/public/app/features/variables/query/queryRunners.ts
/usr/share/grafana/public/app/features/variables/query/reducer.test.ts
/usr/share/grafana/public/app/features/variables/query/reducer.ts
/usr/share/grafana/public/app/features/variables/query/variableQueryObserver.test.ts
/usr/share/grafana/public/app/features/variables/query/variableQueryObserver.ts
/usr/share/grafana/public/app/features/variables/shared
/usr/share/grafana/public/app/features/variables/shared/formatVariable.ts
/usr/share/grafana/public/app/features/variables/shared/multiOptions.test.ts
/usr/share/grafana/public/app/features/variables/shared/multiOptions.ts
/usr/share/grafana/public/app/features/variables/shared/testing
/usr/share/grafana/public/app/features/variables/shared/testing/adHocVariableBuilder.ts
/usr/share/grafana/public/app/features/variables/shared/testing/builders.ts
/usr/share/grafana/public/app/features/variables/shared/testing/datasourceVariableBuilder.ts
/usr/share/grafana/public/app/features/variables/shared/testing/helpers.ts
/usr/share/grafana/public/app/features/variables/shared/testing/intervalVariableBuilder.ts
/usr/share/grafana/public/app/features/variables/shared/testing/multiVariableBuilder.ts
/usr/share/grafana/public/app/features/variables/shared/testing/optionsVariableBuilder.ts
/usr/share/grafana/public/app/features/variables/shared/testing/queryVariableBuilder.ts
/usr/share/grafana/public/app/features/variables/shared/testing/textboxVariableBuilder.ts
/usr/share/grafana/public/app/features/variables/shared/testing/variableBuilder.ts
/usr/share/grafana/public/app/features/variables/state
/usr/share/grafana/public/app/features/variables/state/__tests__
/usr/share/grafana/public/app/features/variables/state/__tests__/fixtures.ts
/usr/share/grafana/public/app/features/variables/state/actions.test.ts
/usr/share/grafana/public/app/features/variables/state/actions.ts
/usr/share/grafana/public/app/features/variables/state/helpers.ts
/usr/share/grafana/public/app/features/variables/state/initVariableTransaction.test.ts
/usr/share/grafana/public/app/features/variables/state/keyedVariablesReducer.test.ts
/usr/share/grafana/public/app/features/variables/state/keyedVariablesReducer.ts
/usr/share/grafana/public/app/features/variables/state/migrateVariablesDatasourceNameToRef.test.ts
/usr/share/grafana/public/app/features/variables/state/onTimeRangeUpdated.test.ts
/usr/share/grafana/public/app/features/variables/state/processVariable.test.ts
/usr/share/grafana/public/app/features/variables/state/reducers.test.ts
/usr/share/grafana/public/app/features/variables/state/reducers.ts
/usr/share/grafana/public/app/features/variables/state/selectors.ts
/usr/share/grafana/public/app/features/variables/state/setOptionFromUrl.test.ts
/usr/share/grafana/public/app/features/variables/state/sharedReducer.test.ts
/usr/share/grafana/public/app/features/variables/state/sharedReducer.ts
/usr/share/grafana/public/app/features/variables/state/templateVarsChangedInUrl.test.ts
/usr/share/grafana/public/app/features/variables/state/transactionReducer.test.ts
/usr/share/grafana/public/app/features/variables/state/transactionReducer.ts
/usr/share/grafana/public/app/features/variables/state/types.ts
/usr/share/grafana/public/app/features/variables/state/upgradeLegacyQueries.test.ts
/usr/share/grafana/public/app/features/variables/state/variablesReducer.ts
/usr/share/grafana/public/app/features/variables/system
/usr/share/grafana/public/app/features/variables/system/adapter.ts
/usr/share/grafana/public/app/features/variables/textbox
/usr/share/grafana/public/app/features/variables/textbox/TextBoxVariableEditor.tsx
/usr/share/grafana/public/app/features/variables/textbox/TextBoxVariablePicker.tsx
/usr/share/grafana/public/app/features/variables/textbox/actions.test.ts
/usr/share/grafana/public/app/features/variables/textbox/actions.ts
/usr/share/grafana/public/app/features/variables/textbox/adapter.test.ts
/usr/share/grafana/public/app/features/variables/textbox/adapter.ts
/usr/share/grafana/public/app/features/variables/textbox/reducer.test.ts
/usr/share/grafana/public/app/features/variables/textbox/reducer.ts
/usr/share/grafana/public/app/features/variables/types.ts
/usr/share/grafana/public/app/features/variables/utils.test.ts
/usr/share/grafana/public/app/features/variables/utils.ts
/usr/share/grafana/public/app/features/visualization
/usr/share/grafana/public/app/features/visualization/data-hover
/usr/share/grafana/public/app/features/visualization/data-hover/ComplexDataHoverView.tsx
/usr/share/grafana/public/app/features/visualization/data-hover/DataHoverRow.tsx
/usr/share/grafana/public/app/features/visualization/data-hover/DataHoverRows.tsx
/usr/share/grafana/public/app/features/visualization/data-hover/DataHoverTabs.tsx
/usr/share/grafana/public/app/features/visualization/data-hover/DataHoverView.test.tsx
/usr/share/grafana/public/app/features/visualization/data-hover/DataHoverView.tsx
/usr/share/grafana/public/app/features/visualization/data-hover/ExemplarHoverView.tsx
/usr/share/grafana/public/app/index.ts
/usr/share/grafana/public/app/partials
/usr/share/grafana/public/app/partials/confirm_modal.html
/usr/share/grafana/public/app/partials/modal.html
/usr/share/grafana/public/app/partials/reset_password.html
/usr/share/grafana/public/app/partials/signup_invited.html
/usr/share/grafana/public/app/plugins
/usr/share/grafana/public/app/plugins/datasource
/usr/share/grafana/public/app/plugins/datasource/alertmanager
/usr/share/grafana/public/app/plugins/datasource/alertmanager/ConfigEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/alertmanager/DataSource.ts
/usr/share/grafana/public/app/plugins/datasource/alertmanager/consts.ts
/usr/share/grafana/public/app/plugins/datasource/alertmanager/img
/usr/share/grafana/public/app/plugins/datasource/alertmanager/img/logo.svg
/usr/share/grafana/public/app/plugins/datasource/alertmanager/module.ts
/usr/share/grafana/public/app/plugins/datasource/alertmanager/plugin.json
/usr/share/grafana/public/app/plugins/datasource/alertmanager/types.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/CHANGELOG.md
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/README.md
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/__mocks__
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/__mocks__/argResourcePickerResponse.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/__mocks__/datasource.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/__mocks__/errors.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/__mocks__/instanceSettings.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/__mocks__/panelData.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/__mocks__/query.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/__mocks__/resourcePickerRows.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/__mocks__/utils.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/__mocks__/variables.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/azureMetadata
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/azureMetadata/index.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/azureMetadata/logsResourceTypes.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/azureMetadata/resourceTypes.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/azure_log_analytics
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/azure_log_analytics/__mocks__
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/azure_log_analytics/__mocks__/schema.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/azure_log_analytics/azure_log_analytics_datasource.test.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/azure_log_analytics/azure_log_analytics_datasource.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/azure_log_analytics/utils.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/azure_monitor
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/azure_monitor/azure_monitor_datasource.test.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/azure_monitor/azure_monitor_datasource.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/azure_monitor/response_parser.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/azure_monitor/url_builder.test.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/azure_monitor/url_builder.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/azure_resource_graph
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/azure_resource_graph/azure_resource_graph_datasource.test.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/azure_resource_graph/azure_resource_graph_datasource.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ArgQueryEditor
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ArgQueryEditor/ArgQueryEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ArgQueryEditor/ArgQueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ArgQueryEditor/QueryField.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ArgQueryEditor/SubscriptionField.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ArgQueryEditor/index.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/AzureCheatSheet.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/AzureCredentialsForm.test.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/AzureCredentialsForm.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ConfigEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ConfigEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/DefaultSubscription.test.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/DefaultSubscription.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/Field.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/FormatAsField.test.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/FormatAsField.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/LogsQueryEditor
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/LogsQueryEditor/AdvancedResourcePicker.test.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/LogsQueryEditor/AdvancedResourcePicker.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/LogsQueryEditor/AzureCheatSheetModal.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/LogsQueryEditor/LogsQueryEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/LogsQueryEditor/LogsQueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/LogsQueryEditor/QueryField.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/LogsQueryEditor/TimeManagement.test.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/LogsQueryEditor/TimeManagement.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/LogsQueryEditor/index.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/LogsQueryEditor/setQueryValue.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/LogsQueryEditor/useMigrations.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/MetricsQueryEditor
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/MetricsQueryEditor/AdvancedResourcePicker.test.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/MetricsQueryEditor/AdvancedResourcePicker.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/MetricsQueryEditor/AggregationField.test.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/MetricsQueryEditor/AggregationField.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/MetricsQueryEditor/DimensionFields.test.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/MetricsQueryEditor/DimensionFields.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/MetricsQueryEditor/LegendFormatField.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/MetricsQueryEditor/MetricNameField.test.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/MetricsQueryEditor/MetricNameField.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/MetricsQueryEditor/MetricNamespaceField.test.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/MetricsQueryEditor/MetricNamespaceField.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/MetricsQueryEditor/MetricsQueryEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/MetricsQueryEditor/MetricsQueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/MetricsQueryEditor/TimeGrainField.test.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/MetricsQueryEditor/TimeGrainField.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/MetricsQueryEditor/TopField.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/MetricsQueryEditor/dataHooks.test.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/MetricsQueryEditor/dataHooks.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/MetricsQueryEditor/setQueryValue.test.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/MetricsQueryEditor/setQueryValue.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/MonitorConfig.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/QueryEditor
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/QueryEditor/QueryEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/QueryEditor/QueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/QueryEditor/index.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/QueryEditor/usePreparedQuery.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/QueryHeader.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/RawQuery.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ResourceField
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ResourceField/ResourceField.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ResourceField/index.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ResourcePicker
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ResourcePicker/AdvancedMulti.test.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ResourcePicker/AdvancedMulti.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ResourcePicker/EntryIcon.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ResourcePicker/NestedEntry.test.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ResourcePicker/NestedEntry.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ResourcePicker/NestedRow.test.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ResourcePicker/NestedRow.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ResourcePicker/ResourcePicker.test.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ResourcePicker/ResourcePicker.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ResourcePicker/Search.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ResourcePicker/index.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ResourcePicker/styles.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ResourcePicker/types.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ResourcePicker/utils.test.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ResourcePicker/utils.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/Space.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/TracesQueryEditor
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/TracesQueryEditor/Filter.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/TracesQueryEditor/Filters.test.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/TracesQueryEditor/Filters.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/TracesQueryEditor/TraceTypeField.test.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/TracesQueryEditor/TraceTypeField.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/TracesQueryEditor/TracesQueryEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/TracesQueryEditor/TracesQueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/TracesQueryEditor/consts.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/TracesQueryEditor/index.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/TracesQueryEditor/setQueryValue.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/VariableEditor
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/VariableEditor/GrafanaTemplateVariableFn.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/VariableEditor/VariableEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/VariableEditor/VariableEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/syntax.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/credentials.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/adx.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/appInsights.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/appInsightsFailureDependencies.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/appInsightsFailureExceptions.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/appInsightsFailureOperations.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/appInsightsGeoMap.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/appInsightsPerfDependencies.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/appInsightsPerfOperations.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/arg.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/containerInsightsSyslog.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/cosmosdb.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/infrastructureMonitoring.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/keyvault.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/networkInsightsDashboard.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/postgresFlexibleServer.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/sqldb.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/storage.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/v1Alerts.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/vMInsightsRG.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/vMInsightsWorkspace.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dataquery.cue
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dataquery.gen.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/datasource.test.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/datasource.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/CHANGELOG.md
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/LICENSE
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/README.md
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/adx.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/appInsights.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/appInsightsFailureDependencies.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/appInsightsFailureExceptions.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/appInsightsFailureOperations.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/appInsightsGeoMap.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/appInsightsPerfDependencies.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/appInsightsPerfOperations.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/arg.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/containerInsightsSyslog.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/cosmosdb.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/infrastructureMonitoring.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/keyvault.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/networkInsightsDashboard.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/postgresFlexibleServer.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/sqldb.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/storage.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/v1Alerts.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/vMInsightsRG.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/vMInsightsWorkspace.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/img
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/img/azure_monitor_cpu.png
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/img/azure_monitor_network.png
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/img/config_1_select_type.png
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/img/config_2_azure_monitor_api_details.png
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/img/config_3_app_insights_api_details.png
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/img/config_4_save_and_test.png
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/img/contoso_loans_grafana_dashboard.png
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/img/grafana_cloud_install.png
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/img/grafana_cloud_login.png
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/img/logo.jpg
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/module.js
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/module.js.LICENSE.txt
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/module.js.map
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/package.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/plugin.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/e2e
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/e2e/selectors.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/grafanaTemplateVariableFns.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/grafanaTemplateVariables.test.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/img
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/img/azure_monitor_cpu.png
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/img/azure_monitor_network.png
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/img/config_1_select_type.png
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/img/config_2_azure_monitor_api_details.png
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/img/config_3_app_insights_api_details.png
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/img/config_4_save_and_test.png
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/img/contoso_loans_grafana_dashboard.png
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/img/grafana_cloud_install.png
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/img/grafana_cloud_login.png
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/img/logo.jpg
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/module.test.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/module.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/package.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/plugin.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/query_help.md
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/resourcePicker
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/resourcePicker/resourcePickerData.test.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/resourcePicker/resourcePickerData.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/time_grain_converter.test.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/time_grain_converter.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/tracking.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/tsconfig.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/types
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/types/index.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/types/logAnalyticsMetadata.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/types/query.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/types/templateVariables.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/types/types.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/utils
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/utils/common.test.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/utils/common.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/utils/messageFromError.test.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/utils/messageFromError.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/utils/migrateAnnotation.test.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/utils/migrateAnnotation.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/utils/migrateQuery.test.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/utils/migrateQuery.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/utils/testUtils.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/utils/useAsyncState.test.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/utils/useAsyncState.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/utils/useLastError.test.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/utils/useLastError.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/variables.test.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/variables.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/webpack.config.ts
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/CloudMonitoringMetricFindQuery.ts
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/README.md
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/__mocks__
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/__mocks__/cloudMonitoringDatasource.ts
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/__mocks__/cloudMonitoringInstanceSettings.ts
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/__mocks__/cloudMonitoringMetricDescriptor.ts
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/__mocks__/cloudMonitoringQuery.ts
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/annotationSupport.test.ts
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/annotationSupport.ts
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/Aggregation.test.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/Aggregation.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/AliasBy.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/Alignment.test.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/Alignment.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/AlignmentFunction.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/AnnotationQueryEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/AnnotationQueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/AnnotationsHelp.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/CloudMonitoringCheatSheet.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/ConfigEditor
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/ConfigEditor/ConfigEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/Fields.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/GraphPeriod.test.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/GraphPeriod.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/GroupBy.test.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/GroupBy.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/LabelFilter.test.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/LabelFilter.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/LookbackPeriodSelect.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/MQLQueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/MetricQueryEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/MetricQueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/PeriodSelect.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/Preprocessor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/Preprocessor.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/Project.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/PromQLEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/QueryEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/QueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/QueryHeader.test.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/QueryHeader.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/SLO.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/SLOQueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/Selector.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/Service.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/VariableQueryEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/VariableQueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/VisualMetricQueryEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/VisualMetricQueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/__snapshots__
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/__snapshots__/VariableQueryEditor.test.tsx.snap
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/components/index.ts
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/constants.ts
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dashboards
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dashboards/cloud-storage-monitoring.json
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dashboards/cloudfunctions-monitoring.json
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dashboards/cloudsql-monitoring.json
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dashboards/cloudsql-mysql-monitoring.json
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dashboards/cloudsql-postgre-monitoring.json
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dashboards/cloudtasks-monitoring.json
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dashboards/dataprocessing-monitoring.json
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dashboards/firewall-insight-monitoring.json
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dashboards/gce-network-monitoring.json
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dashboards/gce-vm-instance-monitoring.json
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dashboards/gke-prometheus-pod-node-monitoring.json
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dashboards/https-lb-backend-services-monitoring.json
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dashboards/https-loadbalancer-monitoring.json
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dashboards/micro-service-monitoring.json
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dashboards/network-tcp-loadbalancer-monitoring.json
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dataquery.cue
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dataquery.gen.ts
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/datasource.test.ts
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/datasource.ts
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/functions.test.ts
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/functions.ts
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/img
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/img/cloud_monitoring_logo.svg
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/module.ts
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/plugin.json
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/specs
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/specs/datasource.test.ts
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/specs/testData.ts
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/tracking.ts
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/types
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/types/query.ts
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/types/types.ts
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/variables.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/README.md
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/AnnotationQueryRunner.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/CloudWatchDataSource.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/LogsQueryRunner.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/MetricsQueryRunner.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/Request.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/ResourcesAPI.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/cloudwatch-logs-test-data
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/cloudwatch-logs-test-data/commentOnlyQuery.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/cloudwatch-logs-test-data/empty.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/cloudwatch-logs-test-data/filterQuery.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/cloudwatch-logs-test-data/index.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/cloudwatch-logs-test-data/multiLineFullQuery.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/cloudwatch-logs-test-data/newCommandQuery.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/cloudwatch-logs-test-data/singleLineFullQuery.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/cloudwatch-logs-test-data/sortQuery.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/cloudwatch-logs-test-data/whitespaceQuery.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/cloudwatch-sql-test-data
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/cloudwatch-sql-test-data/index.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/cloudwatch-sql-test-data/multiLineFullQuery.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/cloudwatch-sql-test-data/multiLineIncompleteQueryWithoutNamespace.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/cloudwatch-sql-test-data/singleLineEmptyQuery.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/cloudwatch-sql-test-data/singleLineFullQuery.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/cloudwatch-sql-test-data/singleLineTwoQueries.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/dashboardOnLoadedEvent.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/dynamic-label-test-data
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/dynamic-label-test-data/afterLabelValue.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/dynamic-label-test-data/index.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/dynamic-label-test-data/insideLabelValue.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/logsTestContext.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/metric-math-test-data
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/metric-math-test-data/afterFunctionQuery.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/metric-math-test-data/index.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/metric-math-test-data/secondArgAfterSearchQuery.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/metric-math-test-data/secondArgQuery.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/metric-math-test-data/singleLineEmptyQuery.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/metric-math-test-data/thirdArgAfterSearchQuery.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/metric-math-test-data/withinStringQuery.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/monarch
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/monarch/Monaco.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/monarch/TextModel.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/queries.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/sqlUtils.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/timeRange.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/__mocks__/variables.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/annotationSupport.test.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/annotationSupport.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/aws_url.test.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/aws_url.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/AnnotationQueryEditor
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/AnnotationQueryEditor/AnnotationQueryEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/AnnotationQueryEditor/AnnotationQueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/CheatSheet
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/CheatSheet/LogsCheatSheet.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/ConfigEditor
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/ConfigEditor/ConfigEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/ConfigEditor/ConfigEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/ConfigEditor/SecureSocksProxySettingsNewStyling.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/ConfigEditor/XrayLinkConfig.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/Errors
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/Errors/ThrottlingErrorMessage.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/MetaInspector
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/MetaInspector/MetaInspector.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/QueryEditor
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/QueryEditor/LogsQueryEditor
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/QueryEditor/LogsQueryEditor/CloudWatchLink.test.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/QueryEditor/LogsQueryEditor/CloudWatchLink.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/QueryEditor/LogsQueryEditor/LogsQueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/QueryEditor/LogsQueryEditor/LogsQueryField.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/QueryEditor/LogsQueryEditor/LogsQueryFieldOld.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/QueryEditor/MetricsQueryEditor
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/QueryEditor/MetricsQueryEditor/DynamicLabelsField.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/QueryEditor/MetricsQueryEditor/MathExpressionQueryField.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/QueryEditor/MetricsQueryEditor/MetricsQueryEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/QueryEditor/MetricsQueryEditor/MetricsQueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/QueryEditor/MetricsQueryEditor/SQLBuilderEditor
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/QueryEditor/MetricsQueryEditor/SQLBuilderEditor/SQLBuilderEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/QueryEditor/MetricsQueryEditor/SQLBuilderEditor/SQLBuilderEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/QueryEditor/MetricsQueryEditor/SQLBuilderEditor/SQLBuilderSelectRow.test.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/QueryEditor/MetricsQueryEditor/SQLBuilderEditor/SQLBuilderSelectRow.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/QueryEditor/MetricsQueryEditor/SQLBuilderEditor/SQLFilter.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/QueryEditor/MetricsQueryEditor/SQLBuilderEditor/SQLGroupBy.test.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/QueryEditor/MetricsQueryEditor/SQLBuilderEditor/SQLGroupBy.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/QueryEditor/MetricsQueryEditor/SQLBuilderEditor/SQLOrderByGroup.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/QueryEditor/MetricsQueryEditor/SQLBuilderEditor/index.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/QueryEditor/MetricsQueryEditor/SQLBuilderEditor/utils.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/QueryEditor/MetricsQueryEditor/SQLCodeEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/QueryEditor/QueryEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/QueryEditor/QueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/QueryEditor/QueryHeader.test.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/QueryEditor/QueryHeader.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/VariableQueryEditor
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/VariableQueryEditor/MultiFilter.test.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/VariableQueryEditor/MultiFilter.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/VariableQueryEditor/MultiFilterItem.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/VariableQueryEditor/VariableQueryEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/VariableQueryEditor/VariableQueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/VariableQueryEditor/VariableQueryField.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/VariableQueryEditor/VariableTextField.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/shared
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/shared/Account.test.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/shared/Account.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/shared/Dimensions
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/shared/Dimensions/Dimensions.test.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/shared/Dimensions/Dimensions.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/shared/Dimensions/FilterItem.test.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/shared/Dimensions/FilterItem.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/shared/LogGroups
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/shared/LogGroups/LegacyLogGroupNamesSelection.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/shared/LogGroups/LegacyLogGroupSelector.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/shared/LogGroups/LogGroupsField.test.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/shared/LogGroups/LogGroupsField.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/shared/LogGroups/LogGroupsSelector.test.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/shared/LogGroups/LogGroupsSelector.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/shared/LogGroups/Search.test.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/shared/LogGroups/Search.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/shared/LogGroups/SelectedLogGroups.test.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/shared/LogGroups/SelectedLogGroups.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/shared/MetricStatEditor
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/shared/MetricStatEditor/MetricStatEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/shared/MetricStatEditor/MetricStatEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/shared/MetricStatEditor/index.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/components/styles.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/dashboards
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/dashboards/EBS.json
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/dashboards/Lambda.json
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/dashboards/Logs.json
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/dashboards/RDS.json
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/dashboards/ec2.json
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/dataquery.cue
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/dataquery.gen.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/datasource.test.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/datasource.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/defaultQueries.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/expressions.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/guards.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/hooks.test.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/hooks.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/img
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/img/amazon-web-services.png
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/cloudwatch-logs
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/cloudwatch-logs/CloudWatchLogsLanguageProvider.test.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/cloudwatch-logs/CloudWatchLogsLanguageProvider.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/cloudwatch-logs/syntax.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/cloudwatch-sql
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/cloudwatch-sql/SQLGenerator.test.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/cloudwatch-sql/SQLGenerator.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/cloudwatch-sql/completion
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/cloudwatch-sql/completion/CompletionItemProvider.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/cloudwatch-sql/completion/statementPosition.test.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/cloudwatch-sql/completion/statementPosition.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/cloudwatch-sql/completion/suggestionKind.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/cloudwatch-sql/completion/tokenUtils.test.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/cloudwatch-sql/completion/tokenUtils.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/cloudwatch-sql/completion/types.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/cloudwatch-sql/definition.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/cloudwatch-sql/language.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/dynamic-labels
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/dynamic-labels/CompletionItemProvider.test.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/dynamic-labels/CompletionItemProvider.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/dynamic-labels/definition.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/dynamic-labels/language.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/logs
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/logs/completion
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/logs/completion/CompletionItemProvider.test.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/logs/completion/CompletionItemProvider.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/logs/completion/statementPosition.test.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/logs/completion/statementPosition.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/logs/completion/suggestionKinds.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/logs/completion/types.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/logs/definition.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/logs/language.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/metric-math
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/metric-math/completion
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/metric-math/completion/CompletionItemProvider.test.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/metric-math/completion/CompletionItemProvider.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/metric-math/completion/statementPosition.test.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/metric-math/completion/statementPosition.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/metric-math/completion/suggestionKind.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/metric-math/completion/types.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/metric-math/definition.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/metric-math/language.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/monarch
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/monarch/CompletionItemProvider.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/monarch/LinkedToken.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/monarch/commands.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/monarch/linkedTokenBuilder.test.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/monarch/linkedTokenBuilder.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/monarch/register.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/language/monarch/types.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/memoizedDebounce.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/migrations
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/migrations/dashboardMigrations.test.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/migrations/dashboardMigrations.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/migrations/metricQueryMigrations.test.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/migrations/metricQueryMigrations.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/migrations/useMigratedMetricsQuery.test.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/migrations/useMigratedMetricsQuery.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/migrations/variableQueryMigrations.test.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/migrations/variableQueryMigrations.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/module.tsx
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/plugin.json
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/query-runner
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/query-runner/CloudWatchAnnotationQueryRunner.test.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/query-runner/CloudWatchAnnotationQueryRunner.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/query-runner/CloudWatchLogsQueryRunner.test.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/query-runner/CloudWatchLogsQueryRunner.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/query-runner/CloudWatchMetricsQueryRunner.test.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/query-runner/CloudWatchMetricsQueryRunner.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/query-runner/CloudWatchRequest.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/resources
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/resources/ResourceAPI.test.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/resources/ResourcesAPI.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/resources/types.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/standardStatistics.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/tracking.test.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/tracking.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/types.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/utils
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/utils/datalinks.test.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/utils/datalinks.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/utils/logsRetry.test.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/utils/logsRetry.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/utils/query
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/utils/query/getStatsGroups.test.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/utils/query/getStatsGroups.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/utils/rxjs
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/utils/rxjs/increasingInterval.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/utils/templateVariableUtils.test.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/utils/templateVariableUtils.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/utils/utils.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/variables.test.ts
/usr/share/grafana/public/app/plugins/datasource/cloudwatch/variables.ts
/usr/share/grafana/public/app/plugins/datasource/dashboard
/usr/share/grafana/public/app/plugins/datasource/dashboard/DashboardQueryEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/dashboard/DashboardQueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/dashboard/README.md
/usr/share/grafana/public/app/plugins/datasource/dashboard/datasource.ts
/usr/share/grafana/public/app/plugins/datasource/dashboard/img
/usr/share/grafana/public/app/plugins/datasource/dashboard/img/icn-reusequeries.svg
/usr/share/grafana/public/app/plugins/datasource/dashboard/index.ts
/usr/share/grafana/public/app/plugins/datasource/dashboard/module.ts
/usr/share/grafana/public/app/plugins/datasource/dashboard/plugin.json
/usr/share/grafana/public/app/plugins/datasource/dashboard/runSharedRequest.test.ts
/usr/share/grafana/public/app/plugins/datasource/dashboard/runSharedRequest.ts
/usr/share/grafana/public/app/plugins/datasource/dashboard/types.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/ElasticResponse.test.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/ElasticResponse.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/IndexPattern.test.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/IndexPattern.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/LanguageProvider.test.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/LanguageProvider.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/LegacyQueryRunner.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/QueryBuilder.test.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/QueryBuilder.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/README.md
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/AddRemove.test.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/AddRemove.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/MetricPicker.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/AnnotationQueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/BucketAggregationEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/SettingsEditor
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/SettingsEditor/DateHistogramSettingsEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/SettingsEditor/DateHistogramSettingsEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/SettingsEditor/FiltersSettingsEditor
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/SettingsEditor/FiltersSettingsEditor/index.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/SettingsEditor/FiltersSettingsEditor/state
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/SettingsEditor/FiltersSettingsEditor/state/actions.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/SettingsEditor/FiltersSettingsEditor/state/reducer.test.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/SettingsEditor/FiltersSettingsEditor/state/reducer.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/SettingsEditor/FiltersSettingsEditor/utils.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/SettingsEditor/TermsSettingsEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/SettingsEditor/TermsSettingsEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/SettingsEditor/index.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/SettingsEditor/useDescription.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/aggregations.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/index.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/state
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/state/actions.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/state/reducer.test.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/state/reducer.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/utils.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/ElasticsearchQueryContext.test.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/ElasticsearchQueryContext.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/MetricEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/MetricEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/SettingsEditor
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/SettingsEditor/BucketScriptSettingsEditor
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/SettingsEditor/BucketScriptSettingsEditor/index.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/SettingsEditor/BucketScriptSettingsEditor/state
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/SettingsEditor/BucketScriptSettingsEditor/state/actions.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/SettingsEditor/BucketScriptSettingsEditor/state/reducer.test.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/SettingsEditor/BucketScriptSettingsEditor/state/reducer.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/SettingsEditor/BucketScriptSettingsEditor/utils.test.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/SettingsEditor/BucketScriptSettingsEditor/utils.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/SettingsEditor/MovingAverageSettingsEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/SettingsEditor/SettingField.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/SettingsEditor/TopMetricsSettingsEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/SettingsEditor/index.test.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/SettingsEditor/index.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/SettingsEditor/useDescription.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/aggregations.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/index.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/state
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/state/actions.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/state/reducer.test.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/state/reducer.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/styles.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/utils.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/QueryEditorRow.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/QueryEditorSpecialMetricRow.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/QueryTypeSelector.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/SettingsEditorContainer.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/index.test.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/index.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/state.test.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/state.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/QueryEditor/styles.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/hooks
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/hooks/useCreatableSelectPersistedBehaviour.test.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/hooks/useCreatableSelectPersistedBehaviour.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/components/types.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/configuration
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/configuration/ConfigEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/configuration/ConfigEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/configuration/DataLink.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/configuration/DataLinks.test.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/configuration/DataLinks.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/configuration/ElasticDetails.test.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/configuration/ElasticDetails.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/configuration/LogsConfig.test.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/configuration/LogsConfig.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/configuration/mocks.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/configuration/utils.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/dataquery.cue
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/dataquery.gen.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/datasource.test.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/datasource.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/guards.test.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/guards.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/hooks
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/hooks/useFields.test.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/hooks/useFields.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/hooks/useNextId.test.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/hooks/useNextId.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/hooks/useStatelessReducer.test.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/hooks/useStatelessReducer.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/img
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/img/elasticsearch.svg
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/mocks.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/modifyQuery.test.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/modifyQuery.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/module.test.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/module.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/plugin.json
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/queryDef.test.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/queryDef.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/query_help.md
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/test-helpers
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/test-helpers/render.tsx
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/tracking.test.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/tracking.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/types.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/utils.test.ts
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/utils.ts
/usr/share/grafana/public/app/plugins/datasource/grafana
/usr/share/grafana/public/app/plugins/datasource/grafana-postgresql-datasource
/usr/share/grafana/public/app/plugins/datasource/grafana-postgresql-datasource/CheatSheet.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-postgresql-datasource/PostgresQueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-postgresql-datasource/PostgresQueryModel.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-postgresql-datasource/README.md
/usr/share/grafana/public/app/plugins/datasource/grafana-postgresql-datasource/configuration
/usr/share/grafana/public/app/plugins/datasource/grafana-postgresql-datasource/configuration/ConfigurationEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-postgresql-datasource/configuration/useAutoDetectFeatures.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-postgresql-datasource/datasource.test.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-postgresql-datasource/datasource.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-postgresql-datasource/img
/usr/share/grafana/public/app/plugins/datasource/grafana-postgresql-datasource/img/postgresql_logo.svg
/usr/share/grafana/public/app/plugins/datasource/grafana-postgresql-datasource/module.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-postgresql-datasource/plugin.json
/usr/share/grafana/public/app/plugins/datasource/grafana-postgresql-datasource/postgresMetaQuery.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-postgresql-datasource/sqlCompletionProvider.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-postgresql-datasource/sqlUtil.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-postgresql-datasource/types.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/ConfigEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/QueryEditor
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/QueryEditor/EditorField.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/QueryEditor/EditorRow.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/QueryEditor/EditorRows.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/QueryEditor/LabelsEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/QueryEditor/ProfileTypesCascader.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/QueryEditor/QueryEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/QueryEditor/QueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/QueryEditor/QueryLinkExtension.test.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/QueryEditor/QueryLinkExtension.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/QueryEditor/QueryOptions.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/QueryEditor/Stack.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/QueryEditor/autocomplete.test.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/QueryEditor/autocomplete.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/README.md
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/VariableQueryEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/VariableQueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/VariableSupport.test.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/VariableSupport.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/dataquery.cue
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/dataquery.gen.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/datasource.test.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/datasource.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/img
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/img/grafana_pyroscope_icon.svg
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/module.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/plugin.json
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/pyroscopeql
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/pyroscopeql/index.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/pyroscopeql/pyroscopeql.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/types.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/.eslintignore
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/CHANGELOG.md
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/ConfigEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/LogIpsum.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/MetaDataInspector.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/QueryEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/QueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/README.md
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/TestInfoTab.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/__mocks__
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/__mocks__/scenarios.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/components
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/components/CSVContentEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/components/CSVFileEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/components/CSVWaveEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/components/ErrorEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/components/GrafanaLiveEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/components/NodeGraphEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/components/PredictablePulseEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/components/RandomWalkEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/components/RawFrameEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/components/SimulationQueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/components/SimulationSchemaForm.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/components/StreamingClientEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/components/USAQueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/components/index.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/constants.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/dashboards
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/dashboards/streaming.json
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/dataquery.cue
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/dataquery.gen.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/datasource.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/dist
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/dist/CHANGELOG.md
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/dist/LICENSE
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/dist/README.md
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/dist/dashboards
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/dist/dashboards/streaming.json
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/dist/img
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/dist/img/testdata.svg
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/dist/module.js
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/dist/module.js.map
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/dist/package.json
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/dist/plugin.json
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/img
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/img/testdata.svg
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/metricTree.test.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/metricTree.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/module.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/nodeGraphUtils.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/package.json
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/plugin.json
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/runStreams.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/testData
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/testData/flameGraphResponse.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/testData/serviceMapResponse.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/tsconfig.json
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/variables.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/webpack.config.ts
/usr/share/grafana/public/app/plugins/datasource/grafana/README.md
/usr/share/grafana/public/app/plugins/datasource/grafana/components
/usr/share/grafana/public/app/plugins/datasource/grafana/components/AnnotationQueryEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana/components/AnnotationQueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana/components/QueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana/components/SearchEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana/components/TimePickerInput.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana/components/TimeRegionEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/grafana/datasource.test.ts
/usr/share/grafana/public/app/plugins/datasource/grafana/datasource.ts
/usr/share/grafana/public/app/plugins/datasource/grafana/img
/usr/share/grafana/public/app/plugins/datasource/grafana/img/icn-grafanadb.svg
/usr/share/grafana/public/app/plugins/datasource/grafana/module.ts
/usr/share/grafana/public/app/plugins/datasource/grafana/plugin.json
/usr/share/grafana/public/app/plugins/datasource/grafana/timeRegions.test.ts
/usr/share/grafana/public/app/plugins/datasource/grafana/timeRegions.ts
/usr/share/grafana/public/app/plugins/datasource/grafana/types.ts
/usr/share/grafana/public/app/plugins/datasource/grafana/utils.ts
/usr/share/grafana/public/app/plugins/datasource/graphite
/usr/share/grafana/public/app/plugins/datasource/graphite/README.md
/usr/share/grafana/public/app/plugins/datasource/graphite/components
/usr/share/grafana/public/app/plugins/datasource/graphite/components/AddGraphiteFunction.tsx
/usr/share/grafana/public/app/plugins/datasource/graphite/components/AnnotationsEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/graphite/components/FunctionEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/graphite/components/FunctionEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/graphite/components/FunctionEditorControls.tsx
/usr/share/grafana/public/app/plugins/datasource/graphite/components/FunctionParamEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/graphite/components/FunctionsSection.tsx
/usr/share/grafana/public/app/plugins/datasource/graphite/components/GraphiteFunctionEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/graphite/components/GraphiteQueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/graphite/components/GraphiteTextEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/graphite/components/GraphiteVariableEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/graphite/components/MetricSegment.tsx
/usr/share/grafana/public/app/plugins/datasource/graphite/components/MetricTankMetaInspector.tsx
/usr/share/grafana/public/app/plugins/datasource/graphite/components/MetricsSection.tsx
/usr/share/grafana/public/app/plugins/datasource/graphite/components/PlayButton.tsx
/usr/share/grafana/public/app/plugins/datasource/graphite/components/SeriesSection.tsx
/usr/share/grafana/public/app/plugins/datasource/graphite/components/TagEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/graphite/components/TagsSection.tsx
/usr/share/grafana/public/app/plugins/datasource/graphite/components/helpers.test.ts
/usr/share/grafana/public/app/plugins/datasource/graphite/components/helpers.ts
/usr/share/grafana/public/app/plugins/datasource/graphite/configuration
/usr/share/grafana/public/app/plugins/datasource/graphite/configuration/ConfigEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/graphite/configuration/MappingsConfiguration.tsx
/usr/share/grafana/public/app/plugins/datasource/graphite/configuration/MappingsHelp.tsx
/usr/share/grafana/public/app/plugins/datasource/graphite/configuration/parseLokiLabelMappings.ts
/usr/share/grafana/public/app/plugins/datasource/graphite/dashboards
/usr/share/grafana/public/app/plugins/datasource/graphite/dashboards/carbon_metrics.json
/usr/share/grafana/public/app/plugins/datasource/graphite/dashboards/metrictank.json
/usr/share/grafana/public/app/plugins/datasource/graphite/datasource.test.ts
/usr/share/grafana/public/app/plugins/datasource/graphite/datasource.ts
/usr/share/grafana/public/app/plugins/datasource/graphite/datasource_integration.test.ts
/usr/share/grafana/public/app/plugins/datasource/graphite/gfunc.test.ts
/usr/share/grafana/public/app/plugins/datasource/graphite/gfunc.ts
/usr/share/grafana/public/app/plugins/datasource/graphite/graphite_query.ts
/usr/share/grafana/public/app/plugins/datasource/graphite/img
/usr/share/grafana/public/app/plugins/datasource/graphite/img/graphite_logo.png
/usr/share/grafana/public/app/plugins/datasource/graphite/lexer.ts
/usr/share/grafana/public/app/plugins/datasource/graphite/meta.test.ts
/usr/share/grafana/public/app/plugins/datasource/graphite/meta.ts
/usr/share/grafana/public/app/plugins/datasource/graphite/migrations.ts
/usr/share/grafana/public/app/plugins/datasource/graphite/module.ts
/usr/share/grafana/public/app/plugins/datasource/graphite/parser.ts
/usr/share/grafana/public/app/plugins/datasource/graphite/plugin.json
/usr/share/grafana/public/app/plugins/datasource/graphite/query_help.md
/usr/share/grafana/public/app/plugins/datasource/graphite/specs
/usr/share/grafana/public/app/plugins/datasource/graphite/specs/gfunc.test.ts
/usr/share/grafana/public/app/plugins/datasource/graphite/specs/graphite_query.test.ts
/usr/share/grafana/public/app/plugins/datasource/graphite/specs/lexer.test.ts
/usr/share/grafana/public/app/plugins/datasource/graphite/specs/parser.test.ts
/usr/share/grafana/public/app/plugins/datasource/graphite/specs/store.test.ts
/usr/share/grafana/public/app/plugins/datasource/graphite/state
/usr/share/grafana/public/app/plugins/datasource/graphite/state/actions.ts
/usr/share/grafana/public/app/plugins/datasource/graphite/state/context.tsx
/usr/share/grafana/public/app/plugins/datasource/graphite/state/helpers.ts
/usr/share/grafana/public/app/plugins/datasource/graphite/state/providers.ts
/usr/share/grafana/public/app/plugins/datasource/graphite/state/store.ts
/usr/share/grafana/public/app/plugins/datasource/graphite/types.ts
/usr/share/grafana/public/app/plugins/datasource/graphite/utils.test.ts
/usr/share/grafana/public/app/plugins/datasource/graphite/utils.ts
/usr/share/grafana/public/app/plugins/datasource/graphite/versions.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb
/usr/share/grafana/public/app/plugins/datasource/influxdb/README.md
/usr/share/grafana/public/app/plugins/datasource/influxdb/components
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/annotation
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/annotation/AnnotationEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/config
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/config/ConfigEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/config/ConfigEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/config/InfluxFluxConfig.tsx
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/config/InfluxInfluxQLConfig.tsx
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/config/InfluxSQLConfig.tsx
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/config/constants.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/constants.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/QueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/flux
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/flux/FluxQueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/fsql
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/fsql/FSQLEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/InfluxCheatSheet.tsx
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/InfluxStartPage.tsx
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/QueryEditorModeSwitcher.tsx
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/code
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/code/RawInfluxQLEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/code/RawInfluxQLEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/hooks
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/hooks/useShadowedState.test.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/hooks/useShadowedState.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/utils
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/utils/filterTags.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/utils/getTemplateVariableOptions.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/utils/partListUtils.tsx
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/utils/tagUtils.test.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/utils/tagUtils.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/utils/toSelectableValue.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/utils/unwrap.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/utils/withTemplateVariableOptions.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/utils/wrapper.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/visual
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/visual/AddButton.tsx
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/visual/FormatAsSection.tsx
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/visual/FromSection.tsx
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/visual/InputSection.tsx
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/visual/OrderByTimeSection.tsx
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/visual/PartListSection.tsx
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/visual/Seg.tsx
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/visual/TagsSection.test.tsx
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/visual/TagsSection.tsx
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/visual/VisualInfluxQLEditor.tags.test.tsx
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/visual/VisualInfluxQLEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/visual/VisualInfluxQLEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/query/influxql/visual/styles.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/variable
/usr/share/grafana/public/app/plugins/datasource/influxdb/components/editor/variable/VariableQueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/influxdb/constants.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/datasource.test.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/datasource.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/datasource_backend_mode.test.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/datasource_sql.test.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/fsql
/usr/share/grafana/public/app/plugins/datasource/influxdb/fsql/datasource.flightsql.test.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/fsql/datasource.flightsql.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/fsql/fields.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/fsql/flightsqlMetaQuery.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/fsql/sqlCompletionProvider.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/fsql/sqlUtil.test.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/fsql/sqlUtil.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/fsql/types.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/img
/usr/share/grafana/public/app/plugins/datasource/influxdb/img/influxdb_logo.svg
/usr/share/grafana/public/app/plugins/datasource/influxdb/influx_query_model.test.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/influx_query_model.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/influx_series.test.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/influx_series.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/influxql_metadata_query.test.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/influxql_metadata_query.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/influxql_query_builder.test.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/influxql_query_builder.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/migrations.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/mocks.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/module.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/plugin.json
/usr/share/grafana/public/app/plugins/datasource/influxdb/queryUtils.test.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/queryUtils.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/query_help.md
/usr/share/grafana/public/app/plugins/datasource/influxdb/query_part.test.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/query_part.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/response_parser.test.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/response_parser.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/types.ts
/usr/share/grafana/public/app/plugins/datasource/jaeger
/usr/share/grafana/public/app/plugins/datasource/jaeger/CheatSheet.tsx
/usr/share/grafana/public/app/plugins/datasource/jaeger/README.md
/usr/share/grafana/public/app/plugins/datasource/jaeger/components
/usr/share/grafana/public/app/plugins/datasource/jaeger/components/QueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/jaeger/components/SearchForm.test.tsx
/usr/share/grafana/public/app/plugins/datasource/jaeger/components/SearchForm.tsx
/usr/share/grafana/public/app/plugins/datasource/jaeger/configuration
/usr/share/grafana/public/app/plugins/datasource/jaeger/configuration/ConfigEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/jaeger/configuration/TraceIdTimeParams.tsx
/usr/share/grafana/public/app/plugins/datasource/jaeger/datasource.test.ts
/usr/share/grafana/public/app/plugins/datasource/jaeger/datasource.ts
/usr/share/grafana/public/app/plugins/datasource/jaeger/graphTransform.test.ts
/usr/share/grafana/public/app/plugins/datasource/jaeger/graphTransform.ts
/usr/share/grafana/public/app/plugins/datasource/jaeger/img
/usr/share/grafana/public/app/plugins/datasource/jaeger/img/jaeger_logo.svg
/usr/share/grafana/public/app/plugins/datasource/jaeger/mockJsonResponse.json
/usr/share/grafana/public/app/plugins/datasource/jaeger/module.ts
/usr/share/grafana/public/app/plugins/datasource/jaeger/plugin.json
/usr/share/grafana/public/app/plugins/datasource/jaeger/responseTransform.test.ts
/usr/share/grafana/public/app/plugins/datasource/jaeger/responseTransform.ts
/usr/share/grafana/public/app/plugins/datasource/jaeger/testResponse.ts
/usr/share/grafana/public/app/plugins/datasource/jaeger/types.ts
/usr/share/grafana/public/app/plugins/datasource/jaeger/util.ts
/usr/share/grafana/public/app/plugins/datasource/loki
/usr/share/grafana/public/app/plugins/datasource/loki/LanguageProvider.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/LanguageProvider.ts
/usr/share/grafana/public/app/plugins/datasource/loki/LiveStreams.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/LiveStreams.ts
/usr/share/grafana/public/app/plugins/datasource/loki/LogContextProvider.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/LogContextProvider.ts
/usr/share/grafana/public/app/plugins/datasource/loki/LokiVariableSupport.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/LokiVariableSupport.ts
/usr/share/grafana/public/app/plugins/datasource/loki/README.md
/usr/share/grafana/public/app/plugins/datasource/loki/__mocks__
/usr/share/grafana/public/app/plugins/datasource/loki/__mocks__/datasource.ts
/usr/share/grafana/public/app/plugins/datasource/loki/__mocks__/frames.ts
/usr/share/grafana/public/app/plugins/datasource/loki/__mocks__/metadataRequest.ts
/usr/share/grafana/public/app/plugins/datasource/loki/backendResultTransformer.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/backendResultTransformer.ts
/usr/share/grafana/public/app/plugins/datasource/loki/components
/usr/share/grafana/public/app/plugins/datasource/loki/components/AnnotationsQueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/components/LokiCheatSheet.test.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/components/LokiCheatSheet.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/components/LokiContextUi.test.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/components/LokiContextUi.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/components/LokiLabelBrowser.test.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/components/LokiLabelBrowser.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/components/LokiOptionFields.test.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/components/LokiOptionFields.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/components/LokiQueryEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/components/LokiQueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/components/LokiQueryEditorByApp.test.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/components/LokiQueryEditorByApp.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/components/LokiQueryEditorForAlerting.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/components/LokiQueryField.test.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/components/LokiQueryField.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/components/VariableQueryEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/components/VariableQueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/components/monaco-query-field
/usr/share/grafana/public/app/plugins/datasource/loki/components/monaco-query-field/MonacoFieldWrapper.test.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/components/monaco-query-field/MonacoQueryField.test.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/components/monaco-query-field/MonacoQueryField.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/components/monaco-query-field/MonacoQueryFieldLazy.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/components/monaco-query-field/MonacoQueryFieldProps.ts
/usr/share/grafana/public/app/plugins/datasource/loki/components/monaco-query-field/MonacoQueryFieldWrapper.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/components/monaco-query-field/getOverrideServices.ts
/usr/share/grafana/public/app/plugins/datasource/loki/components/monaco-query-field/monaco-completion-provider
/usr/share/grafana/public/app/plugins/datasource/loki/components/monaco-query-field/monaco-completion-provider/CompletionDataProvider.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/components/monaco-query-field/monaco-completion-provider/CompletionDataProvider.ts
/usr/share/grafana/public/app/plugins/datasource/loki/components/monaco-query-field/monaco-completion-provider/NeverCaseError.ts
/usr/share/grafana/public/app/plugins/datasource/loki/components/monaco-query-field/monaco-completion-provider/completionUtils.ts
/usr/share/grafana/public/app/plugins/datasource/loki/components/monaco-query-field/monaco-completion-provider/completions.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/components/monaco-query-field/monaco-completion-provider/completions.ts
/usr/share/grafana/public/app/plugins/datasource/loki/components/monaco-query-field/monaco-completion-provider/situation.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/components/monaco-query-field/monaco-completion-provider/situation.ts
/usr/share/grafana/public/app/plugins/datasource/loki/components/monaco-query-field/monaco-completion-provider/validation.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/components/monaco-query-field/monaco-completion-provider/validation.ts
/usr/share/grafana/public/app/plugins/datasource/loki/components/stats.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/components/stats.ts
/usr/share/grafana/public/app/plugins/datasource/loki/components/types.ts
/usr/share/grafana/public/app/plugins/datasource/loki/configuration
/usr/share/grafana/public/app/plugins/datasource/loki/configuration/AlertingSettings.test.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/configuration/AlertingSettings.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/configuration/ConfigEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/configuration/ConfigEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/configuration/DebugSection.test.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/configuration/DebugSection.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/configuration/DerivedField.test.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/configuration/DerivedField.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/configuration/DerivedFields.test.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/configuration/DerivedFields.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/configuration/QuerySettings.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/dataquery.cue
/usr/share/grafana/public/app/plugins/datasource/loki/dataquery.gen.ts
/usr/share/grafana/public/app/plugins/datasource/loki/datasource.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/datasource.ts
/usr/share/grafana/public/app/plugins/datasource/loki/docs
/usr/share/grafana/public/app/plugins/datasource/loki/docs/app_plugin_developer_documentation.md
/usr/share/grafana/public/app/plugins/datasource/loki/getDerivedFields.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/getDerivedFields.ts
/usr/share/grafana/public/app/plugins/datasource/loki/img
/usr/share/grafana/public/app/plugins/datasource/loki/img/grafana_icon.svg
/usr/share/grafana/public/app/plugins/datasource/loki/img/loki_icon.svg
/usr/share/grafana/public/app/plugins/datasource/loki/languageUtils.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/languageUtils.ts
/usr/share/grafana/public/app/plugins/datasource/loki/language_utils.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/lineParser.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/lineParser.ts
/usr/share/grafana/public/app/plugins/datasource/loki/liveStreamsResultTransformer.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/liveStreamsResultTransformer.ts
/usr/share/grafana/public/app/plugins/datasource/loki/logsTimeSplitting.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/logsTimeSplitting.ts
/usr/share/grafana/public/app/plugins/datasource/loki/makeTableFrames.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/makeTableFrames.ts
/usr/share/grafana/public/app/plugins/datasource/loki/metricTimeSplitting.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/metricTimeSplitting.ts
/usr/share/grafana/public/app/plugins/datasource/loki/migrations
/usr/share/grafana/public/app/plugins/datasource/loki/migrations/variableQueryMigrations.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/migrations/variableQueryMigrations.ts
/usr/share/grafana/public/app/plugins/datasource/loki/modifyQuery.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/modifyQuery.ts
/usr/share/grafana/public/app/plugins/datasource/loki/module.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/module.ts
/usr/share/grafana/public/app/plugins/datasource/loki/plugin.json
/usr/share/grafana/public/app/plugins/datasource/loki/queryHints.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/queryHints.ts
/usr/share/grafana/public/app/plugins/datasource/loki/querySplitting.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/querySplitting.ts
/usr/share/grafana/public/app/plugins/datasource/loki/queryUtils.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/queryUtils.ts
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/LokiQueryModeller.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/LokiQueryModeller.ts
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/binaryScalarOperations.ts
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/components
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/components/LabelBrowserModal.test.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/components/LabelBrowserModal.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/components/LokiQueryBuilder.test.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/components/LokiQueryBuilder.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/components/LokiQueryBuilderContainer.test.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/components/LokiQueryBuilderContainer.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/components/LokiQueryBuilderExplained.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/components/LokiQueryBuilderOptions.test.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/components/LokiQueryBuilderOptions.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/components/LokiQueryCodeEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/components/LokiQueryCodeEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/components/NestedQuery.test.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/components/NestedQuery.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/components/NestedQueryList.test.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/components/NestedQueryList.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/components/QueryPattern.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/components/QueryPatternsModal.test.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/components/QueryPatternsModal.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/components/QueryPreview.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/components/UnwrapParamEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/components/UnwrapParamEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/operationUtils.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/operationUtils.ts
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/operations.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/operations.ts
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/parsing.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/parsing.ts
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/parsingUtils.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/parsingUtils.ts
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/state.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/state.ts
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/types.ts
/usr/share/grafana/public/app/plugins/datasource/loki/responseUtils.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/responseUtils.ts
/usr/share/grafana/public/app/plugins/datasource/loki/sortDataFrame.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/sortDataFrame.ts
/usr/share/grafana/public/app/plugins/datasource/loki/streaming.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/streaming.ts
/usr/share/grafana/public/app/plugins/datasource/loki/syntax.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/syntax.ts
/usr/share/grafana/public/app/plugins/datasource/loki/tracking.test.ts
/usr/share/grafana/public/app/plugins/datasource/loki/tracking.ts
/usr/share/grafana/public/app/plugins/datasource/loki/types.ts
/usr/share/grafana/public/app/plugins/datasource/mixed
/usr/share/grafana/public/app/plugins/datasource/mixed/MixedDataSource.test.ts
/usr/share/grafana/public/app/plugins/datasource/mixed/MixedDataSource.ts
/usr/share/grafana/public/app/plugins/datasource/mixed/README.md
/usr/share/grafana/public/app/plugins/datasource/mixed/img
/usr/share/grafana/public/app/plugins/datasource/mixed/img/icn-mixeddatasources.svg
/usr/share/grafana/public/app/plugins/datasource/mixed/module.ts
/usr/share/grafana/public/app/plugins/datasource/mixed/plugin.json
/usr/share/grafana/public/app/plugins/datasource/mssql
/usr/share/grafana/public/app/plugins/datasource/mssql/CheatSheet.tsx
/usr/share/grafana/public/app/plugins/datasource/mssql/MSSqlMetaQuery.ts
/usr/share/grafana/public/app/plugins/datasource/mssql/MSSqlQueryModel.ts
/usr/share/grafana/public/app/plugins/datasource/mssql/README.md
/usr/share/grafana/public/app/plugins/datasource/mssql/azureauth
/usr/share/grafana/public/app/plugins/datasource/mssql/azureauth/AzureAuth.test.ts
/usr/share/grafana/public/app/plugins/datasource/mssql/azureauth/AzureAuth.testMocks.ts
/usr/share/grafana/public/app/plugins/datasource/mssql/azureauth/AzureAuthSettings.tsx
/usr/share/grafana/public/app/plugins/datasource/mssql/azureauth/AzureCredentials.ts
/usr/share/grafana/public/app/plugins/datasource/mssql/azureauth/AzureCredentialsConfig.ts
/usr/share/grafana/public/app/plugins/datasource/mssql/azureauth/AzureCredentialsForm.tsx
/usr/share/grafana/public/app/plugins/datasource/mssql/configuration
/usr/share/grafana/public/app/plugins/datasource/mssql/configuration/ConfigurationEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/mssql/datasource.test.ts
/usr/share/grafana/public/app/plugins/datasource/mssql/datasource.ts
/usr/share/grafana/public/app/plugins/datasource/mssql/img
/usr/share/grafana/public/app/plugins/datasource/mssql/img/sql_server_logo.svg
/usr/share/grafana/public/app/plugins/datasource/mssql/module.ts
/usr/share/grafana/public/app/plugins/datasource/mssql/plugin.json
/usr/share/grafana/public/app/plugins/datasource/mssql/sqlCompletionProvider.ts
/usr/share/grafana/public/app/plugins/datasource/mssql/sqlUtil.ts
/usr/share/grafana/public/app/plugins/datasource/mssql/types.ts
/usr/share/grafana/public/app/plugins/datasource/mysql
/usr/share/grafana/public/app/plugins/datasource/mysql/CheatSheet.tsx
/usr/share/grafana/public/app/plugins/datasource/mysql/MySqlDatasource.ts
/usr/share/grafana/public/app/plugins/datasource/mysql/README.md
/usr/share/grafana/public/app/plugins/datasource/mysql/configuration
/usr/share/grafana/public/app/plugins/datasource/mysql/configuration/ConfigurationEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/mysql/fields.ts
/usr/share/grafana/public/app/plugins/datasource/mysql/img
/usr/share/grafana/public/app/plugins/datasource/mysql/img/mysql_logo.svg
/usr/share/grafana/public/app/plugins/datasource/mysql/module.ts
/usr/share/grafana/public/app/plugins/datasource/mysql/mySqlMetaQuery.test.ts
/usr/share/grafana/public/app/plugins/datasource/mysql/mySqlMetaQuery.ts
/usr/share/grafana/public/app/plugins/datasource/mysql/plugin.json
/usr/share/grafana/public/app/plugins/datasource/mysql/specs
/usr/share/grafana/public/app/plugins/datasource/mysql/specs/datasource.test.ts
/usr/share/grafana/public/app/plugins/datasource/mysql/sqlCompletionProvider.ts
/usr/share/grafana/public/app/plugins/datasource/mysql/sqlUtil.test.ts
/usr/share/grafana/public/app/plugins/datasource/mysql/sqlUtil.ts
/usr/share/grafana/public/app/plugins/datasource/mysql/types.ts
/usr/share/grafana/public/app/plugins/datasource/opentsdb
/usr/share/grafana/public/app/plugins/datasource/opentsdb/README.md
/usr/share/grafana/public/app/plugins/datasource/opentsdb/components
/usr/share/grafana/public/app/plugins/datasource/opentsdb/components/AnnotationEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/opentsdb/components/ConfigEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/opentsdb/components/DownSample.test.tsx
/usr/share/grafana/public/app/plugins/datasource/opentsdb/components/DownSample.tsx
/usr/share/grafana/public/app/plugins/datasource/opentsdb/components/FilterSection.test.tsx
/usr/share/grafana/public/app/plugins/datasource/opentsdb/components/FilterSection.tsx
/usr/share/grafana/public/app/plugins/datasource/opentsdb/components/MetricSection.test.tsx
/usr/share/grafana/public/app/plugins/datasource/opentsdb/components/MetricSection.tsx
/usr/share/grafana/public/app/plugins/datasource/opentsdb/components/OpenTsdbDetails.tsx
/usr/share/grafana/public/app/plugins/datasource/opentsdb/components/OpenTsdbQueryEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/opentsdb/components/OpenTsdbQueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/opentsdb/components/RateSection.test.tsx
/usr/share/grafana/public/app/plugins/datasource/opentsdb/components/RateSection.tsx
/usr/share/grafana/public/app/plugins/datasource/opentsdb/components/TagSection.test.tsx
/usr/share/grafana/public/app/plugins/datasource/opentsdb/components/TagSection.tsx
/usr/share/grafana/public/app/plugins/datasource/opentsdb/components/styles.ts
/usr/share/grafana/public/app/plugins/datasource/opentsdb/datasource.d.ts
/usr/share/grafana/public/app/plugins/datasource/opentsdb/datasource.ts
/usr/share/grafana/public/app/plugins/datasource/opentsdb/img
/usr/share/grafana/public/app/plugins/datasource/opentsdb/img/opentsdb_logo.png
/usr/share/grafana/public/app/plugins/datasource/opentsdb/migrations.ts
/usr/share/grafana/public/app/plugins/datasource/opentsdb/module.ts
/usr/share/grafana/public/app/plugins/datasource/opentsdb/plugin.json
/usr/share/grafana/public/app/plugins/datasource/opentsdb/specs
/usr/share/grafana/public/app/plugins/datasource/opentsdb/specs/datasource.test.ts
/usr/share/grafana/public/app/plugins/datasource/opentsdb/types.ts
/usr/share/grafana/public/app/plugins/datasource/parca
/usr/share/grafana/public/app/plugins/datasource/parca/CHANGELOG.md
/usr/share/grafana/public/app/plugins/datasource/parca/ConfigEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/parca/QueryEditor
/usr/share/grafana/public/app/plugins/datasource/parca/QueryEditor/EditorRow.tsx
/usr/share/grafana/public/app/plugins/datasource/parca/QueryEditor/EditorRows.tsx
/usr/share/grafana/public/app/plugins/datasource/parca/QueryEditor/LabelsEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/parca/QueryEditor/QueryEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/parca/QueryEditor/QueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/parca/QueryEditor/QueryOptions.tsx
/usr/share/grafana/public/app/plugins/datasource/parca/QueryEditor/Stack.tsx
/usr/share/grafana/public/app/plugins/datasource/parca/QueryEditor/autocomplete.test.ts
/usr/share/grafana/public/app/plugins/datasource/parca/QueryEditor/autocomplete.ts
/usr/share/grafana/public/app/plugins/datasource/parca/README.md
/usr/share/grafana/public/app/plugins/datasource/parca/dataquery.cue
/usr/share/grafana/public/app/plugins/datasource/parca/dataquery.gen.ts
/usr/share/grafana/public/app/plugins/datasource/parca/datasource.ts
/usr/share/grafana/public/app/plugins/datasource/parca/dist
/usr/share/grafana/public/app/plugins/datasource/parca/dist/CHANGELOG.md
/usr/share/grafana/public/app/plugins/datasource/parca/dist/LICENSE
/usr/share/grafana/public/app/plugins/datasource/parca/dist/README.md
/usr/share/grafana/public/app/plugins/datasource/parca/dist/img
/usr/share/grafana/public/app/plugins/datasource/parca/dist/img/logo-small.svg
/usr/share/grafana/public/app/plugins/datasource/parca/dist/module.js
/usr/share/grafana/public/app/plugins/datasource/parca/dist/module.js.map
/usr/share/grafana/public/app/plugins/datasource/parca/dist/package.json
/usr/share/grafana/public/app/plugins/datasource/parca/dist/plugin.json
/usr/share/grafana/public/app/plugins/datasource/parca/img
/usr/share/grafana/public/app/plugins/datasource/parca/img/logo-small.svg
/usr/share/grafana/public/app/plugins/datasource/parca/lang
/usr/share/grafana/public/app/plugins/datasource/parca/lang/index.ts
/usr/share/grafana/public/app/plugins/datasource/parca/lang/lang.ts
/usr/share/grafana/public/app/plugins/datasource/parca/module.ts
/usr/share/grafana/public/app/plugins/datasource/parca/package.json
/usr/share/grafana/public/app/plugins/datasource/parca/plugin.json
/usr/share/grafana/public/app/plugins/datasource/parca/tsconfig.json
/usr/share/grafana/public/app/plugins/datasource/parca/types.ts
/usr/share/grafana/public/app/plugins/datasource/parca/webpack.config.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus
/usr/share/grafana/public/app/plugins/datasource/prometheus/README.md
/usr/share/grafana/public/app/plugins/datasource/prometheus/add_label_to_query.test.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/add_label_to_query.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/components
/usr/share/grafana/public/app/plugins/datasource/prometheus/components/AnnotationQueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/components/PromCheatSheet.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/components/PromExemplarField.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/components/PromExploreExtraField.test.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/components/PromExploreExtraField.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/components/PromQueryEditorByApp.test.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/components/PromQueryEditorByApp.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/components/PromQueryEditorForAlerting.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/components/PromQueryField.test.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/components/PromQueryField.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/components/PrometheusMetricsBrowser.test.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/components/PrometheusMetricsBrowser.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/components/VariableQueryEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/components/VariableQueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/components/monaco-query-field
/usr/share/grafana/public/app/plugins/datasource/prometheus/components/monaco-query-field/MonacoQueryField.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/components/monaco-query-field/MonacoQueryFieldLazy.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/components/monaco-query-field/MonacoQueryFieldProps.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/components/monaco-query-field/MonacoQueryFieldWrapper.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/components/monaco-query-field/getOverrideServices.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/components/monaco-query-field/monaco-completion-provider
/usr/share/grafana/public/app/plugins/datasource/prometheus/components/monaco-query-field/monaco-completion-provider/completions.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/components/monaco-query-field/monaco-completion-provider/index.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/components/monaco-query-field/monaco-completion-provider/situation.test.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/components/monaco-query-field/monaco-completion-provider/situation.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/components/monaco-query-field/monaco-completion-provider/util.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/components/monaco-query-field/monaco-completion-provider/validation.test.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/components/types.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/configuration
/usr/share/grafana/public/app/plugins/datasource/prometheus/configuration/AlertingSettingsOverhaul.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/configuration/AzureAuthSettings.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/configuration/AzureCredentials.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/configuration/AzureCredentialsConfig.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/configuration/AzureCredentialsForm.test.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/configuration/AzureCredentialsForm.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/configuration/ConfigEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/configuration/ConfigEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/configuration/DataSourceHttpSettingsOverhaul.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/configuration/ExemplarSetting.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/configuration/ExemplarsSettings.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/configuration/PromFlavorVersions.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/configuration/PromSettings.test.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/configuration/PromSettings.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/configuration/mocks.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/configuration/overhaul
/usr/share/grafana/public/app/plugins/datasource/prometheus/configuration/overhaul/AdvancedHttpSettings.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/configuration/overhaul/ConnectionSettings.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/configuration/overhaul/types.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/dashboards
/usr/share/grafana/public/app/plugins/datasource/prometheus/dashboards/grafana_stats.json
/usr/share/grafana/public/app/plugins/datasource/prometheus/dashboards/prometheus_2_stats.json
/usr/share/grafana/public/app/plugins/datasource/prometheus/dashboards/prometheus_stats.json
/usr/share/grafana/public/app/plugins/datasource/prometheus/dataquery.cue
/usr/share/grafana/public/app/plugins/datasource/prometheus/dataquery.gen.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/datasource.test.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/datasource.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/img
/usr/share/grafana/public/app/plugins/datasource/prometheus/img/cortex_logo.svg
/usr/share/grafana/public/app/plugins/datasource/prometheus/img/mimir_logo.svg
/usr/share/grafana/public/app/plugins/datasource/prometheus/img/prometheus_logo.svg
/usr/share/grafana/public/app/plugins/datasource/prometheus/img/thanos_logo.svg
/usr/share/grafana/public/app/plugins/datasource/prometheus/language_provider.mock.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/language_provider.test.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/language_provider.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/language_utils.test.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/language_utils.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/metric_find_query.test.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/metric_find_query.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/migrations
/usr/share/grafana/public/app/plugins/datasource/prometheus/migrations/variableMigration.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/module.test.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/module.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/plugin.json
/usr/share/grafana/public/app/plugins/datasource/prometheus/promql.test.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/promql.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/query_hints.test.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/query_hints.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/PromQueryModeller.test.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/PromQueryModeller.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/QueryPattern.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/QueryPatternsModal.test.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/QueryPatternsModal.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/aggregations.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/binaryScalarOperations.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/LabelFilterItem.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/LabelFilters.test.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/LabelFilters.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/LabelParamEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/MetricSelect.test.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/MetricSelect.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/MetricsLabelsSection.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/NestedQuery.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/NestedQueryList.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/PromQueryBuilder.test.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/PromQueryBuilder.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/PromQueryBuilderContainer.test.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/PromQueryBuilderContainer.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/PromQueryBuilderExplained.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/PromQueryBuilderOptions.test.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/PromQueryBuilderOptions.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/PromQueryCodeEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/PromQueryCodeEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/PromQueryEditorSelector.test.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/PromQueryEditorSelector.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/PromQueryLegendEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/QueryPreview.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/metrics-modal
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/metrics-modal/AdditionalSettings.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/metrics-modal/FeedbackLink.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/metrics-modal/MetricsModal.test.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/metrics-modal/MetricsModal.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/metrics-modal/ResultsTable.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/metrics-modal/state
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/metrics-modal/state/helpers.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/metrics-modal/state/state.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/metrics-modal/styles.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/metrics-modal/types.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/metrics-modal/uFuzzy.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/promQail
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/promQail/PromQail.test.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/promQail/PromQail.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/promQail/QueryAssistantButton.test.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/promQail/QueryAssistantButton.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/promQail/QuerySuggestionContainer.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/promQail/QuerySuggestionItem.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/promQail/prompts.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/promQail/resources
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/promQail/resources/AI_Logo_bw.svg
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/promQail/resources/AI_Logo_color.svg
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/promQail/state
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/promQail/state/helpers.test.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/promQail/state/helpers.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/promQail/state/state.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/promQail/state/templates.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/components/promQail/types.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/operationUtils.test.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/operationUtils.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/operations.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/parsing.test.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/parsing.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/parsingUtils.test.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/parsingUtils.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/LabelFilterItem.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/LabelFilters.test.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/LabelFilters.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/LokiAndPromQueryModellerBase.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/OperationEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/OperationExplainedBox.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/OperationHeader.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/OperationInfoButton.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/OperationList.test.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/OperationList.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/OperationListExplained.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/OperationParamEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/OperationsEditorRow.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/QueryBuilderHints.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/QueryEditorModeToggle.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/QueryHeaderSwitch.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/QueryOptionGroup.test.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/QueryOptionGroup.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/RawQuery.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/hooks
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/hooks/useFlag.test.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/hooks/useFlag.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/shared/types.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/state.test.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/state.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/testUtils.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/querybuilder/types.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/querycache
/usr/share/grafana/public/app/plugins/datasource/prometheus/querycache/QueryCache.test.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/querycache/QueryCache.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/querycache/QueryCacheTestData.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/result_transformer.test.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/result_transformer.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/tracking.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/types.ts
/usr/share/grafana/public/app/plugins/datasource/prometheus/variables.ts
/usr/share/grafana/public/app/plugins/datasource/tempo
/usr/share/grafana/public/app/plugins/datasource/tempo/CheatSheet.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/LokiSearch.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/NativeSearch
/usr/share/grafana/public/app/plugins/datasource/tempo/NativeSearch/NativeSearch.test.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/NativeSearch/NativeSearch.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/NativeSearch/TagsField
/usr/share/grafana/public/app/plugins/datasource/tempo/NativeSearch/TagsField/TagsField.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/NativeSearch/TagsField/autocomplete.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/NativeSearch/TagsField/syntax.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/QueryField.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/README.md
/usr/share/grafana/public/app/plugins/datasource/tempo/SearchTraceQLEditor
/usr/share/grafana/public/app/plugins/datasource/tempo/SearchTraceQLEditor/DurationInput.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/SearchTraceQLEditor/GroupByField.test.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/SearchTraceQLEditor/GroupByField.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/SearchTraceQLEditor/InlineSearchField.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/SearchTraceQLEditor/SearchField.test.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/SearchTraceQLEditor/SearchField.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/SearchTraceQLEditor/TagsInput.test.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/SearchTraceQLEditor/TagsInput.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/SearchTraceQLEditor/TraceQLSearch.test.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/SearchTraceQLEditor/TraceQLSearch.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/SearchTraceQLEditor/utils.test.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/SearchTraceQLEditor/utils.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/ServiceGraphSection.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/VariableQueryEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/VariableQueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/configuration
/usr/share/grafana/public/app/plugins/datasource/tempo/configuration/ConfigEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/configuration/LokiSearchSettings.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/configuration/QuerySettings.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/configuration/SearchSettings.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/configuration/ServiceGraphSettings.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/configuration/TraceQLSearchSettings.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/configuration/TraceQLSearchTags.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/dataquery.cue
/usr/share/grafana/public/app/plugins/datasource/tempo/dataquery.gen.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/datasource.test.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/datasource.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/graphTransform.test.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/graphTransform.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/img
/usr/share/grafana/public/app/plugins/datasource/tempo/img/tempo_logo.svg
/usr/share/grafana/public/app/plugins/datasource/tempo/language_provider.test.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/language_provider.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/metricsSummary.test.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/metricsSummary.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/mockJsonResponse.json
/usr/share/grafana/public/app/plugins/datasource/tempo/mockServiceGraph.json
/usr/share/grafana/public/app/plugins/datasource/tempo/mocks.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/module.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/plugin.json
/usr/share/grafana/public/app/plugins/datasource/tempo/resultTransformer.test.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/resultTransformer.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/streaming.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/testResponse.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/traceql
/usr/share/grafana/public/app/plugins/datasource/tempo/traceql/QueryEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/traceql/TempoQueryBuilderOptions.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/traceql/TraceQLEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/traceql/TraceQLEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/traceql/autocomplete.test.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/traceql/autocomplete.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/traceql/errorHighlighting.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/traceql/situation.test.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/traceql/situation.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/traceql/traceql.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/tracking.test.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/tracking.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/types.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/utils.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/variables.test.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/variables.ts
/usr/share/grafana/public/app/plugins/datasource/zipkin
/usr/share/grafana/public/app/plugins/datasource/zipkin/ConfigEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/zipkin/QueryField.test.tsx
/usr/share/grafana/public/app/plugins/datasource/zipkin/QueryField.tsx
/usr/share/grafana/public/app/plugins/datasource/zipkin/README.md
/usr/share/grafana/public/app/plugins/datasource/zipkin/constants.ts
/usr/share/grafana/public/app/plugins/datasource/zipkin/datasource.test.ts
/usr/share/grafana/public/app/plugins/datasource/zipkin/datasource.ts
/usr/share/grafana/public/app/plugins/datasource/zipkin/img
/usr/share/grafana/public/app/plugins/datasource/zipkin/img/zipkin-logo.svg
/usr/share/grafana/public/app/plugins/datasource/zipkin/mockJsonResponse.json
/usr/share/grafana/public/app/plugins/datasource/zipkin/module.ts
/usr/share/grafana/public/app/plugins/datasource/zipkin/plugin.json
/usr/share/grafana/public/app/plugins/datasource/zipkin/types.ts
/usr/share/grafana/public/app/plugins/datasource/zipkin/utils
/usr/share/grafana/public/app/plugins/datasource/zipkin/utils/graphTransform.test.ts
/usr/share/grafana/public/app/plugins/datasource/zipkin/utils/graphTransform.ts
/usr/share/grafana/public/app/plugins/datasource/zipkin/utils/testData.ts
/usr/share/grafana/public/app/plugins/datasource/zipkin/utils/testResponse.ts
/usr/share/grafana/public/app/plugins/datasource/zipkin/utils/transforms.test.ts
/usr/share/grafana/public/app/plugins/datasource/zipkin/utils/transforms.ts
/usr/share/grafana/public/app/plugins/gen.go
/usr/share/grafana/public/app/plugins/panel
/usr/share/grafana/public/app/plugins/panel/alertGroups
/usr/share/grafana/public/app/plugins/panel/alertGroups/AlertGroup.tsx
/usr/share/grafana/public/app/plugins/panel/alertGroups/AlertGroupsPanel.test.tsx
/usr/share/grafana/public/app/plugins/panel/alertGroups/AlertGroupsPanel.tsx
/usr/share/grafana/public/app/plugins/panel/alertGroups/AlertmanagerPicker.tsx
/usr/share/grafana/public/app/plugins/panel/alertGroups/img
/usr/share/grafana/public/app/plugins/panel/alertGroups/img/icn-alertgroups-panel.svg
/usr/share/grafana/public/app/plugins/panel/alertGroups/module.tsx
/usr/share/grafana/public/app/plugins/panel/alertGroups/panelcfg.cue
/usr/share/grafana/public/app/plugins/panel/alertGroups/panelcfg.gen.ts
/usr/share/grafana/public/app/plugins/panel/alertGroups/plugin.json
/usr/share/grafana/public/app/plugins/panel/alertGroups/useFilteredGroups.ts
/usr/share/grafana/public/app/plugins/panel/alertlist
/usr/share/grafana/public/app/plugins/panel/alertlist/AlertInstances.tsx
/usr/share/grafana/public/app/plugins/panel/alertlist/AlertList.tsx
/usr/share/grafana/public/app/plugins/panel/alertlist/AlertListMigration.test.ts
/usr/share/grafana/public/app/plugins/panel/alertlist/AlertListMigrationHandler.ts
/usr/share/grafana/public/app/plugins/panel/alertlist/GroupByWithLoading.tsx
/usr/share/grafana/public/app/plugins/panel/alertlist/README.md
/usr/share/grafana/public/app/plugins/panel/alertlist/UnifiedAlertList.tsx
/usr/share/grafana/public/app/plugins/panel/alertlist/UnifiedalertList.test.tsx
/usr/share/grafana/public/app/plugins/panel/alertlist/img
/usr/share/grafana/public/app/plugins/panel/alertlist/img/icn-singlestat-panel.svg
/usr/share/grafana/public/app/plugins/panel/alertlist/module.tsx
/usr/share/grafana/public/app/plugins/panel/alertlist/plugin.json
/usr/share/grafana/public/app/plugins/panel/alertlist/suggestions.ts
/usr/share/grafana/public/app/plugins/panel/alertlist/types.ts
/usr/share/grafana/public/app/plugins/panel/alertlist/unified-alerting
/usr/share/grafana/public/app/plugins/panel/alertlist/unified-alerting/GroupedView.test.tsx
/usr/share/grafana/public/app/plugins/panel/alertlist/unified-alerting/GroupedView.tsx
/usr/share/grafana/public/app/plugins/panel/alertlist/unified-alerting/UngroupedView.tsx
/usr/share/grafana/public/app/plugins/panel/alertlist/util.test.tsx
/usr/share/grafana/public/app/plugins/panel/alertlist/util.ts
/usr/share/grafana/public/app/plugins/panel/annolist
/usr/share/grafana/public/app/plugins/panel/annolist/AnnoListPanel.test.tsx
/usr/share/grafana/public/app/plugins/panel/annolist/AnnoListPanel.tsx
/usr/share/grafana/public/app/plugins/panel/annolist/AnnotationListItem.tsx
/usr/share/grafana/public/app/plugins/panel/annolist/README.md
/usr/share/grafana/public/app/plugins/panel/annolist/img
/usr/share/grafana/public/app/plugins/panel/annolist/img/icn-annolist-panel.svg
/usr/share/grafana/public/app/plugins/panel/annolist/module.tsx
/usr/share/grafana/public/app/plugins/panel/annolist/panelcfg.cue
/usr/share/grafana/public/app/plugins/panel/annolist/panelcfg.gen.ts
/usr/share/grafana/public/app/plugins/panel/annolist/plugin.json
/usr/share/grafana/public/app/plugins/panel/barchart
/usr/share/grafana/public/app/plugins/panel/barchart/BarChartPanel.tsx
/usr/share/grafana/public/app/plugins/panel/barchart/README.md
/usr/share/grafana/public/app/plugins/panel/barchart/TickSpacingEditor.tsx
/usr/share/grafana/public/app/plugins/panel/barchart/__snapshots__
/usr/share/grafana/public/app/plugins/panel/barchart/__snapshots__/utils.test.ts.snap
/usr/share/grafana/public/app/plugins/panel/barchart/bars.ts
/usr/share/grafana/public/app/plugins/panel/barchart/distribute.ts
/usr/share/grafana/public/app/plugins/panel/barchart/img
/usr/share/grafana/public/app/plugins/panel/barchart/img/barchart.svg
/usr/share/grafana/public/app/plugins/panel/barchart/module.tsx
/usr/share/grafana/public/app/plugins/panel/barchart/panelcfg.cue
/usr/share/grafana/public/app/plugins/panel/barchart/panelcfg.gen.ts
/usr/share/grafana/public/app/plugins/panel/barchart/plugin.json
/usr/share/grafana/public/app/plugins/panel/barchart/quadtree.ts
/usr/share/grafana/public/app/plugins/panel/barchart/suggestions.ts
/usr/share/grafana/public/app/plugins/panel/barchart/types.ts
/usr/share/grafana/public/app/plugins/panel/barchart/utils.test.ts
/usr/share/grafana/public/app/plugins/panel/barchart/utils.ts
/usr/share/grafana/public/app/plugins/panel/bargauge
/usr/share/grafana/public/app/plugins/panel/bargauge/BarGaugeMigrations.test.ts
/usr/share/grafana/public/app/plugins/panel/bargauge/BarGaugeMigrations.ts
/usr/share/grafana/public/app/plugins/panel/bargauge/BarGaugePanel.test.tsx
/usr/share/grafana/public/app/plugins/panel/bargauge/BarGaugePanel.tsx
/usr/share/grafana/public/app/plugins/panel/bargauge/README.md
/usr/share/grafana/public/app/plugins/panel/bargauge/img
/usr/share/grafana/public/app/plugins/panel/bargauge/img/icon_bar_gauge.svg
/usr/share/grafana/public/app/plugins/panel/bargauge/module.tsx
/usr/share/grafana/public/app/plugins/panel/bargauge/panelcfg.cue
/usr/share/grafana/public/app/plugins/panel/bargauge/panelcfg.gen.ts
/usr/share/grafana/public/app/plugins/panel/bargauge/plugin.json
/usr/share/grafana/public/app/plugins/panel/bargauge/suggestions.ts
/usr/share/grafana/public/app/plugins/panel/candlestick
/usr/share/grafana/public/app/plugins/panel/candlestick/CandlestickPanel.tsx
/usr/share/grafana/public/app/plugins/panel/candlestick/README.md
/usr/share/grafana/public/app/plugins/panel/candlestick/fields.test.ts
/usr/share/grafana/public/app/plugins/panel/candlestick/fields.ts
/usr/share/grafana/public/app/plugins/panel/candlestick/img
/usr/share/grafana/public/app/plugins/panel/candlestick/img/candlestick.svg
/usr/share/grafana/public/app/plugins/panel/candlestick/module.tsx
/usr/share/grafana/public/app/plugins/panel/candlestick/panelcfg.cue
/usr/share/grafana/public/app/plugins/panel/candlestick/panelcfg.gen.ts
/usr/share/grafana/public/app/plugins/panel/candlestick/plugin.json
/usr/share/grafana/public/app/plugins/panel/candlestick/suggestions.ts
/usr/share/grafana/public/app/plugins/panel/candlestick/types.ts
/usr/share/grafana/public/app/plugins/panel/candlestick/utils.ts
/usr/share/grafana/public/app/plugins/panel/canvas
/usr/share/grafana/public/app/plugins/panel/canvas/CanvasPanel.tsx
/usr/share/grafana/public/app/plugins/panel/canvas/README.md
/usr/share/grafana/public/app/plugins/panel/canvas/components
/usr/share/grafana/public/app/plugins/panel/canvas/components/CanvasContextMenu.tsx
/usr/share/grafana/public/app/plugins/panel/canvas/components/CanvasTooltip.tsx
/usr/share/grafana/public/app/plugins/panel/canvas/components/SetBackground.tsx
/usr/share/grafana/public/app/plugins/panel/canvas/components/connections
/usr/share/grafana/public/app/plugins/panel/canvas/components/connections/ConnectionAnchors.tsx
/usr/share/grafana/public/app/plugins/panel/canvas/components/connections/ConnectionSVG.tsx
/usr/share/grafana/public/app/plugins/panel/canvas/components/connections/Connections.tsx
/usr/share/grafana/public/app/plugins/panel/canvas/editor
/usr/share/grafana/public/app/plugins/panel/canvas/editor/connectionEditor.tsx
/usr/share/grafana/public/app/plugins/panel/canvas/editor/element
/usr/share/grafana/public/app/plugins/panel/canvas/editor/element/APIEditor.tsx
/usr/share/grafana/public/app/plugins/panel/canvas/editor/element/ButtonStyleEditor.tsx
/usr/share/grafana/public/app/plugins/panel/canvas/editor/element/ConstraintSelectionBox.tsx
/usr/share/grafana/public/app/plugins/panel/canvas/editor/element/ParamsEditor.tsx
/usr/share/grafana/public/app/plugins/panel/canvas/editor/element/PlacementEditor.tsx
/usr/share/grafana/public/app/plugins/panel/canvas/editor/element/QuickPositioning.tsx
/usr/share/grafana/public/app/plugins/panel/canvas/editor/element/elementEditor.tsx
/usr/share/grafana/public/app/plugins/panel/canvas/editor/element/utils.ts
/usr/share/grafana/public/app/plugins/panel/canvas/editor/inline
/usr/share/grafana/public/app/plugins/panel/canvas/editor/inline/InlineEdit.tsx
/usr/share/grafana/public/app/plugins/panel/canvas/editor/inline/InlineEditBody.tsx
/usr/share/grafana/public/app/plugins/panel/canvas/editor/inline/TabsEditor.tsx
/usr/share/grafana/public/app/plugins/panel/canvas/editor/layer
/usr/share/grafana/public/app/plugins/panel/canvas/editor/layer/TreeNavigationEditor.tsx
/usr/share/grafana/public/app/plugins/panel/canvas/editor/layer/TreeNodeTitle.tsx
/usr/share/grafana/public/app/plugins/panel/canvas/editor/layer/layerEditor.tsx
/usr/share/grafana/public/app/plugins/panel/canvas/editor/layer/tree.ts
/usr/share/grafana/public/app/plugins/panel/canvas/editor/options.ts
/usr/share/grafana/public/app/plugins/panel/canvas/editor/panZoomHelp.tsx
/usr/share/grafana/public/app/plugins/panel/canvas/globalStyles.ts
/usr/share/grafana/public/app/plugins/panel/canvas/img
/usr/share/grafana/public/app/plugins/panel/canvas/img/icn-canvas.svg
/usr/share/grafana/public/app/plugins/panel/canvas/migrations.ts
/usr/share/grafana/public/app/plugins/panel/canvas/module.tsx
/usr/share/grafana/public/app/plugins/panel/canvas/panelcfg.cue
/usr/share/grafana/public/app/plugins/panel/canvas/panelcfg.gen.ts
/usr/share/grafana/public/app/plugins/panel/canvas/plugin.json
/usr/share/grafana/public/app/plugins/panel/canvas/types.ts
/usr/share/grafana/public/app/plugins/panel/canvas/utils.ts
/usr/share/grafana/public/app/plugins/panel/dashlist
/usr/share/grafana/public/app/plugins/panel/dashlist/DashList.tsx
/usr/share/grafana/public/app/plugins/panel/dashlist/README.md
/usr/share/grafana/public/app/plugins/panel/dashlist/img
/usr/share/grafana/public/app/plugins/panel/dashlist/img/icn-dashlist-panel.svg
/usr/share/grafana/public/app/plugins/panel/dashlist/migrations.test.ts
/usr/share/grafana/public/app/plugins/panel/dashlist/migrations.ts
/usr/share/grafana/public/app/plugins/panel/dashlist/module.tsx
/usr/share/grafana/public/app/plugins/panel/dashlist/panelcfg.cue
/usr/share/grafana/public/app/plugins/panel/dashlist/panelcfg.gen.ts
/usr/share/grafana/public/app/plugins/panel/dashlist/plugin.json
/usr/share/grafana/public/app/plugins/panel/dashlist/styles.ts
/usr/share/grafana/public/app/plugins/panel/datagrid
/usr/share/grafana/public/app/plugins/panel/datagrid/DataGridPanel.test.tsx
/usr/share/grafana/public/app/plugins/panel/datagrid/DataGridPanel.tsx
/usr/share/grafana/public/app/plugins/panel/datagrid/README.md
/usr/share/grafana/public/app/plugins/panel/datagrid/components
/usr/share/grafana/public/app/plugins/panel/datagrid/components/AddColumn.tsx
/usr/share/grafana/public/app/plugins/panel/datagrid/components/DatagridContextMenu.tsx
/usr/share/grafana/public/app/plugins/panel/datagrid/components/RenameColumnCell.tsx
/usr/share/grafana/public/app/plugins/panel/datagrid/components/SimpleInput.tsx
/usr/share/grafana/public/app/plugins/panel/datagrid/featureFlagUtils.tsx
/usr/share/grafana/public/app/plugins/panel/datagrid/img
/usr/share/grafana/public/app/plugins/panel/datagrid/img/icn-table-panel.svg
/usr/share/grafana/public/app/plugins/panel/datagrid/module.tsx
/usr/share/grafana/public/app/plugins/panel/datagrid/panelcfg.cue
/usr/share/grafana/public/app/plugins/panel/datagrid/panelcfg.gen.ts
/usr/share/grafana/public/app/plugins/panel/datagrid/plugin.json
/usr/share/grafana/public/app/plugins/panel/datagrid/state.ts
/usr/share/grafana/public/app/plugins/panel/datagrid/utils.test.ts
/usr/share/grafana/public/app/plugins/panel/datagrid/utils.ts
/usr/share/grafana/public/app/plugins/panel/debug
/usr/share/grafana/public/app/plugins/panel/debug/CursorView.tsx
/usr/share/grafana/public/app/plugins/panel/debug/DebugPanel.tsx
/usr/share/grafana/public/app/plugins/panel/debug/EventBusLogger.tsx
/usr/share/grafana/public/app/plugins/panel/debug/README.md
/usr/share/grafana/public/app/plugins/panel/debug/RenderInfoViewer.tsx
/usr/share/grafana/public/app/plugins/panel/debug/StateView.tsx
/usr/share/grafana/public/app/plugins/panel/debug/img
/usr/share/grafana/public/app/plugins/panel/debug/img/icn-debug.svg
/usr/share/grafana/public/app/plugins/panel/debug/module.tsx
/usr/share/grafana/public/app/plugins/panel/debug/panelcfg.cue
/usr/share/grafana/public/app/plugins/panel/debug/panelcfg.gen.ts
/usr/share/grafana/public/app/plugins/panel/debug/plugin.json
/usr/share/grafana/public/app/plugins/panel/flamegraph
/usr/share/grafana/public/app/plugins/panel/flamegraph/FlameGraphPanel.tsx
/usr/share/grafana/public/app/plugins/panel/flamegraph/img
/usr/share/grafana/public/app/plugins/panel/flamegraph/img/icn-flamegraph.svg
/usr/share/grafana/public/app/plugins/panel/flamegraph/module.tsx
/usr/share/grafana/public/app/plugins/panel/flamegraph/plugin.json
/usr/share/grafana/public/app/plugins/panel/flamegraph/suggestions.ts
/usr/share/grafana/public/app/plugins/panel/gauge
/usr/share/grafana/public/app/plugins/panel/gauge/GaugeMigrations.test.ts
/usr/share/grafana/public/app/plugins/panel/gauge/GaugeMigrations.ts
/usr/share/grafana/public/app/plugins/panel/gauge/GaugePanel.tsx
/usr/share/grafana/public/app/plugins/panel/gauge/__snapshots__
/usr/share/grafana/public/app/plugins/panel/gauge/__snapshots__/GaugeMigrations.test.ts.snap
/usr/share/grafana/public/app/plugins/panel/gauge/img
/usr/share/grafana/public/app/plugins/panel/gauge/img/icon_gauge.svg
/usr/share/grafana/public/app/plugins/panel/gauge/module.tsx
/usr/share/grafana/public/app/plugins/panel/gauge/panelcfg.cue
/usr/share/grafana/public/app/plugins/panel/gauge/panelcfg.gen.ts
/usr/share/grafana/public/app/plugins/panel/gauge/plugin.json
/usr/share/grafana/public/app/plugins/panel/gauge/suggestions.ts
/usr/share/grafana/public/app/plugins/panel/geomap
/usr/share/grafana/public/app/plugins/panel/geomap/GeomapOverlay.tsx
/usr/share/grafana/public/app/plugins/panel/geomap/GeomapPanel.tsx
/usr/share/grafana/public/app/plugins/panel/geomap/GeomapTooltip.tsx
/usr/share/grafana/public/app/plugins/panel/geomap/README.md
/usr/share/grafana/public/app/plugins/panel/geomap/components
/usr/share/grafana/public/app/plugins/panel/geomap/components/DebugOverlay.tsx
/usr/share/grafana/public/app/plugins/panel/geomap/components/MarkersLegend.tsx
/usr/share/grafana/public/app/plugins/panel/geomap/components/MeasureOverlay.tsx
/usr/share/grafana/public/app/plugins/panel/geomap/components/MeasureVectorLayer.ts
/usr/share/grafana/public/app/plugins/panel/geomap/components/ObservablePropsWrapper.tsx
/usr/share/grafana/public/app/plugins/panel/geomap/editor
/usr/share/grafana/public/app/plugins/panel/geomap/editor/CoordinatesMapViewEditor.tsx
/usr/share/grafana/public/app/plugins/panel/geomap/editor/FitMapViewEditor.tsx
/usr/share/grafana/public/app/plugins/panel/geomap/editor/FrameSelectionEditor.tsx
/usr/share/grafana/public/app/plugins/panel/geomap/editor/GeomapStyleRulesEditor.tsx
/usr/share/grafana/public/app/plugins/panel/geomap/editor/LayersEditor.tsx
/usr/share/grafana/public/app/plugins/panel/geomap/editor/MapViewEditor.tsx
/usr/share/grafana/public/app/plugins/panel/geomap/editor/StyleEditor.tsx
/usr/share/grafana/public/app/plugins/panel/geomap/editor/StyleRuleEditor.tsx
/usr/share/grafana/public/app/plugins/panel/geomap/editor/layerEditor.tsx
/usr/share/grafana/public/app/plugins/panel/geomap/event.ts
/usr/share/grafana/public/app/plugins/panel/geomap/globalStyles.ts
/usr/share/grafana/public/app/plugins/panel/geomap/img
/usr/share/grafana/public/app/plugins/panel/geomap/img/icn-geomap.svg
/usr/share/grafana/public/app/plugins/panel/geomap/layers
/usr/share/grafana/public/app/plugins/panel/geomap/layers/basemaps
/usr/share/grafana/public/app/plugins/panel/geomap/layers/basemaps/carto.ts
/usr/share/grafana/public/app/plugins/panel/geomap/layers/basemaps/esri.ts
/usr/share/grafana/public/app/plugins/panel/geomap/layers/basemaps/generic.ts
/usr/share/grafana/public/app/plugins/panel/geomap/layers/basemaps/index.ts
/usr/share/grafana/public/app/plugins/panel/geomap/layers/basemaps/osm.ts
/usr/share/grafana/public/app/plugins/panel/geomap/layers/data
/usr/share/grafana/public/app/plugins/panel/geomap/layers/data/dayNightLayer.tsx
/usr/share/grafana/public/app/plugins/panel/geomap/layers/data/geojsonDynamic.ts
/usr/share/grafana/public/app/plugins/panel/geomap/layers/data/geojsonLayer.ts
/usr/share/grafana/public/app/plugins/panel/geomap/layers/data/heatMap.tsx
/usr/share/grafana/public/app/plugins/panel/geomap/layers/data/index.ts
/usr/share/grafana/public/app/plugins/panel/geomap/layers/data/lastPointTracker.ts
/usr/share/grafana/public/app/plugins/panel/geomap/layers/data/markersLayer.tsx
/usr/share/grafana/public/app/plugins/panel/geomap/layers/data/networkLayer.tsx
/usr/share/grafana/public/app/plugins/panel/geomap/layers/data/photosLayer.tsx
/usr/share/grafana/public/app/plugins/panel/geomap/layers/data/routeLayer.tsx
/usr/share/grafana/public/app/plugins/panel/geomap/layers/registry.ts
/usr/share/grafana/public/app/plugins/panel/geomap/migrations.test.ts
/usr/share/grafana/public/app/plugins/panel/geomap/migrations.ts
/usr/share/grafana/public/app/plugins/panel/geomap/module.tsx
/usr/share/grafana/public/app/plugins/panel/geomap/panelcfg.cue
/usr/share/grafana/public/app/plugins/panel/geomap/panelcfg.gen.ts
/usr/share/grafana/public/app/plugins/panel/geomap/plugin.json
/usr/share/grafana/public/app/plugins/panel/geomap/style
/usr/share/grafana/public/app/plugins/panel/geomap/style/markers.ts
/usr/share/grafana/public/app/plugins/panel/geomap/style/types.ts
/usr/share/grafana/public/app/plugins/panel/geomap/style/utils.test.ts
/usr/share/grafana/public/app/plugins/panel/geomap/style/utils.ts
/usr/share/grafana/public/app/plugins/panel/geomap/types.ts
/usr/share/grafana/public/app/plugins/panel/geomap/utils
/usr/share/grafana/public/app/plugins/panel/geomap/utils/actions.ts
/usr/share/grafana/public/app/plugins/panel/geomap/utils/checkFeatureMatchesStyleRule.test.ts
/usr/share/grafana/public/app/plugins/panel/geomap/utils/checkFeatureMatchesStyleRule.ts
/usr/share/grafana/public/app/plugins/panel/geomap/utils/getFeatures.test.ts
/usr/share/grafana/public/app/plugins/panel/geomap/utils/getFeatures.ts
/usr/share/grafana/public/app/plugins/panel/geomap/utils/getLayersExtent.ts
/usr/share/grafana/public/app/plugins/panel/geomap/utils/layers.ts
/usr/share/grafana/public/app/plugins/panel/geomap/utils/measure.test.ts
/usr/share/grafana/public/app/plugins/panel/geomap/utils/measure.ts
/usr/share/grafana/public/app/plugins/panel/geomap/utils/selection.ts
/usr/share/grafana/public/app/plugins/panel/geomap/utils/tooltip.ts
/usr/share/grafana/public/app/plugins/panel/geomap/utils/uiUtils.tsx
/usr/share/grafana/public/app/plugins/panel/geomap/utils/utils.ts
/usr/share/grafana/public/app/plugins/panel/geomap/view.ts
/usr/share/grafana/public/app/plugins/panel/gettingstarted
/usr/share/grafana/public/app/plugins/panel/gettingstarted/GettingStarted.tsx
/usr/share/grafana/public/app/plugins/panel/gettingstarted/README.md
/usr/share/grafana/public/app/plugins/panel/gettingstarted/components
/usr/share/grafana/public/app/plugins/panel/gettingstarted/components/DocsCard.tsx
/usr/share/grafana/public/app/plugins/panel/gettingstarted/components/Step.tsx
/usr/share/grafana/public/app/plugins/panel/gettingstarted/components/TutorialCard.tsx
/usr/share/grafana/public/app/plugins/panel/gettingstarted/components/sharedStyles.ts
/usr/share/grafana/public/app/plugins/panel/gettingstarted/img
/usr/share/grafana/public/app/plugins/panel/gettingstarted/img/icn-dashlist-panel.svg
/usr/share/grafana/public/app/plugins/panel/gettingstarted/module.ts
/usr/share/grafana/public/app/plugins/panel/gettingstarted/plugin.json
/usr/share/grafana/public/app/plugins/panel/gettingstarted/steps.ts
/usr/share/grafana/public/app/plugins/panel/gettingstarted/types.ts
/usr/share/grafana/public/app/plugins/panel/graph
/usr/share/grafana/public/app/plugins/panel/graph/GraphContextMenuCtrl.ts
/usr/share/grafana/public/app/plugins/panel/graph/GraphMigrations.test.ts
/usr/share/grafana/public/app/plugins/panel/graph/GraphMigrations.ts
/usr/share/grafana/public/app/plugins/panel/graph/Legend
/usr/share/grafana/public/app/plugins/panel/graph/Legend/Legend.tsx
/usr/share/grafana/public/app/plugins/panel/graph/Legend/LegendSeriesItem.tsx
/usr/share/grafana/public/app/plugins/panel/graph/README.md
/usr/share/grafana/public/app/plugins/panel/graph/align_yaxes.ts
/usr/share/grafana/public/app/plugins/panel/graph/annotation_tooltip.ts
/usr/share/grafana/public/app/plugins/panel/graph/axes_editor.html
/usr/share/grafana/public/app/plugins/panel/graph/axes_editor.ts
/usr/share/grafana/public/app/plugins/panel/graph/data_processor.ts
/usr/share/grafana/public/app/plugins/panel/graph/event_editor.ts
/usr/share/grafana/public/app/plugins/panel/graph/event_manager.ts
/usr/share/grafana/public/app/plugins/panel/graph/graph.ts
/usr/share/grafana/public/app/plugins/panel/graph/graph_tooltip.d.ts
/usr/share/grafana/public/app/plugins/panel/graph/graph_tooltip.ts
/usr/share/grafana/public/app/plugins/panel/graph/histogram.ts
/usr/share/grafana/public/app/plugins/panel/graph/img
/usr/share/grafana/public/app/plugins/panel/graph/img/icn-graph-panel.svg
/usr/share/grafana/public/app/plugins/panel/graph/jquery.flot.events.ts
/usr/share/grafana/public/app/plugins/panel/graph/module.ts
/usr/share/grafana/public/app/plugins/panel/graph/plugin.json
/usr/share/grafana/public/app/plugins/panel/graph/series_overrides_ctrl.ts
/usr/share/grafana/public/app/plugins/panel/graph/specs
/usr/share/grafana/public/app/plugins/panel/graph/specs/__snapshots__
/usr/share/grafana/public/app/plugins/panel/graph/specs/__snapshots__/data_processor.test.ts.snap
/usr/share/grafana/public/app/plugins/panel/graph/specs/align_yaxes.test.ts
/usr/share/grafana/public/app/plugins/panel/graph/specs/data_processor.test.ts
/usr/share/grafana/public/app/plugins/panel/graph/specs/graph.test.ts
/usr/share/grafana/public/app/plugins/panel/graph/specs/graph_ctrl.test.ts
/usr/share/grafana/public/app/plugins/panel/graph/specs/graph_tooltip.test.ts
/usr/share/grafana/public/app/plugins/panel/graph/specs/histogram.test.ts
/usr/share/grafana/public/app/plugins/panel/graph/specs/series_override_ctrl.test.ts
/usr/share/grafana/public/app/plugins/panel/graph/specs/threshold_manager.test.ts
/usr/share/grafana/public/app/plugins/panel/graph/specs/time_region_manager.test.ts
/usr/share/grafana/public/app/plugins/panel/graph/tab_display.html
/usr/share/grafana/public/app/plugins/panel/graph/tab_legend.html
/usr/share/grafana/public/app/plugins/panel/graph/tab_series_overrides.html
/usr/share/grafana/public/app/plugins/panel/graph/tab_thresholds.html
/usr/share/grafana/public/app/plugins/panel/graph/tab_time_regions.html
/usr/share/grafana/public/app/plugins/panel/graph/template.ts
/usr/share/grafana/public/app/plugins/panel/graph/threshold_manager.ts
/usr/share/grafana/public/app/plugins/panel/graph/thresholds_form.html
/usr/share/grafana/public/app/plugins/panel/graph/thresholds_form.ts
/usr/share/grafana/public/app/plugins/panel/graph/time_region_manager.ts
/usr/share/grafana/public/app/plugins/panel/graph/time_regions_form.html
/usr/share/grafana/public/app/plugins/panel/graph/time_regions_form.ts
/usr/share/grafana/public/app/plugins/panel/graph/types.ts
/usr/share/grafana/public/app/plugins/panel/graph/utils.test.ts
/usr/share/grafana/public/app/plugins/panel/graph/utils.ts
/usr/share/grafana/public/app/plugins/panel/heatmap
/usr/share/grafana/public/app/plugins/panel/heatmap/ExemplarModalHeader.tsx
/usr/share/grafana/public/app/plugins/panel/heatmap/HeatmapHoverView.tsx
/usr/share/grafana/public/app/plugins/panel/heatmap/HeatmapHoverViewOld.tsx
/usr/share/grafana/public/app/plugins/panel/heatmap/HeatmapPanel.tsx
/usr/share/grafana/public/app/plugins/panel/heatmap/README.md
/usr/share/grafana/public/app/plugins/panel/heatmap/fields.test.ts
/usr/share/grafana/public/app/plugins/panel/heatmap/fields.ts
/usr/share/grafana/public/app/plugins/panel/heatmap/img
/usr/share/grafana/public/app/plugins/panel/heatmap/img/icn-heatmap-panel.svg
/usr/share/grafana/public/app/plugins/panel/heatmap/migrations.test.ts
/usr/share/grafana/public/app/plugins/panel/heatmap/migrations.ts
/usr/share/grafana/public/app/plugins/panel/heatmap/module.tsx
/usr/share/grafana/public/app/plugins/panel/heatmap/palettes.ts
/usr/share/grafana/public/app/plugins/panel/heatmap/panelcfg.cue
/usr/share/grafana/public/app/plugins/panel/heatmap/panelcfg.gen.ts
/usr/share/grafana/public/app/plugins/panel/heatmap/partials
/usr/share/grafana/public/app/plugins/panel/heatmap/partials/axes_editor.html
/usr/share/grafana/public/app/plugins/panel/heatmap/partials/display_editor.html
/usr/share/grafana/public/app/plugins/panel/heatmap/plugin.json
/usr/share/grafana/public/app/plugins/panel/heatmap/renderHistogram.tsx
/usr/share/grafana/public/app/plugins/panel/heatmap/suggestions.ts
/usr/share/grafana/public/app/plugins/panel/heatmap/tooltip
/usr/share/grafana/public/app/plugins/panel/heatmap/tooltip/tooltipUtils.test.ts
/usr/share/grafana/public/app/plugins/panel/heatmap/tooltip/utils.ts
/usr/share/grafana/public/app/plugins/panel/heatmap/types.ts
/usr/share/grafana/public/app/plugins/panel/heatmap/utils.test.ts
/usr/share/grafana/public/app/plugins/panel/heatmap/utils.ts
/usr/share/grafana/public/app/plugins/panel/histogram
/usr/share/grafana/public/app/plugins/panel/histogram/Histogram.tsx
/usr/share/grafana/public/app/plugins/panel/histogram/HistogramPanel.tsx
/usr/share/grafana/public/app/plugins/panel/histogram/img
/usr/share/grafana/public/app/plugins/panel/histogram/img/histogram.svg
/usr/share/grafana/public/app/plugins/panel/histogram/module.tsx
/usr/share/grafana/public/app/plugins/panel/histogram/panelcfg.cue
/usr/share/grafana/public/app/plugins/panel/histogram/panelcfg.gen.ts
/usr/share/grafana/public/app/plugins/panel/histogram/plugin.json
/usr/share/grafana/public/app/plugins/panel/histogram/utils.ts
/usr/share/grafana/public/app/plugins/panel/live
/usr/share/grafana/public/app/plugins/panel/live/LiveChannelEditor.tsx
/usr/share/grafana/public/app/plugins/panel/live/LivePanel.tsx
/usr/share/grafana/public/app/plugins/panel/live/img
/usr/share/grafana/public/app/plugins/panel/live/img/live.svg
/usr/share/grafana/public/app/plugins/panel/live/module.tsx
/usr/share/grafana/public/app/plugins/panel/live/plugin.json
/usr/share/grafana/public/app/plugins/panel/live/types.ts
/usr/share/grafana/public/app/plugins/panel/logs
/usr/share/grafana/public/app/plugins/panel/logs/LogsPanel.test.tsx
/usr/share/grafana/public/app/plugins/panel/logs/LogsPanel.tsx
/usr/share/grafana/public/app/plugins/panel/logs/img
/usr/share/grafana/public/app/plugins/panel/logs/img/icn-logs-panel.svg
/usr/share/grafana/public/app/plugins/panel/logs/module.tsx
/usr/share/grafana/public/app/plugins/panel/logs/panelcfg.cue
/usr/share/grafana/public/app/plugins/panel/logs/panelcfg.gen.ts
/usr/share/grafana/public/app/plugins/panel/logs/plugin.json
/usr/share/grafana/public/app/plugins/panel/logs/suggestions.ts
/usr/share/grafana/public/app/plugins/panel/logs/types.ts
/usr/share/grafana/public/app/plugins/panel/news
/usr/share/grafana/public/app/plugins/panel/news/NewsPanel.tsx
/usr/share/grafana/public/app/plugins/panel/news/README.md
/usr/share/grafana/public/app/plugins/panel/news/atom.test.ts
/usr/share/grafana/public/app/plugins/panel/news/atom.ts
/usr/share/grafana/public/app/plugins/panel/news/component
/usr/share/grafana/public/app/plugins/panel/news/component/News.tsx
/usr/share/grafana/public/app/plugins/panel/news/constants.ts
/usr/share/grafana/public/app/plugins/panel/news/feed.ts
/usr/share/grafana/public/app/plugins/panel/news/fixtures
/usr/share/grafana/public/app/plugins/panel/news/fixtures/atom.xml
/usr/share/grafana/public/app/plugins/panel/news/fixtures/rss.xml
/usr/share/grafana/public/app/plugins/panel/news/img
/usr/share/grafana/public/app/plugins/panel/news/img/news.svg
/usr/share/grafana/public/app/plugins/panel/news/module.tsx
/usr/share/grafana/public/app/plugins/panel/news/panelcfg.cue
/usr/share/grafana/public/app/plugins/panel/news/panelcfg.gen.ts
/usr/share/grafana/public/app/plugins/panel/news/plugin.json
/usr/share/grafana/public/app/plugins/panel/news/rss.test.ts
/usr/share/grafana/public/app/plugins/panel/news/rss.ts
/usr/share/grafana/public/app/plugins/panel/news/types.ts
/usr/share/grafana/public/app/plugins/panel/news/useNewsFeed.tsx
/usr/share/grafana/public/app/plugins/panel/news/utils.test.ts
/usr/share/grafana/public/app/plugins/panel/news/utils.ts
/usr/share/grafana/public/app/plugins/panel/nodeGraph
/usr/share/grafana/public/app/plugins/panel/nodeGraph/Edge.tsx
/usr/share/grafana/public/app/plugins/panel/nodeGraph/EdgeArrowMarker.tsx
/usr/share/grafana/public/app/plugins/panel/nodeGraph/EdgeLabel.tsx
/usr/share/grafana/public/app/plugins/panel/nodeGraph/Legend.test.tsx
/usr/share/grafana/public/app/plugins/panel/nodeGraph/Legend.tsx
/usr/share/grafana/public/app/plugins/panel/nodeGraph/Marker.tsx
/usr/share/grafana/public/app/plugins/panel/nodeGraph/Node.test.tsx
/usr/share/grafana/public/app/plugins/panel/nodeGraph/Node.tsx
/usr/share/grafana/public/app/plugins/panel/nodeGraph/NodeGraph.test.tsx
/usr/share/grafana/public/app/plugins/panel/nodeGraph/NodeGraph.tsx
/usr/share/grafana/public/app/plugins/panel/nodeGraph/NodeGraphPanel.tsx
/usr/share/grafana/public/app/plugins/panel/nodeGraph/README.md
/usr/share/grafana/public/app/plugins/panel/nodeGraph/ViewControls.tsx
/usr/share/grafana/public/app/plugins/panel/nodeGraph/createLayoutWorker.ts
/usr/share/grafana/public/app/plugins/panel/nodeGraph/editor
/usr/share/grafana/public/app/plugins/panel/nodeGraph/editor/ArcOptionsEditor.tsx
/usr/share/grafana/public/app/plugins/panel/nodeGraph/img
/usr/share/grafana/public/app/plugins/panel/nodeGraph/img/icn-node-graph.svg
/usr/share/grafana/public/app/plugins/panel/nodeGraph/index.ts
/usr/share/grafana/public/app/plugins/panel/nodeGraph/layout.test.ts
/usr/share/grafana/public/app/plugins/panel/nodeGraph/layout.ts
/usr/share/grafana/public/app/plugins/panel/nodeGraph/layout.worker.js
/usr/share/grafana/public/app/plugins/panel/nodeGraph/module.tsx
/usr/share/grafana/public/app/plugins/panel/nodeGraph/panelcfg.cue
/usr/share/grafana/public/app/plugins/panel/nodeGraph/panelcfg.gen.ts
/usr/share/grafana/public/app/plugins/panel/nodeGraph/plugin.json
/usr/share/grafana/public/app/plugins/panel/nodeGraph/types.ts
/usr/share/grafana/public/app/plugins/panel/nodeGraph/useCategorizeFrames.ts
/usr/share/grafana/public/app/plugins/panel/nodeGraph/useContextMenu.tsx
/usr/share/grafana/public/app/plugins/panel/nodeGraph/useFocusPositionOnLayout.ts
/usr/share/grafana/public/app/plugins/panel/nodeGraph/useHighlight.ts
/usr/share/grafana/public/app/plugins/panel/nodeGraph/useNodeLimit.ts
/usr/share/grafana/public/app/plugins/panel/nodeGraph/usePanning.ts
/usr/share/grafana/public/app/plugins/panel/nodeGraph/useZoom.ts
/usr/share/grafana/public/app/plugins/panel/nodeGraph/utils.test.ts
/usr/share/grafana/public/app/plugins/panel/nodeGraph/utils.ts
/usr/share/grafana/public/app/plugins/panel/piechart
/usr/share/grafana/public/app/plugins/panel/piechart/PieChart.tsx
/usr/share/grafana/public/app/plugins/panel/piechart/PieChartPanel.test.tsx
/usr/share/grafana/public/app/plugins/panel/piechart/PieChartPanel.tsx
/usr/share/grafana/public/app/plugins/panel/piechart/img
/usr/share/grafana/public/app/plugins/panel/piechart/img/icon_piechart.svg
/usr/share/grafana/public/app/plugins/panel/piechart/migrations.test.ts
/usr/share/grafana/public/app/plugins/panel/piechart/migrations.ts
/usr/share/grafana/public/app/plugins/panel/piechart/module.tsx
/usr/share/grafana/public/app/plugins/panel/piechart/panelcfg.cue
/usr/share/grafana/public/app/plugins/panel/piechart/panelcfg.gen.ts
/usr/share/grafana/public/app/plugins/panel/piechart/plugin.json
/usr/share/grafana/public/app/plugins/panel/piechart/suggestions.ts
/usr/share/grafana/public/app/plugins/panel/piechart/utils.ts
/usr/share/grafana/public/app/plugins/panel/stat
/usr/share/grafana/public/app/plugins/panel/stat/README.md
/usr/share/grafana/public/app/plugins/panel/stat/StatMigrations.test.ts
/usr/share/grafana/public/app/plugins/panel/stat/StatMigrations.ts
/usr/share/grafana/public/app/plugins/panel/stat/StatPanel.tsx
/usr/share/grafana/public/app/plugins/panel/stat/common.ts
/usr/share/grafana/public/app/plugins/panel/stat/img
/usr/share/grafana/public/app/plugins/panel/stat/img/icn-singlestat-panel.svg
/usr/share/grafana/public/app/plugins/panel/stat/module.tsx
/usr/share/grafana/public/app/plugins/panel/stat/panelcfg.cue
/usr/share/grafana/public/app/plugins/panel/stat/panelcfg.gen.ts
/usr/share/grafana/public/app/plugins/panel/stat/plugin.json
/usr/share/grafana/public/app/plugins/panel/stat/suggestions.ts
/usr/share/grafana/public/app/plugins/panel/state-timeline
/usr/share/grafana/public/app/plugins/panel/state-timeline/StateTimelinePanel.tsx
/usr/share/grafana/public/app/plugins/panel/state-timeline/StateTimelineTooltip.tsx
/usr/share/grafana/public/app/plugins/panel/state-timeline/StateTimelineTooltip2.tsx
/usr/share/grafana/public/app/plugins/panel/state-timeline/__snapshots__
/usr/share/grafana/public/app/plugins/panel/state-timeline/__snapshots__/migrations.test.ts.snap
/usr/share/grafana/public/app/plugins/panel/state-timeline/img
/usr/share/grafana/public/app/plugins/panel/state-timeline/img/timeline.svg
/usr/share/grafana/public/app/plugins/panel/state-timeline/migrations.test.ts
/usr/share/grafana/public/app/plugins/panel/state-timeline/migrations.ts
/usr/share/grafana/public/app/plugins/panel/state-timeline/module.tsx
/usr/share/grafana/public/app/plugins/panel/state-timeline/panelcfg.cue
/usr/share/grafana/public/app/plugins/panel/state-timeline/panelcfg.gen.ts
/usr/share/grafana/public/app/plugins/panel/state-timeline/plugin.json
/usr/share/grafana/public/app/plugins/panel/state-timeline/suggestions.ts
/usr/share/grafana/public/app/plugins/panel/status-history
/usr/share/grafana/public/app/plugins/panel/status-history/StatusHistoryPanel.tsx
/usr/share/grafana/public/app/plugins/panel/status-history/StatusHistoryTooltip.tsx
/usr/share/grafana/public/app/plugins/panel/status-history/StatusHistoryTooltip2.tsx
/usr/share/grafana/public/app/plugins/panel/status-history/img
/usr/share/grafana/public/app/plugins/panel/status-history/img/status.svg
/usr/share/grafana/public/app/plugins/panel/status-history/module.tsx
/usr/share/grafana/public/app/plugins/panel/status-history/panelcfg.cue
/usr/share/grafana/public/app/plugins/panel/status-history/panelcfg.gen.ts
/usr/share/grafana/public/app/plugins/panel/status-history/plugin.json
/usr/share/grafana/public/app/plugins/panel/status-history/suggestions.ts
/usr/share/grafana/public/app/plugins/panel/status-history/utils.ts
/usr/share/grafana/public/app/plugins/panel/table
/usr/share/grafana/public/app/plugins/panel/table-old
/usr/share/grafana/public/app/plugins/panel/table-old/README.md
/usr/share/grafana/public/app/plugins/panel/table-old/column_options.html
/usr/share/grafana/public/app/plugins/panel/table-old/column_options.ts
/usr/share/grafana/public/app/plugins/panel/table-old/editor.html
/usr/share/grafana/public/app/plugins/panel/table-old/editor.ts
/usr/share/grafana/public/app/plugins/panel/table-old/img
/usr/share/grafana/public/app/plugins/panel/table-old/img/icn-table-panel.svg
/usr/share/grafana/public/app/plugins/panel/table-old/module.html
/usr/share/grafana/public/app/plugins/panel/table-old/module.ts
/usr/share/grafana/public/app/plugins/panel/table-old/plugin.json
/usr/share/grafana/public/app/plugins/panel/table-old/renderer.ts
/usr/share/grafana/public/app/plugins/panel/table-old/specs
/usr/share/grafana/public/app/plugins/panel/table-old/specs/renderer.test.ts
/usr/share/grafana/public/app/plugins/panel/table-old/specs/transformers.test.ts
/usr/share/grafana/public/app/plugins/panel/table-old/transformers.ts
/usr/share/grafana/public/app/plugins/panel/table-old/types.ts
/usr/share/grafana/public/app/plugins/panel/table/PaginationEditor.tsx
/usr/share/grafana/public/app/plugins/panel/table/README.md
/usr/share/grafana/public/app/plugins/panel/table/TableCellOptionEditor.tsx
/usr/share/grafana/public/app/plugins/panel/table/TablePanel.tsx
/usr/share/grafana/public/app/plugins/panel/table/__snapshots__
/usr/share/grafana/public/app/plugins/panel/table/__snapshots__/migrations.test.ts.snap
/usr/share/grafana/public/app/plugins/panel/table/cells
/usr/share/grafana/public/app/plugins/panel/table/cells/BarGaugeCellOptionsEditor.tsx
/usr/share/grafana/public/app/plugins/panel/table/cells/ColorBackgroundCellOptionsEditor.tsx
/usr/share/grafana/public/app/plugins/panel/table/cells/SparklineCellOptionsEditor.tsx
/usr/share/grafana/public/app/plugins/panel/table/img
/usr/share/grafana/public/app/plugins/panel/table/img/icn-table-panel.svg
/usr/share/grafana/public/app/plugins/panel/table/migrations.test.ts
/usr/share/grafana/public/app/plugins/panel/table/migrations.ts
/usr/share/grafana/public/app/plugins/panel/table/module.tsx
/usr/share/grafana/public/app/plugins/panel/table/panelcfg.cue
/usr/share/grafana/public/app/plugins/panel/table/panelcfg.gen.ts
/usr/share/grafana/public/app/plugins/panel/table/plugin.json
/usr/share/grafana/public/app/plugins/panel/table/suggestions.ts
/usr/share/grafana/public/app/plugins/panel/text
/usr/share/grafana/public/app/plugins/panel/text/README.md
/usr/share/grafana/public/app/plugins/panel/text/TextPanel.test.tsx
/usr/share/grafana/public/app/plugins/panel/text/TextPanel.tsx
/usr/share/grafana/public/app/plugins/panel/text/TextPanelEditor.tsx
/usr/share/grafana/public/app/plugins/panel/text/img
/usr/share/grafana/public/app/plugins/panel/text/img/icn-text-panel.svg
/usr/share/grafana/public/app/plugins/panel/text/module.tsx
/usr/share/grafana/public/app/plugins/panel/text/panelcfg.cue
/usr/share/grafana/public/app/plugins/panel/text/panelcfg.gen.ts
/usr/share/grafana/public/app/plugins/panel/text/plugin.json
/usr/share/grafana/public/app/plugins/panel/text/textPanelMigrationHandler.test.ts
/usr/share/grafana/public/app/plugins/panel/text/textPanelMigrationHandler.ts
/usr/share/grafana/public/app/plugins/panel/timeseries
/usr/share/grafana/public/app/plugins/panel/timeseries/InsertNullsEditor.tsx
/usr/share/grafana/public/app/plugins/panel/timeseries/LineStyleEditor.tsx
/usr/share/grafana/public/app/plugins/panel/timeseries/NullsThresholdInput.tsx
/usr/share/grafana/public/app/plugins/panel/timeseries/README.md
/usr/share/grafana/public/app/plugins/panel/timeseries/SpanNullsEditor.tsx
/usr/share/grafana/public/app/plugins/panel/timeseries/ThresholdsStyleEditor.tsx
/usr/share/grafana/public/app/plugins/panel/timeseries/TimeSeriesPanel.tsx
/usr/share/grafana/public/app/plugins/panel/timeseries/TimeSeriesTooltip.tsx
/usr/share/grafana/public/app/plugins/panel/timeseries/TimezonesEditor.tsx
/usr/share/grafana/public/app/plugins/panel/timeseries/__snapshots__
/usr/share/grafana/public/app/plugins/panel/timeseries/__snapshots__/migrations.test.ts.snap
/usr/share/grafana/public/app/plugins/panel/timeseries/config.ts
/usr/share/grafana/public/app/plugins/panel/timeseries/img
/usr/share/grafana/public/app/plugins/panel/timeseries/img/icn-graph-panel.svg
/usr/share/grafana/public/app/plugins/panel/timeseries/img/icn-timeseries-panel.svg
/usr/share/grafana/public/app/plugins/panel/timeseries/migrations.test.ts
/usr/share/grafana/public/app/plugins/panel/timeseries/migrations.ts
/usr/share/grafana/public/app/plugins/panel/timeseries/module.tsx
/usr/share/grafana/public/app/plugins/panel/timeseries/overrides
/usr/share/grafana/public/app/plugins/panel/timeseries/overrides/colorSeriesConfigFactory.test.ts
/usr/share/grafana/public/app/plugins/panel/timeseries/overrides/colorSeriesConfigFactory.ts
/usr/share/grafana/public/app/plugins/panel/timeseries/panelcfg.cue
/usr/share/grafana/public/app/plugins/panel/timeseries/panelcfg.gen.ts
/usr/share/grafana/public/app/plugins/panel/timeseries/plugin.json
/usr/share/grafana/public/app/plugins/panel/timeseries/plugins
/usr/share/grafana/public/app/plugins/panel/timeseries/plugins/AnnotationEditorPlugin.tsx
/usr/share/grafana/public/app/plugins/panel/timeseries/plugins/AnnotationsPlugin.tsx
/usr/share/grafana/public/app/plugins/panel/timeseries/plugins/ContextMenuPlugin.tsx
/usr/share/grafana/public/app/plugins/panel/timeseries/plugins/ExemplarMarker.tsx
/usr/share/grafana/public/app/plugins/panel/timeseries/plugins/ExemplarsPlugin.test.tsx
/usr/share/grafana/public/app/plugins/panel/timeseries/plugins/ExemplarsPlugin.tsx
/usr/share/grafana/public/app/plugins/panel/timeseries/plugins/OutsideRangePlugin.tsx
/usr/share/grafana/public/app/plugins/panel/timeseries/plugins/ThresholdControlsPlugin.tsx
/usr/share/grafana/public/app/plugins/panel/timeseries/plugins/ThresholdDragHandle.tsx
/usr/share/grafana/public/app/plugins/panel/timeseries/plugins/annotations
/usr/share/grafana/public/app/plugins/panel/timeseries/plugins/annotations/AnnotationEditor.tsx
/usr/share/grafana/public/app/plugins/panel/timeseries/plugins/annotations/AnnotationEditorForm.tsx
/usr/share/grafana/public/app/plugins/panel/timeseries/plugins/annotations/AnnotationMarker.tsx
/usr/share/grafana/public/app/plugins/panel/timeseries/plugins/annotations/AnnotationTooltip.tsx
/usr/share/grafana/public/app/plugins/panel/timeseries/plugins/styles.ts
/usr/share/grafana/public/app/plugins/panel/timeseries/plugins/types.ts
/usr/share/grafana/public/app/plugins/panel/timeseries/suggestions.ts
/usr/share/grafana/public/app/plugins/panel/timeseries/utils.test.ts
/usr/share/grafana/public/app/plugins/panel/timeseries/utils.ts
/usr/share/grafana/public/app/plugins/panel/traces
/usr/share/grafana/public/app/plugins/panel/traces/README.md
/usr/share/grafana/public/app/plugins/panel/traces/TracesPanel.test.tsx
/usr/share/grafana/public/app/plugins/panel/traces/TracesPanel.tsx
/usr/share/grafana/public/app/plugins/panel/traces/img
/usr/share/grafana/public/app/plugins/panel/traces/img/traces-panel.svg
/usr/share/grafana/public/app/plugins/panel/traces/module.tsx
/usr/share/grafana/public/app/plugins/panel/traces/plugin.json
/usr/share/grafana/public/app/plugins/panel/trend
/usr/share/grafana/public/app/plugins/panel/trend/TrendPanel.tsx
/usr/share/grafana/public/app/plugins/panel/trend/img
/usr/share/grafana/public/app/plugins/panel/trend/img/trend.svg
/usr/share/grafana/public/app/plugins/panel/trend/module.tsx
/usr/share/grafana/public/app/plugins/panel/trend/panelcfg.cue
/usr/share/grafana/public/app/plugins/panel/trend/panelcfg.gen.ts
/usr/share/grafana/public/app/plugins/panel/trend/plugin.json
/usr/share/grafana/public/app/plugins/panel/trend/suggestions.ts
/usr/share/grafana/public/app/plugins/panel/welcome
/usr/share/grafana/public/app/plugins/panel/welcome/README.md
/usr/share/grafana/public/app/plugins/panel/welcome/Welcome.tsx
/usr/share/grafana/public/app/plugins/panel/welcome/img
/usr/share/grafana/public/app/plugins/panel/welcome/img/background_light.svg
/usr/share/grafana/public/app/plugins/panel/welcome/img/icn-dashlist-panel.svg
/usr/share/grafana/public/app/plugins/panel/welcome/module.ts
/usr/share/grafana/public/app/plugins/panel/welcome/plugin.json
/usr/share/grafana/public/app/plugins/panel/xychart
/usr/share/grafana/public/app/plugins/panel/xychart/AutoEditor.tsx
/usr/share/grafana/public/app/plugins/panel/xychart/ManualEditor.tsx
/usr/share/grafana/public/app/plugins/panel/xychart/README.md
/usr/share/grafana/public/app/plugins/panel/xychart/ScatterSeriesEditor.tsx
/usr/share/grafana/public/app/plugins/panel/xychart/SymbolEditor.tsx
/usr/share/grafana/public/app/plugins/panel/xychart/TooltipView.tsx
/usr/share/grafana/public/app/plugins/panel/xychart/XYChartPanel.tsx
/usr/share/grafana/public/app/plugins/panel/xychart/XYChartTooltip.tsx
/usr/share/grafana/public/app/plugins/panel/xychart/config.ts
/usr/share/grafana/public/app/plugins/panel/xychart/dims.ts
/usr/share/grafana/public/app/plugins/panel/xychart/img
/usr/share/grafana/public/app/plugins/panel/xychart/img/icn-xychart.svg
/usr/share/grafana/public/app/plugins/panel/xychart/module.tsx
/usr/share/grafana/public/app/plugins/panel/xychart/panelcfg.cue
/usr/share/grafana/public/app/plugins/panel/xychart/panelcfg.gen.ts
/usr/share/grafana/public/app/plugins/panel/xychart/plugin.json
/usr/share/grafana/public/app/plugins/panel/xychart/scatter.ts
/usr/share/grafana/public/app/plugins/panel/xychart/types.ts
/usr/share/grafana/public/app/plugins/panel/xychart/utils.ts
/usr/share/grafana/public/app/plugins/sdk.ts
/usr/share/grafana/public/app/routes
/usr/share/grafana/public/app/routes/routes.tsx
/usr/share/grafana/public/app/routes/utils.test.ts
/usr/share/grafana/public/app/routes/utils.ts
/usr/share/grafana/public/app/store
/usr/share/grafana/public/app/store/configureStore.ts
/usr/share/grafana/public/app/store/store.ts
/usr/share/grafana/public/app/types
/usr/share/grafana/public/app/types/accessControl.ts
/usr/share/grafana/public/app/types/acl.ts
/usr/share/grafana/public/app/types/alerting.ts
/usr/share/grafana/public/app/types/apiKeys.ts
/usr/share/grafana/public/app/types/appEvent.ts
/usr/share/grafana/public/app/types/appNotifications.ts
/usr/share/grafana/public/app/types/config.ts
/usr/share/grafana/public/app/types/dashboard.ts
/usr/share/grafana/public/app/types/datasources.ts
/usr/share/grafana/public/app/types/events.ts
/usr/share/grafana/public/app/types/explore.ts
/usr/share/grafana/public/app/types/folders.ts
/usr/share/grafana/public/app/types/index.ts
/usr/share/grafana/public/app/types/jquery
/usr/share/grafana/public/app/types/jquery/jquery.d.ts
/usr/share/grafana/public/app/types/ldap.ts
/usr/share/grafana/public/app/types/location.ts
/usr/share/grafana/public/app/types/organization.ts
/usr/share/grafana/public/app/types/plugins.ts
/usr/share/grafana/public/app/types/query.ts
/usr/share/grafana/public/app/types/serviceaccount.ts
/usr/share/grafana/public/app/types/settings.ts
/usr/share/grafana/public/app/types/store.ts
/usr/share/grafana/public/app/types/suggestions.ts
/usr/share/grafana/public/app/types/supportBundles.ts
/usr/share/grafana/public/app/types/svg.d.ts
/usr/share/grafana/public/app/types/teams.ts
/usr/share/grafana/public/app/types/templates.ts
/usr/share/grafana/public/app/types/unified-alerting-dto.test.ts
/usr/share/grafana/public/app/types/unified-alerting-dto.ts
/usr/share/grafana/public/app/types/unified-alerting.ts
/usr/share/grafana/public/app/types/user.ts
/usr/share/grafana/public/app/types/window.d.ts
/usr/share/grafana/public/build
/usr/share/grafana/public/build/1085.8f3d7aab93983a14a0a5.js
/usr/share/grafana/public/build/1085.8f3d7aab93983a14a0a5.js.map
/usr/share/grafana/public/build/1096.0bbf0dc9a95cc43faff1.js
/usr/share/grafana/public/build/1096.0bbf0dc9a95cc43faff1.js.map
/usr/share/grafana/public/build/110.1663152e35f7704331c8.js
/usr/share/grafana/public/build/110.1663152e35f7704331c8.js.map
/usr/share/grafana/public/build/113.d643bd6ee171b9d94893.js
/usr/share/grafana/public/build/113.d643bd6ee171b9d94893.js.map
/usr/share/grafana/public/build/1272.8c79fc44bf7cd993c953.js
/usr/share/grafana/public/build/1272.8c79fc44bf7cd993c953.js.map
/usr/share/grafana/public/build/1291.8f4e290b36b8749c990a.js
/usr/share/grafana/public/build/1291.8f4e290b36b8749c990a.js.map
/usr/share/grafana/public/build/1408.40b4c4f92c64bffbd82e.js
/usr/share/grafana/public/build/1408.40b4c4f92c64bffbd82e.js.map
/usr/share/grafana/public/build/1435.970ae6e137f30385f5c4.js
/usr/share/grafana/public/build/1435.970ae6e137f30385f5c4.js.map
/usr/share/grafana/public/build/1634.effdd91040b5a04a6166.js
/usr/share/grafana/public/build/1634.effdd91040b5a04a6166.js.map
/usr/share/grafana/public/build/1637.b4c62da200c64d2ae101.js
/usr/share/grafana/public/build/1637.b4c62da200c64d2ae101.js.map
/usr/share/grafana/public/build/1693.33493a6f33ff9f3a43bc.js
/usr/share/grafana/public/build/1693.33493a6f33ff9f3a43bc.js.map
/usr/share/grafana/public/build/1707.858164710130be9a7d75.js
/usr/share/grafana/public/build/1707.858164710130be9a7d75.js.map
/usr/share/grafana/public/build/1733.8daf8c8b19dde16aa272.js
/usr/share/grafana/public/build/1733.8daf8c8b19dde16aa272.js.map
/usr/share/grafana/public/build/1847.4971926e0e5bb76e3d4f.js
/usr/share/grafana/public/build/1847.4971926e0e5bb76e3d4f.js.map
/usr/share/grafana/public/build/187.71a85c68550cadc6a7a5.js
/usr/share/grafana/public/build/187.71a85c68550cadc6a7a5.js.map
/usr/share/grafana/public/build/1872.e5ba40389685ba810277.js
/usr/share/grafana/public/build/1872.e5ba40389685ba810277.js.map
/usr/share/grafana/public/build/188.3656fc3b3ed54a58765e.js
/usr/share/grafana/public/build/188.3656fc3b3ed54a58765e.js.map
/usr/share/grafana/public/build/1955.92b44dee504667245aab.js
/usr/share/grafana/public/build/1955.92b44dee504667245aab.js.map
/usr/share/grafana/public/build/1962.e65cee65e979f3d26272.js
/usr/share/grafana/public/build/1962.e65cee65e979f3d26272.js.map
/usr/share/grafana/public/build/1982.b4ec4b0bcc512a95ecb8.js
/usr/share/grafana/public/build/1982.b4ec4b0bcc512a95ecb8.js.map
/usr/share/grafana/public/build/2048.2041d397d92073ff6b52.js
/usr/share/grafana/public/build/2048.2041d397d92073ff6b52.js.map
/usr/share/grafana/public/build/2094.838ae1cfaea42e4382db.js
/usr/share/grafana/public/build/2094.838ae1cfaea42e4382db.js.map
/usr/share/grafana/public/build/2136.9d4188b6ffaf2f647d57.js
/usr/share/grafana/public/build/2136.9d4188b6ffaf2f647d57.js.map
/usr/share/grafana/public/build/2195.5d8ecd8ac8c6bfa7c32f.js
/usr/share/grafana/public/build/2195.5d8ecd8ac8c6bfa7c32f.js.map
/usr/share/grafana/public/build/2267.a09098475a89300f3546.js
/usr/share/grafana/public/build/2267.a09098475a89300f3546.js.map
/usr/share/grafana/public/build/2279.9102ff833be4d026f20c.js
/usr/share/grafana/public/build/2279.9102ff833be4d026f20c.js.map
/usr/share/grafana/public/build/2385.047bc481931e5e25d801.js
/usr/share/grafana/public/build/2385.047bc481931e5e25d801.js.map
/usr/share/grafana/public/build/2407.fc24675b640cc14cca79.js
/usr/share/grafana/public/build/2407.fc24675b640cc14cca79.js.map
/usr/share/grafana/public/build/2430.beb7eb14087df2cd081e.js
/usr/share/grafana/public/build/2430.beb7eb14087df2cd081e.js.map
/usr/share/grafana/public/build/2617.84477cce7eca1fddd09b.js
/usr/share/grafana/public/build/2617.84477cce7eca1fddd09b.js.map
/usr/share/grafana/public/build/2641.ee8fc523538f0499124c.js
/usr/share/grafana/public/build/2641.ee8fc523538f0499124c.js.map
/usr/share/grafana/public/build/2659.45b22595fbe898fd34f4.js
/usr/share/grafana/public/build/2659.45b22595fbe898fd34f4.js.map
/usr/share/grafana/public/build/2663.57d1a0df4af4df85efdd.js
/usr/share/grafana/public/build/2663.57d1a0df4af4df85efdd.js.map
/usr/share/grafana/public/build/2667.fa473e1382422c3c8f8f.js
/usr/share/grafana/public/build/2667.fa473e1382422c3c8f8f.js.map
/usr/share/grafana/public/build/2713.3938fc460df7148dc91c.js
/usr/share/grafana/public/build/2713.3938fc460df7148dc91c.js.map
/usr/share/grafana/public/build/2801.3add88244248fe8a77cf.js
/usr/share/grafana/public/build/2801.3add88244248fe8a77cf.js.map
/usr/share/grafana/public/build/2820.0493df9b42825ff9661c.js
/usr/share/grafana/public/build/2820.0493df9b42825ff9661c.js.map
/usr/share/grafana/public/build/2849.920b8d5c5a770d9f7b41.js
/usr/share/grafana/public/build/2849.920b8d5c5a770d9f7b41.js.map
/usr/share/grafana/public/build/2970.7bb157a0b0d359c25c03.js
/usr/share/grafana/public/build/2970.7bb157a0b0d359c25c03.js.map
/usr/share/grafana/public/build/307.2569599e3d6bf60902c2.js
/usr/share/grafana/public/build/307.2569599e3d6bf60902c2.js.map
/usr/share/grafana/public/build/3149.a5295654e3ef024ba8a2.js
/usr/share/grafana/public/build/3149.a5295654e3ef024ba8a2.js.map
/usr/share/grafana/public/build/3215.30e8dd74debb64b22eda.js
/usr/share/grafana/public/build/3215.30e8dd74debb64b22eda.js.map
/usr/share/grafana/public/build/3232.5086e26b9443c0c7e85d.js
/usr/share/grafana/public/build/3232.5086e26b9443c0c7e85d.js.map
/usr/share/grafana/public/build/3241.c4afeb01aa936f320cb1.js
/usr/share/grafana/public/build/3241.c4afeb01aa936f320cb1.js.map
/usr/share/grafana/public/build/3338.e6409df602983d331b43.js
/usr/share/grafana/public/build/3338.e6409df602983d331b43.js.map
/usr/share/grafana/public/build/3341.7f5db5dd8afb5ae0ea92.js
/usr/share/grafana/public/build/3341.7f5db5dd8afb5ae0ea92.js.map
/usr/share/grafana/public/build/3413.d7348bbdc4914b32e2fa.js
/usr/share/grafana/public/build/3413.d7348bbdc4914b32e2fa.js.map
/usr/share/grafana/public/build/3608.ff8ef5558b4fbf9efdf9.js
/usr/share/grafana/public/build/3608.ff8ef5558b4fbf9efdf9.js.map
/usr/share/grafana/public/build/3699.56716aca28b9e7c4251e.js
/usr/share/grafana/public/build/3699.56716aca28b9e7c4251e.js.map
/usr/share/grafana/public/build/3703.4ea05839dbfe76c52d73.js
/usr/share/grafana/public/build/3703.4ea05839dbfe76c52d73.js.map
/usr/share/grafana/public/build/3758.6c2c7266059deaeccf41.js
/usr/share/grafana/public/build/3758.6c2c7266059deaeccf41.js.map
/usr/share/grafana/public/build/3832.e805dcab91319c376dea.js
/usr/share/grafana/public/build/3832.e805dcab91319c376dea.js.map
/usr/share/grafana/public/build/3889.561d8b64322ed4353742.js
/usr/share/grafana/public/build/3889.561d8b64322ed4353742.js.map
/usr/share/grafana/public/build/3951.4e474348841d792ab1ba.js
/usr/share/grafana/public/build/3951.4e474348841d792ab1ba.js.map
/usr/share/grafana/public/build/401.66540148aa7ea47a3128.js
/usr/share/grafana/public/build/401.66540148aa7ea47a3128.js.map
/usr/share/grafana/public/build/4073.d26424cd376e63227dbc.js
/usr/share/grafana/public/build/4073.d26424cd376e63227dbc.js.map
/usr/share/grafana/public/build/4104.887fe44122846158a1c5.js
/usr/share/grafana/public/build/4104.887fe44122846158a1c5.js.map
/usr/share/grafana/public/build/4107.dcdb4e85e8553f25b17e.js
/usr/share/grafana/public/build/4107.dcdb4e85e8553f25b17e.js.map
/usr/share/grafana/public/build/4205.43a462f3bf052d5692af.js
/usr/share/grafana/public/build/4205.43a462f3bf052d5692af.js.map
/usr/share/grafana/public/build/4253.cb51a18d25fb06f1dfee.js
/usr/share/grafana/public/build/4253.cb51a18d25fb06f1dfee.js.map
/usr/share/grafana/public/build/4345.286ed7f02baea9c136a2.js
/usr/share/grafana/public/build/4345.286ed7f02baea9c136a2.js.map
/usr/share/grafana/public/build/447.413ef3f658f94fda0119.js
/usr/share/grafana/public/build/447.413ef3f658f94fda0119.js.map
/usr/share/grafana/public/build/4628.b5754f34a502a6653ba6.js
/usr/share/grafana/public/build/4628.b5754f34a502a6653ba6.js.map
/usr/share/grafana/public/build/4629.dd9bfb20c62e191d46f7.js
/usr/share/grafana/public/build/4629.dd9bfb20c62e191d46f7.js.map
/usr/share/grafana/public/build/4759.0221502cca8caeeb0a09.js
/usr/share/grafana/public/build/4759.0221502cca8caeeb0a09.js.map
/usr/share/grafana/public/build/4835.c0808b7953e55c821116.js
/usr/share/grafana/public/build/4835.c0808b7953e55c821116.js.map
/usr/share/grafana/public/build/4923.00d206097aa85e85865b.js
/usr/share/grafana/public/build/4923.00d206097aa85e85865b.js.map
/usr/share/grafana/public/build/4937.61885dcfdb192df49320.js
/usr/share/grafana/public/build/4937.61885dcfdb192df49320.js.map
/usr/share/grafana/public/build/4951.148d378508347e189b0e.js
/usr/share/grafana/public/build/4951.148d378508347e189b0e.js.map
/usr/share/grafana/public/build/4963.4a4e80afbc17f39f3350.js
/usr/share/grafana/public/build/4963.4a4e80afbc17f39f3350.js.map
/usr/share/grafana/public/build/5001.885ffb427c1306081934.js
/usr/share/grafana/public/build/5001.885ffb427c1306081934.js.map
/usr/share/grafana/public/build/5120.32da32bd5eb3c1ea00ee.js
/usr/share/grafana/public/build/5120.32da32bd5eb3c1ea00ee.js.map
/usr/share/grafana/public/build/518.3dc45836b738c6cdb456.js
/usr/share/grafana/public/build/518.3dc45836b738c6cdb456.js.map
/usr/share/grafana/public/build/5191.4542603cffb4e7486e83.js
/usr/share/grafana/public/build/5197.4fb46e8a8116529bf377.js
/usr/share/grafana/public/build/5197.4fb46e8a8116529bf377.js.map
/usr/share/grafana/public/build/5266.513a9db1a49d6bb02ab2.js
/usr/share/grafana/public/build/5266.513a9db1a49d6bb02ab2.js.map
/usr/share/grafana/public/build/5299.aea71d17d995ab6f1373.js
/usr/share/grafana/public/build/5299.aea71d17d995ab6f1373.js.map
/usr/share/grafana/public/build/5369.269243967df7c484c12e.js
/usr/share/grafana/public/build/5369.269243967df7c484c12e.js.map
/usr/share/grafana/public/build/5379.e9e7cbbe00c2ce64a50f.js
/usr/share/grafana/public/build/5379.e9e7cbbe00c2ce64a50f.js.map
/usr/share/grafana/public/build/5388.7539c1dbeab2e3cb0fb7.js
/usr/share/grafana/public/build/5388.7539c1dbeab2e3cb0fb7.js.map
/usr/share/grafana/public/build/5389.5f14b37d3b0509c11711.js
/usr/share/grafana/public/build/5389.5f14b37d3b0509c11711.js.map
/usr/share/grafana/public/build/5394.5725aacbba904c607896.js
/usr/share/grafana/public/build/5394.5725aacbba904c607896.js.map
/usr/share/grafana/public/build/5440.7093e61748e501d4bb3f.js
/usr/share/grafana/public/build/5440.7093e61748e501d4bb3f.js.map
/usr/share/grafana/public/build/5487.2c8589866f9f51fd7b58.js
/usr/share/grafana/public/build/5487.2c8589866f9f51fd7b58.js.map
/usr/share/grafana/public/build/5517.b4a9e07e99688fb23d24.js
/usr/share/grafana/public/build/5517.b4a9e07e99688fb23d24.js.map
/usr/share/grafana/public/build/5528.7c104bdc5874fa216691.js
/usr/share/grafana/public/build/5528.7c104bdc5874fa216691.js.map
/usr/share/grafana/public/build/5546.fa4500180bf5d3a0bd1c.js
/usr/share/grafana/public/build/5546.fa4500180bf5d3a0bd1c.js.map
/usr/share/grafana/public/build/5591.2ceb46a4c22a75b428f3.js
/usr/share/grafana/public/build/5591.2ceb46a4c22a75b428f3.js.map
/usr/share/grafana/public/build/5592.0a6feb85cf1ca8115661.js
/usr/share/grafana/public/build/5592.0a6feb85cf1ca8115661.js.map
/usr/share/grafana/public/build/5695.264a340df03ecb1ab614.js
/usr/share/grafana/public/build/5695.264a340df03ecb1ab614.js.map
/usr/share/grafana/public/build/5837.8ab393994dc53896dff5.js
/usr/share/grafana/public/build/5837.8ab393994dc53896dff5.js.map
/usr/share/grafana/public/build/5888.2cefe2ada56cdc23794c.js
/usr/share/grafana/public/build/5888.2cefe2ada56cdc23794c.js.map
/usr/share/grafana/public/build/5890.aeee39fcf36c85c972ad.js
/usr/share/grafana/public/build/5890.aeee39fcf36c85c972ad.js.map
/usr/share/grafana/public/build/5939.949dabcd13672dda4bcd.js
/usr/share/grafana/public/build/5939.949dabcd13672dda4bcd.js.map
/usr/share/grafana/public/build/5945.ac36a0c51cf7581a7f9f.js
/usr/share/grafana/public/build/5945.ac36a0c51cf7581a7f9f.js.map
/usr/share/grafana/public/build/6016.97bd978d61c9d2453885.js
/usr/share/grafana/public/build/6016.97bd978d61c9d2453885.js.map
/usr/share/grafana/public/build/6087.bbc9e86d53f5803ef2bb.js
/usr/share/grafana/public/build/6087.bbc9e86d53f5803ef2bb.js.map
/usr/share/grafana/public/build/6146.27384226edb568cf8bb2.js
/usr/share/grafana/public/build/6146.27384226edb568cf8bb2.js.map
/usr/share/grafana/public/build/6219.2468f799f75a2723936c.js
/usr/share/grafana/public/build/6219.2468f799f75a2723936c.js.map
/usr/share/grafana/public/build/624.004e8b47063bb0286eb8.js
/usr/share/grafana/public/build/624.004e8b47063bb0286eb8.js.map
/usr/share/grafana/public/build/6330.8c87cf82a7886346917b.js
/usr/share/grafana/public/build/6330.8c87cf82a7886346917b.js.map
/usr/share/grafana/public/build/6332.4e74f58cad6d2a894efa.js
/usr/share/grafana/public/build/6332.4e74f58cad6d2a894efa.js.map
/usr/share/grafana/public/build/6338.40e0e369786afedbb7fe.js
/usr/share/grafana/public/build/6338.40e0e369786afedbb7fe.js.map
/usr/share/grafana/public/build/6355.e33747f1d326e00cba20.js
/usr/share/grafana/public/build/6355.e33747f1d326e00cba20.js.map
/usr/share/grafana/public/build/6419.f5f256706957a4c2c84e.js
/usr/share/grafana/public/build/6419.f5f256706957a4c2c84e.js.map
/usr/share/grafana/public/build/6427.ccfdbab29b80fdfdbf53.js
/usr/share/grafana/public/build/6427.ccfdbab29b80fdfdbf53.js.map
/usr/share/grafana/public/build/6490.34e972508a3c1a045839.js
/usr/share/grafana/public/build/6490.34e972508a3c1a045839.js.map
/usr/share/grafana/public/build/6624.487da6c4c3b65ffd36be.js
/usr/share/grafana/public/build/6624.487da6c4c3b65ffd36be.js.map
/usr/share/grafana/public/build/6665.08aae79ea58eb2cd7431.js
/usr/share/grafana/public/build/6665.08aae79ea58eb2cd7431.js.map
/usr/share/grafana/public/build/6671.27c23b43b685e9449da5.js
/usr/share/grafana/public/build/6671.27c23b43b685e9449da5.js.map
/usr/share/grafana/public/build/6767.23529a21d6c5a88d3fb8.js
/usr/share/grafana/public/build/6767.23529a21d6c5a88d3fb8.js.map
/usr/share/grafana/public/build/6769.140738764401e043b974.js
/usr/share/grafana/public/build/6769.140738764401e043b974.js.map
/usr/share/grafana/public/build/6826.67b44c3524b6a1402b8d.js
/usr/share/grafana/public/build/6826.67b44c3524b6a1402b8d.js.map
/usr/share/grafana/public/build/6902.ba8eff275841c74b52c8.js
/usr/share/grafana/public/build/6902.ba8eff275841c74b52c8.js.map
/usr/share/grafana/public/build/6912.4c7df7274de0a9f8593f.js
/usr/share/grafana/public/build/6912.4c7df7274de0a9f8593f.js.map
/usr/share/grafana/public/build/6919.90cc4988940f615d1524.js
/usr/share/grafana/public/build/6919.90cc4988940f615d1524.js.map
/usr/share/grafana/public/build/6941.c84a5fbde942398f2f72.js
/usr/share/grafana/public/build/6941.c84a5fbde942398f2f72.js.map
/usr/share/grafana/public/build/6954.c6e0b5720d2e08179ad9.js
/usr/share/grafana/public/build/6954.c6e0b5720d2e08179ad9.js.map
/usr/share/grafana/public/build/7091.af1ddc47b9d9cba16711.js
/usr/share/grafana/public/build/7091.af1ddc47b9d9cba16711.js.map
/usr/share/grafana/public/build/7252.b2afdf279f50344fbe6c.js
/usr/share/grafana/public/build/7252.b2afdf279f50344fbe6c.js.map
/usr/share/grafana/public/build/7257.7fb7a91e86f843b36165.js
/usr/share/grafana/public/build/7257.7fb7a91e86f843b36165.js.map
/usr/share/grafana/public/build/7321.60e2d9dc554ac4e65316.js
/usr/share/grafana/public/build/7321.60e2d9dc554ac4e65316.js.map
/usr/share/grafana/public/build/736.83d7f52deb0dccadc189.js
/usr/share/grafana/public/build/736.83d7f52deb0dccadc189.js.map
/usr/share/grafana/public/build/7414.230d9622b2f8f3f2b9bb.js
/usr/share/grafana/public/build/7414.230d9622b2f8f3f2b9bb.js.map
/usr/share/grafana/public/build/7424.cd1385a0db942d9a581d.js
/usr/share/grafana/public/build/7424.cd1385a0db942d9a581d.js.map
/usr/share/grafana/public/build/7428.287fe0174dc7a82f4e03.js
/usr/share/grafana/public/build/7428.287fe0174dc7a82f4e03.js.map
/usr/share/grafana/public/build/7566.6118ac5724ced70225ad.js
/usr/share/grafana/public/build/7566.6118ac5724ced70225ad.js.map
/usr/share/grafana/public/build/7596.d8eac0bafb38436fdb0b.js
/usr/share/grafana/public/build/7596.d8eac0bafb38436fdb0b.js.map
/usr/share/grafana/public/build/7628.9cbb2e9333486ad30b93.js
/usr/share/grafana/public/build/7628.9cbb2e9333486ad30b93.js.map
/usr/share/grafana/public/build/763.50c2b7d539052d12f78b.js
/usr/share/grafana/public/build/763.50c2b7d539052d12f78b.js.map
/usr/share/grafana/public/build/77.4e7ec0746c7de7149c91.js
/usr/share/grafana/public/build/77.4e7ec0746c7de7149c91.js.map
/usr/share/grafana/public/build/7787.cba291cac4fc119785cc.js
/usr/share/grafana/public/build/7787.cba291cac4fc119785cc.js.map
/usr/share/grafana/public/build/782.f6f4d3ea0c9c7b603f36.js
/usr/share/grafana/public/build/782.f6f4d3ea0c9c7b603f36.js.map
/usr/share/grafana/public/build/789.98ca0f684e9aa758b5ea.js
/usr/share/grafana/public/build/789.98ca0f684e9aa758b5ea.js.map
/usr/share/grafana/public/build/791.1693a3d5106fc7a5da41.js
/usr/share/grafana/public/build/791.1693a3d5106fc7a5da41.js.map
/usr/share/grafana/public/build/7932.4f19ee06474f59187235.js
/usr/share/grafana/public/build/7932.4f19ee06474f59187235.js.map
/usr/share/grafana/public/build/7966.a229a31a75c5821f259f.js
/usr/share/grafana/public/build/7966.a229a31a75c5821f259f.js.map
/usr/share/grafana/public/build/7995.d9496cd7269cd13d9c80.js
/usr/share/grafana/public/build/7995.d9496cd7269cd13d9c80.js.map
/usr/share/grafana/public/build/8012.ab340ce4cc0f0d91d57d.js
/usr/share/grafana/public/build/8012.ab340ce4cc0f0d91d57d.js.map
/usr/share/grafana/public/build/8082.4fe9523acd2c5300a4b1.js
/usr/share/grafana/public/build/8082.4fe9523acd2c5300a4b1.js.map
/usr/share/grafana/public/build/810.0721e32d9296295378e0.js
/usr/share/grafana/public/build/810.0721e32d9296295378e0.js.map
/usr/share/grafana/public/build/8127.fc2d3b4874b645360072.js
/usr/share/grafana/public/build/8127.fc2d3b4874b645360072.js.map
/usr/share/grafana/public/build/8197.c27b3ff9617440bfabf6.js
/usr/share/grafana/public/build/8197.c27b3ff9617440bfabf6.js.map
/usr/share/grafana/public/build/8266.1abbe57527ff3827a7f8.js
/usr/share/grafana/public/build/8266.1abbe57527ff3827a7f8.js.map
/usr/share/grafana/public/build/8269.34a406a621fc1aa57d02.js
/usr/share/grafana/public/build/8269.34a406a621fc1aa57d02.js.map
/usr/share/grafana/public/build/8296.ebf8e08018de52ab458e.js
/usr/share/grafana/public/build/8296.ebf8e08018de52ab458e.js.map
/usr/share/grafana/public/build/8541.84ef5020894463684e10.js
/usr/share/grafana/public/build/8541.84ef5020894463684e10.js.map
/usr/share/grafana/public/build/8631.c3db84ef0c5badf8452a.js
/usr/share/grafana/public/build/8631.c3db84ef0c5badf8452a.js.map
/usr/share/grafana/public/build/8651.f35f684819f4e4e939bf.js
/usr/share/grafana/public/build/8651.f35f684819f4e4e939bf.js.map
/usr/share/grafana/public/build/8719.3130c99ae56acf74fc19.js
/usr/share/grafana/public/build/8719.3130c99ae56acf74fc19.js.map
/usr/share/grafana/public/build/8735.c7f5eb30e632d92ba2dd.js
/usr/share/grafana/public/build/8735.c7f5eb30e632d92ba2dd.js.map
/usr/share/grafana/public/build/8746.6f548e3b235c0af521a6.js
/usr/share/grafana/public/build/8746.6f548e3b235c0af521a6.js.map
/usr/share/grafana/public/build/8811.4bfad926cde0ae8e6fff.js
/usr/share/grafana/public/build/8811.4bfad926cde0ae8e6fff.js.map
/usr/share/grafana/public/build/8990.327925cc38162a35998f.js
/usr/share/grafana/public/build/8990.327925cc38162a35998f.js.map
/usr/share/grafana/public/build/9095.9cd13e6babf5fa467542.js
/usr/share/grafana/public/build/9095.9cd13e6babf5fa467542.js.map
/usr/share/grafana/public/build/9112.1e5f1c2242c922690a11.js
/usr/share/grafana/public/build/9112.1e5f1c2242c922690a11.js.map
/usr/share/grafana/public/build/9119.d391fe98664a816828c5.js
/usr/share/grafana/public/build/9119.d391fe98664a816828c5.js.map
/usr/share/grafana/public/build/9122.5a18d2bba1e5b3874b24.js
/usr/share/grafana/public/build/9122.5a18d2bba1e5b3874b24.js.map
/usr/share/grafana/public/build/9133.9424dff74cf50aab6079.js
/usr/share/grafana/public/build/9133.9424dff74cf50aab6079.js.map
/usr/share/grafana/public/build/9191.028395eebefba40141fa.js
/usr/share/grafana/public/build/9191.028395eebefba40141fa.js.map
/usr/share/grafana/public/build/9207.6a5552e5f5bd5b7d248f.js
/usr/share/grafana/public/build/9207.6a5552e5f5bd5b7d248f.js.map
/usr/share/grafana/public/build/9289.b10a0ab9096b7017da10.js
/usr/share/grafana/public/build/9289.b10a0ab9096b7017da10.js.map
/usr/share/grafana/public/build/937.47bdd617ac1463afcfff.js
/usr/share/grafana/public/build/937.47bdd617ac1463afcfff.js.map
/usr/share/grafana/public/build/9371.6b320063a5d907c0cebc.js
/usr/share/grafana/public/build/9371.6b320063a5d907c0cebc.js.map
/usr/share/grafana/public/build/9521.d57fe0b58a4cb6d0d606.js
/usr/share/grafana/public/build/9521.d57fe0b58a4cb6d0d606.js.map
/usr/share/grafana/public/build/9524.300cc988a37e8befc1fc.js
/usr/share/grafana/public/build/9524.300cc988a37e8befc1fc.js.map
/usr/share/grafana/public/build/9601.e08cbc22fb83508ef80d.js
/usr/share/grafana/public/build/9601.e08cbc22fb83508ef80d.js.map
/usr/share/grafana/public/build/9758.e00ad1e226c89933ae6c.js
/usr/share/grafana/public/build/9758.e00ad1e226c89933ae6c.js.map
/usr/share/grafana/public/build/988.3117daab08d33416e8db.js
/usr/share/grafana/public/build/988.3117daab08d33416e8db.js.map
/usr/share/grafana/public/build/9923.019ed001f0dfbc4d5c10.js
/usr/share/grafana/public/build/9923.019ed001f0dfbc4d5c10.js.map
/usr/share/grafana/public/build/9960.447b852eb7944ea0f62d.js
/usr/share/grafana/public/build/9960.447b852eb7944ea0f62d.js.map
/usr/share/grafana/public/build/AdminAuthentication.b9495d0722037d1c75b4.js
/usr/share/grafana/public/build/AdminAuthentication.b9495d0722037d1c75b4.js.map
/usr/share/grafana/public/build/AdminEditOrgPage.044915e5e104a6704f06.js
/usr/share/grafana/public/build/AdminEditOrgPage.044915e5e104a6704f06.js.map
/usr/share/grafana/public/build/AdminFeatureTogglesPage.a2e3ad9188efa68c4725.js
/usr/share/grafana/public/build/AdminFeatureTogglesPage.a2e3ad9188efa68c4725.js.map
/usr/share/grafana/public/build/AdminListOrgsPage.7532225882b19a4d98fb.js
/usr/share/grafana/public/build/AdminListOrgsPage.7532225882b19a4d98fb.js.map
/usr/share/grafana/public/build/AdminSettings.0e831757f8bf3942c14f.js
/usr/share/grafana/public/build/AdminSettings.0e831757f8bf3942c14f.js.map
/usr/share/grafana/public/build/AlertAmRoutes.37fd49d1f5ad0c73badd.js
/usr/share/grafana/public/build/AlertAmRoutes.37fd49d1f5ad0c73badd.js.map
/usr/share/grafana/public/build/AlertGroups.b7a21b51511e58d4f9ca.js
/usr/share/grafana/public/build/AlertGroups.b7a21b51511e58d4f9ca.js.map
/usr/share/grafana/public/build/AlertRuleListIndex.7a0a9dc57757541d072a.js
/usr/share/grafana/public/build/AlertRuleListIndex.7a0a9dc57757541d072a.js.map
/usr/share/grafana/public/build/AlertRuleListLegacy.9e89427689f53c00b379.js
/usr/share/grafana/public/build/AlertRuleListLegacy.9e89427689f53c00b379.js.map
/usr/share/grafana/public/build/AlertSilences.5fd1953e04b2beb33129.js
/usr/share/grafana/public/build/AlertSilences.5fd1953e04b2beb33129.js.map
/usr/share/grafana/public/build/AlertTabCtrl.d82a586174df9a415794.js
/usr/share/grafana/public/build/AlertTabCtrl.d82a586174df9a415794.js.map
/usr/share/grafana/public/build/AlertingAdmin.e8f0decb07159225cba2.js
/usr/share/grafana/public/build/AlertingAdmin.e8f0decb07159225cba2.js.map
/usr/share/grafana/public/build/AlertingFeatureTogglePage.24f37d4064dbbe7cd87c.js
/usr/share/grafana/public/build/AlertingFeatureTogglePage.24f37d4064dbbe7cd87c.js.map
/usr/share/grafana/public/build/AlertingHome.db74e67e5befeb814a86.js
/usr/share/grafana/public/build/AlertingHome.db74e67e5befeb814a86.js.map
/usr/share/grafana/public/build/AlertingRedirectToRule.c23a8d9e1b0819631908.js
/usr/share/grafana/public/build/AlertingRedirectToRule.c23a8d9e1b0819631908.js.map
/usr/share/grafana/public/build/AlertingRule.d3574cfe6b7f7793bc4a.js
/usr/share/grafana/public/build/AlertingRule.d3574cfe6b7f7793bc4a.js.map
/usr/share/grafana/public/build/AlertingRuleForm.5b5246e23591fa8d8e48.js
/usr/share/grafana/public/build/AlertingRuleForm.5b5246e23591fa8d8e48.js.map
/usr/share/grafana/public/build/AlertingUpgrade.77f09ac66dc4cedc48be.js
/usr/share/grafana/public/build/AlertingUpgrade.77f09ac66dc4cedc48be.js.map
/usr/share/grafana/public/build/AngularApp.202b562d4632ef2a4380.js
/usr/share/grafana/public/build/AngularApp.202b562d4632ef2a4380.js.map
/usr/share/grafana/public/build/ApiKeysPage.e107155a517bf3765a9a.js
/usr/share/grafana/public/build/ApiKeysPage.e107155a517bf3765a9a.js.map
/usr/share/grafana/public/build/BenchmarksPage.1608de8ad565292e5152.js
/usr/share/grafana/public/build/BenchmarksPage.1608de8ad565292e5152.js.map
/usr/share/grafana/public/build/ChangePasswordPage.4dead68be9b5e18eb113.js
/usr/share/grafana/public/build/ChangePasswordPage.4dead68be9b5e18eb113.js.map
/usr/share/grafana/public/build/Connections.605d5acf545afb14b97a.js
/usr/share/grafana/public/build/Connections.605d5acf545afb14b97a.js.map
/usr/share/grafana/public/build/CorrelationsFeatureToggle.f2592a2e4658f612d0c9.js
/usr/share/grafana/public/build/CorrelationsFeatureToggle.f2592a2e4658f612d0c9.js.map
/usr/share/grafana/public/build/CorrelationsPage.3657018c3de8fb12fc0a.js
/usr/share/grafana/public/build/CorrelationsPage.3657018c3de8fb12fc0a.js.map
/usr/share/grafana/public/build/CreateTeam.71ffcdaacaf0b9506041.js
/usr/share/grafana/public/build/CreateTeam.71ffcdaacaf0b9506041.js.map
/usr/share/grafana/public/build/DashboardImport.c4a2d3624b47e65160b7.js
/usr/share/grafana/public/build/DashboardImport.c4a2d3624b47e65160b7.js.map
/usr/share/grafana/public/build/DashboardListPage.f110aebdc9526b73bb99.js
/usr/share/grafana/public/build/DashboardListPage.f110aebdc9526b73bb99.js.map
/usr/share/grafana/public/build/DashboardPage.0862f691f97f8a3b7131.js
/usr/share/grafana/public/build/DashboardPage.0862f691f97f8a3b7131.js.map
/usr/share/grafana/public/build/DashboardPageProxy.9a83793fe531c557ba42.js
/usr/share/grafana/public/build/DashboardPageProxy.9a83793fe531c557ba42.js.map
/usr/share/grafana/public/build/DataTrailsPage.5745fe67782747d3221b.js
/usr/share/grafana/public/build/DataTrailsPage.5745fe67782747d3221b.js.map
/usr/share/grafana/public/build/EditNotificationChannelLegacy.e9f274c04abc8706a500.js
/usr/share/grafana/public/build/EditNotificationChannelLegacy.e9f274c04abc8706a500.js.map
/usr/share/grafana/public/build/FolderAlerting.0b8b97d667ca05d15fe2.js
/usr/share/grafana/public/build/FolderAlerting.0b8b97d667ca05d15fe2.js.map
/usr/share/grafana/public/build/FolderLibraryPanelsPage.f45878781478d8603559.js
/usr/share/grafana/public/build/FolderLibraryPanelsPage.f45878781478d8603559.js.map
/usr/share/grafana/public/build/LibraryPanelsPage.52da03f322aca2f8cc0e.js
/usr/share/grafana/public/build/LibraryPanelsPage.52da03f322aca2f8cc0e.js.map
/usr/share/grafana/public/build/ListPublicDashboardPage.f120133188e06f465493.js
/usr/share/grafana/public/build/ListPublicDashboardPage.f120133188e06f465493.js.map
/usr/share/grafana/public/build/MuteTimings.750ffed67745657f23f4.js
/usr/share/grafana/public/build/MuteTimings.750ffed67745657f23f4.js.map
/usr/share/grafana/public/build/NewNotificationChannelLegacy.cb7e7d2ae5eacfdb2191.js
/usr/share/grafana/public/build/NewNotificationChannelLegacy.cb7e7d2ae5eacfdb2191.js.map
/usr/share/grafana/public/build/NewOrgPage.08f787597e86f2967c83.js
/usr/share/grafana/public/build/NewOrgPage.08f787597e86f2967c83.js.map
/usr/share/grafana/public/build/NotificationsListLegacyPage.f7bc64e075b76837d04a.js
/usr/share/grafana/public/build/NotificationsListLegacyPage.f7bc64e075b76837d04a.js.map
/usr/share/grafana/public/build/NotificationsListPage.993e56a5036bc2bbd5c6.js
/usr/share/grafana/public/build/NotificationsListPage.993e56a5036bc2bbd5c6.js.map
/usr/share/grafana/public/build/NotificationsPage.b5b7ae68ad9e349d8070.js
/usr/share/grafana/public/build/NotificationsPage.b5b7ae68ad9e349d8070.js.map
/usr/share/grafana/public/build/OrgDetailsPage.e57b9c1fcd06fefb14ce.js
/usr/share/grafana/public/build/OrgDetailsPage.e57b9c1fcd06fefb14ce.js.map
/usr/share/grafana/public/build/PlaylistEditPage.c3346f750008d34ec13d.js
/usr/share/grafana/public/build/PlaylistEditPage.c3346f750008d34ec13d.js.map
/usr/share/grafana/public/build/PlaylistNewPage.26bc2f92ee1ba2b45b71.js
/usr/share/grafana/public/build/PlaylistNewPage.26bc2f92ee1ba2b45b71.js.map
/usr/share/grafana/public/build/PlaylistPage.74035fb1e54731e2764f.js
/usr/share/grafana/public/build/PlaylistPage.74035fb1e54731e2764f.js.map
/usr/share/grafana/public/build/PlaylistStartPage.74bfa24a09f4d721ec4d.js
/usr/share/grafana/public/build/PlaylistStartPage.74bfa24a09f4d721ec4d.js.map
/usr/share/grafana/public/build/PluginListPage.a57a6b85dbe377333c18.js
/usr/share/grafana/public/build/PluginListPage.a57a6b85dbe377333c18.js.map
/usr/share/grafana/public/build/PluginPage.9c407ae3609bb9f8efa1.js
/usr/share/grafana/public/build/PluginPage.9c407ae3609bb9f8efa1.js.map
/usr/share/grafana/public/build/ProfileFeatureTogglePage.2e923601ad029a67d1d2.js
/usr/share/grafana/public/build/ProfileFeatureTogglePage.2e923601ad029a67d1d2.js.map
/usr/share/grafana/public/build/PublicDashboardPage.0b0cb23a0bdc47f8161d.js
/usr/share/grafana/public/build/PublicDashboardPage.0b0cb23a0bdc47f8161d.js.map
/usr/share/grafana/public/build/SelectOrgPage.9ceb53c1683cdb9e6566.js
/usr/share/grafana/public/build/SelectOrgPage.9ceb53c1683cdb9e6566.js.map
/usr/share/grafana/public/build/SendResetMailPage.848d3724d50a9e92ff11.js
/usr/share/grafana/public/build/SendResetMailPage.848d3724d50a9e92ff11.js.map
/usr/share/grafana/public/build/ServerStats.dfcf4c3f3c1dd82d4580.js
/usr/share/grafana/public/build/ServerStats.dfcf4c3f3c1dd82d4580.js.map
/usr/share/grafana/public/build/ServiceAccountCreatePage.d94b1bd08d3fb7d4f82f.js
/usr/share/grafana/public/build/ServiceAccountCreatePage.d94b1bd08d3fb7d4f82f.js.map
/usr/share/grafana/public/build/ServiceAccountPage.93aafdc9129ece237778.js
/usr/share/grafana/public/build/ServiceAccountPage.93aafdc9129ece237778.js.map
/usr/share/grafana/public/build/ServiceAccountsPage.59917e101bb5c03c9cd1.js
/usr/share/grafana/public/build/ServiceAccountsPage.59917e101bb5c03c9cd1.js.map
/usr/share/grafana/public/build/SignupInvited.5e95879d9dc22f947133.js
/usr/share/grafana/public/build/SignupInvited.5e95879d9dc22f947133.js.map
/usr/share/grafana/public/build/SnapshotListPage.d2e439dd409b62506a13.js
/usr/share/grafana/public/build/SnapshotListPage.d2e439dd409b62506a13.js.map
/usr/share/grafana/public/build/SoloPanelPage.b2c82e4fea824bfebfda.js
/usr/share/grafana/public/build/SoloPanelPage.b2c82e4fea824bfebfda.js.map
/usr/share/grafana/public/build/StoragePage.83819ce5f382147950ab.js
/usr/share/grafana/public/build/StoragePage.83819ce5f382147950ab.js.map
/usr/share/grafana/public/build/SupportBundles.e67da98037af97892a52.js
/usr/share/grafana/public/build/SupportBundles.e67da98037af97892a52.js.map
/usr/share/grafana/public/build/SupportBundlesCreate.0a0efa61af5a83334494.js
/usr/share/grafana/public/build/SupportBundlesCreate.0a0efa61af5a83334494.js.map
/usr/share/grafana/public/build/TeamList.8cf02a6a0c8896eef1f0.js
/usr/share/grafana/public/build/TeamList.8cf02a6a0c8896eef1f0.js.map
/usr/share/grafana/public/build/TeamPages.4d3c63c71f4efbef50d4.js
/usr/share/grafana/public/build/TeamPages.4d3c63c71f4efbef50d4.js.map
/usr/share/grafana/public/build/TestStuffPage.1098fe8553dac4a85ea1.js
/usr/share/grafana/public/build/TestStuffPage.1098fe8553dac4a85ea1.js.map
/usr/share/grafana/public/build/UserCreatePage.c81ef067080f98ba0146.js
/usr/share/grafana/public/build/UserCreatePage.c81ef067080f98ba0146.js.map
/usr/share/grafana/public/build/UserInvitePage.f25e4e48e20483c0ecf7.js
/usr/share/grafana/public/build/UserInvitePage.f25e4e48e20483c0ecf7.js.map
/usr/share/grafana/public/build/UserListPage.301510305c9310c54041.js
/usr/share/grafana/public/build/UserListPage.301510305c9310c54041.js.map
/usr/share/grafana/public/build/UserProfileEditPage.c6bd673d63d371b0c77c.js
/usr/share/grafana/public/build/UserProfileEditPage.c6bd673d63d371b0c77c.js.map
/usr/share/grafana/public/build/UsersListPage.ba920a113f493d39cf29.js
/usr/share/grafana/public/build/UsersListPage.ba920a113f493d39cf29.js.map
/usr/share/grafana/public/build/alertmanagerPlugin.624a188a13d143f1ae38.js
/usr/share/grafana/public/build/alertmanagerPlugin.624a188a13d143f1ae38.js.map
/usr/share/grafana/public/build/app.c2faacd1cdb0256ef83f.js
/usr/share/grafana/public/build/app.c2faacd1cdb0256ef83f.js.map
/usr/share/grafana/public/build/assets-manifest.json
/usr/share/grafana/public/build/azureMonitorPlugin.227ce04965b3711e55cf.js
/usr/share/grafana/public/build/azureMonitorPlugin.227ce04965b3711e55cf.js.map
/usr/share/grafana/public/build/brace.f1f8d55dd8fdb826c203.js
/usr/share/grafana/public/build/brace.f1f8d55dd8fdb826c203.js.map
/usr/share/grafana/public/build/canvasPanel.986ed2a53d616d2b1d29.js
/usr/share/grafana/public/build/canvasPanel.986ed2a53d616d2b1d29.js.map
/usr/share/grafana/public/build/cloudMonitoringPlugin.60acb116a7d37e7eebf3.js
/usr/share/grafana/public/build/cloudMonitoringPlugin.60acb116a7d37e7eebf3.js.map
/usr/share/grafana/public/build/cloudwatchPlugin.e181c0a70bca99066181.js
/usr/share/grafana/public/build/cloudwatchPlugin.e181c0a70bca99066181.js.map
/usr/share/grafana/public/build/dark.a2212d3486121d8d85e6.js
/usr/share/grafana/public/build/elasticsearchPlugin.33a3fa3a36d580167bc3.js
/usr/share/grafana/public/build/elasticsearchPlugin.33a3fa3a36d580167bc3.js.map
/usr/share/grafana/public/build/explore-feature-toggle-page.50398398ecdeaf58968c.js
/usr/share/grafana/public/build/explore-feature-toggle-page.50398398ecdeaf58968c.js.map
/usr/share/grafana/public/build/explore.7434bac7da2e44a9c443.js
/usr/share/grafana/public/build/explore.7434bac7da2e44a9c443.js.map
/usr/share/grafana/public/build/geomapPanel.8f44ba570611dfc5113b.js
/usr/share/grafana/public/build/geomapPanel.8f44ba570611dfc5113b.js.map
/usr/share/grafana/public/build/grafana.dark.a35ab2f0e97f76480fa2.css
/usr/share/grafana/public/build/grafana.light.8dcd1be190e1a31ec016.css
/usr/share/grafana/public/build/grafanaPlugin.a038103b5e4b1fc31328.js
/usr/share/grafana/public/build/grafanaPlugin.a038103b5e4b1fc31328.js.map
/usr/share/grafana/public/build/graphPlugin.e9f33fd791481722a609.js
/usr/share/grafana/public/build/graphPlugin.e9f33fd791481722a609.js.map
/usr/share/grafana/public/build/graphitePlugin.7c79ac50db9b320e03fa.js
/usr/share/grafana/public/build/graphitePlugin.7c79ac50db9b320e03fa.js.map
/usr/share/grafana/public/build/heatmapPanel.d0d81645401f8f58576a.js
/usr/share/grafana/public/build/heatmapPanel.d0d81645401f8f58576a.js.map
/usr/share/grafana/public/build/influxdbPlugin.091fe5049db4d59f86c8.js
/usr/share/grafana/public/build/jaegerPlugin.d868824747f62cf639d3.js
/usr/share/grafana/public/build/jaegerPlugin.d868824747f62cf639d3.js.map
/usr/share/grafana/public/build/light.9c3939717055f231e000.js
/usr/share/grafana/public/build/loki-query-field.55cc7bd9d5cccfd1d516.js
/usr/share/grafana/public/build/loki-query-field.55cc7bd9d5cccfd1d516.js.map
/usr/share/grafana/public/build/lokiPlugin.cc1d5d5bb34f38026718.js
/usr/share/grafana/public/build/lokiPlugin.cc1d5d5bb34f38026718.js.map
/usr/share/grafana/public/build/mixedPlugin.675f1b3373954322650a.js
/usr/share/grafana/public/build/mssqlPlugin.a06e2a36f8b129a0a5f7.js
/usr/share/grafana/public/build/mssqlPlugin.a06e2a36f8b129a0a5f7.js.map
/usr/share/grafana/public/build/mysqlPlugin.80de70c96deb6e41f5dc.js
/usr/share/grafana/public/build/mysqlPlugin.80de70c96deb6e41f5dc.js.map
/usr/share/grafana/public/build/opentsdbPlugin.a1b162b1859720f9f273.js
/usr/share/grafana/public/build/opentsdbPlugin.a1b162b1859720f9f273.js.map
/usr/share/grafana/public/build/parcaPlugin.0a825a931a41fe2dc7ed.js
/usr/share/grafana/public/build/parcaPlugin.0a825a931a41fe2dc7ed.js.map
/usr/share/grafana/public/build/postgresPlugin.3b3a9e65948c459db45f.js
/usr/share/grafana/public/build/postgresPlugin.3b3a9e65948c459db45f.js.map
/usr/share/grafana/public/build/prom-query-field.4274b24d8c05683d9cc5.js
/usr/share/grafana/public/build/prom-query-field.4274b24d8c05683d9cc5.js.map
/usr/share/grafana/public/build/prometheusPlugin.f2940e59af127f0ed4ed.js
/usr/share/grafana/public/build/prometheusPlugin.f2940e59af127f0ed4ed.js.map
/usr/share/grafana/public/build/pyroscopePlugin.dad7880c55ea631672e3.js
/usr/share/grafana/public/build/pyroscopePlugin.dad7880c55ea631672e3.js.map
/usr/share/grafana/public/build/react-monaco-editor.152200de9cef4e629cf6.js
/usr/share/grafana/public/build/react-monaco-editor.152200de9cef4e629cf6.js.map
/usr/share/grafana/public/build/runtime.d95e70c873014e39db77.js
/usr/share/grafana/public/build/runtime.d95e70c873014e39db77.js.map
/usr/share/grafana/public/build/scenes.d475b9833ef62dd3e5be.js
/usr/share/grafana/public/build/scenes.d475b9833ef62dd3e5be.js.map
/usr/share/grafana/public/build/static
/usr/share/grafana/public/build/static/img
/usr/share/grafana/public/build/static/img/AI_Logo_color.1dc03fee.svg
/usr/share/grafana/public/build/static/img/codicon.b797181c.ttf
/usr/share/grafana/public/build/tableOldPlugin.5ac8e57dcf41d50a21d7.js
/usr/share/grafana/public/build/tableOldPlugin.5ac8e57dcf41d50a21d7.js.map
/usr/share/grafana/public/build/tempoPlugin.4f7735f5514571aa81f3.js
/usr/share/grafana/public/build/tempoPlugin.4f7735f5514571aa81f3.js.map
/usr/share/grafana/public/build/testDataDSPlugin.73eea7f8301b2bf73c26.js
/usr/share/grafana/public/build/testDataDSPlugin.73eea7f8301b2bf73c26.js.map
/usr/share/grafana/public/build/visjs-network.f2f32b766eaac5c87526.js
/usr/share/grafana/public/build/visjs-network.f2f32b766eaac5c87526.js.map
/usr/share/grafana/public/build/zipkinPlugin.1ebd2c668e5fb1267743.js
/usr/share/grafana/public/build/zipkinPlugin.1ebd2c668e5fb1267743.js.map
/usr/share/grafana/public/dashboards
/usr/share/grafana/public/dashboards/default.json
/usr/share/grafana/public/dashboards/home.json
/usr/share/grafana/public/dashboards/scripted.js
/usr/share/grafana/public/dashboards/scripted_async.js
/usr/share/grafana/public/dashboards/scripted_templated.js
/usr/share/grafana/public/dashboards/template_vars.json
/usr/share/grafana/public/emails
/usr/share/grafana/public/emails/README.md
/usr/share/grafana/public/emails/alert_notification.html
/usr/share/grafana/public/emails/alert_notification.txt
/usr/share/grafana/public/emails/alert_notification_example.html
/usr/share/grafana/public/emails/invited_to_org.html
/usr/share/grafana/public/emails/invited_to_org.txt
/usr/share/grafana/public/emails/new_user_invite.html
/usr/share/grafana/public/emails/new_user_invite.txt
/usr/share/grafana/public/emails/ng_alert_notification.html
/usr/share/grafana/public/emails/ng_alert_notification.txt
/usr/share/grafana/public/emails/reset_password.html
/usr/share/grafana/public/emails/reset_password.txt
/usr/share/grafana/public/emails/signup_started.html
/usr/share/grafana/public/emails/signup_started.txt
/usr/share/grafana/public/emails/verify_email_update.html
/usr/share/grafana/public/emails/verify_email_update.txt
/usr/share/grafana/public/emails/welcome_on_signup.html
/usr/share/grafana/public/emails/welcome_on_signup.txt
/usr/share/grafana/public/fonts
/usr/share/grafana/public/fonts/FontAwesome.otf
/usr/share/grafana/public/fonts/fontawesome-webfont.eot
/usr/share/grafana/public/fonts/fontawesome-webfont.svg
/usr/share/grafana/public/fonts/fontawesome-webfont.ttf
/usr/share/grafana/public/fonts/fontawesome-webfont.woff
/usr/share/grafana/public/fonts/fontawesome-webfont.woff2
/usr/share/grafana/public/fonts/grafana-icons.eot
/usr/share/grafana/public/fonts/grafana-icons.svg
/usr/share/grafana/public/fonts/grafana-icons.ttf
/usr/share/grafana/public/fonts/grafana-icons.woff
/usr/share/grafana/public/fonts/inter
/usr/share/grafana/public/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2
/usr/share/grafana/public/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2
/usr/share/grafana/public/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2
/usr/share/grafana/public/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2
/usr/share/grafana/public/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2
/usr/share/grafana/public/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2
/usr/share/grafana/public/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2
/usr/share/grafana/public/fonts/roboto
/usr/share/grafana/public/fonts/roboto/L0xTDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vrtSM1J-gEPT5Ese6hmHSh0mQ.woff2
/usr/share/grafana/public/gazetteer
/usr/share/grafana/public/gazetteer/airports.geojson
/usr/share/grafana/public/gazetteer/countries.json
/usr/share/grafana/public/gazetteer/usa-states.json
/usr/share/grafana/public/img
/usr/share/grafana/public/img/alert_howto_new.png
/usr/share/grafana/public/img/alerting
/usr/share/grafana/public/img/alerting/at_a_glance_dark.svg
/usr/share/grafana/public/img/alerting/at_a_glance_light.svg
/usr/share/grafana/public/img/alerting/mimir_logo.svg
/usr/share/grafana/public/img/alerting/mimir_logo_recording.svg
/usr/share/grafana/public/img/alerting/oncall_logo.svg
/usr/share/grafana/public/img/alerting/welcome_cta_bg_dark.svg
/usr/share/grafana/public/img/alerting/welcome_cta_bg_light.svg
/usr/share/grafana/public/img/angle_gradient_light_rev.png
/usr/share/grafana/public/img/angle_gradient_rev.png
/usr/share/grafana/public/img/apple-touch-icon.png
/usr/share/grafana/public/img/background_tease.jpg
/usr/share/grafana/public/img/bg
/usr/share/grafana/public/img/bg/p0.png
/usr/share/grafana/public/img/bg/p1.png
/usr/share/grafana/public/img/bg/p2.png
/usr/share/grafana/public/img/bg/p3.png
/usr/share/grafana/public/img/bg/p4.png
/usr/share/grafana/public/img/bg/p5.png
/usr/share/grafana/public/img/bg/p6.png
/usr/share/grafana/public/img/browserconfig.xml
/usr/share/grafana/public/img/check_radio_sheet.png
/usr/share/grafana/public/img/checkbox.png
/usr/share/grafana/public/img/checkbox_white.png
/usr/share/grafana/public/img/critical.svg
/usr/share/grafana/public/img/cubes.png
/usr/share/grafana/public/img/enterprise
/usr/share/grafana/public/img/enterprise/highlights
/usr/share/grafana/public/img/enterprise/highlights/datasource-insights-dark.png
/usr/share/grafana/public/img/enterprise/highlights/datasource-insights-light.png
/usr/share/grafana/public/img/enterprise/highlights/ds-permissions-dark.png
/usr/share/grafana/public/img/enterprise/highlights/ds-permissions-light.png
/usr/share/grafana/public/img/enterprise/highlights/query-caching-dark.png
/usr/share/grafana/public/img/enterprise/highlights/query-caching-light.png
/usr/share/grafana/public/img/enterprise/highlights/recorded-queries-dark.png
/usr/share/grafana/public/img/enterprise/highlights/recorded-queries-light.png
/usr/share/grafana/public/img/enterprise/highlights/reporting-email.png
/usr/share/grafana/public/img/enterprise/highlights/team-sync-dark.png
/usr/share/grafana/public/img/enterprise/highlights/team-sync-light.png
/usr/share/grafana/public/img/enterprise/highlights/usage-insights-dark.png
/usr/share/grafana/public/img/enterprise/highlights/usage-insights-light.png
/usr/share/grafana/public/img/envelope.png
/usr/share/grafana/public/img/fav32.png
/usr/share/grafana/public/img/g8_home_v2.svg
/usr/share/grafana/public/img/g8_login_dark.svg
/usr/share/grafana/public/img/g8_login_light.svg
/usr/share/grafana/public/img/getting_started_bg_dark.svg
/usr/share/grafana/public/img/getting_started_bg_light.svg
/usr/share/grafana/public/img/glyphicons-halflings-white.png
/usr/share/grafana/public/img/glyphicons-halflings.png
/usr/share/grafana/public/img/grab_dark.svg
/usr/share/grafana/public/img/grab_light.svg
/usr/share/grafana/public/img/grafana_com_auth_icon.svg
/usr/share/grafana/public/img/grafana_enterprise_typelogo.svg
/usr/share/grafana/public/img/grafana_icon.svg
/usr/share/grafana/public/img/grafana_mask_icon.svg
/usr/share/grafana/public/img/grafana_mask_icon_white.svg
/usr/share/grafana/public/img/grafana_net_logo.svg
/usr/share/grafana/public/img/grafana_text_logo-dark.svg
/usr/share/grafana/public/img/grafana_text_logo-light.svg
/usr/share/grafana/public/img/grafana_text_logo_dark.svg
/usr/share/grafana/public/img/grafana_text_logo_light.svg
/usr/share/grafana/public/img/grafana_typelogo.svg
/usr/share/grafana/public/img/grafanaconline.png
/usr/share/grafana/public/img/graph404.svg
/usr/share/grafana/public/img/grot-404-dark.svg
/usr/share/grafana/public/img/grot-404-light.svg
/usr/share/grafana/public/img/grot-news.svg
/usr/share/grafana/public/img/heatmap_bg_test.svg
/usr/share/grafana/public/img/icn-app.svg
/usr/share/grafana/public/img/icn-dashboard-tiny.svg
/usr/share/grafana/public/img/icn-dashboard.svg
/usr/share/grafana/public/img/icn-datasource.svg
/usr/share/grafana/public/img/icn-panel.svg
/usr/share/grafana/public/img/icn-plugins-tiny.svg
/usr/share/grafana/public/img/icn-renderer.svg
/usr/share/grafana/public/img/icn-row.svg
/usr/share/grafana/public/img/icons
/usr/share/grafana/public/img/icons/custom
/usr/share/grafana/public/img/icons/custom/gf-bar-alignment-after.svg
/usr/share/grafana/public/img/icons/custom/gf-bar-alignment-before.svg
/usr/share/grafana/public/img/icons/custom/gf-bar-alignment-center.svg
/usr/share/grafana/public/img/icons/custom/gf-glue.svg
/usr/share/grafana/public/img/icons/custom/gf-grid.svg
/usr/share/grafana/public/img/icons/custom/gf-interpolation-linear.svg
/usr/share/grafana/public/img/icons/custom/gf-interpolation-smooth.svg
/usr/share/grafana/public/img/icons/custom/gf-interpolation-step-after.svg
/usr/share/grafana/public/img/icons/custom/gf-interpolation-step-before.svg
/usr/share/grafana/public/img/icons/custom/gf-landscape.svg
/usr/share/grafana/public/img/icons/custom/gf-layout-simple.svg
/usr/share/grafana/public/img/icons/custom/gf-logs.svg
/usr/share/grafana/public/img/icons/custom/gf-ml.svg
/usr/share/grafana/public/img/icons/custom/gf-movepane-left.svg
/usr/share/grafana/public/img/icons/custom/gf-movepane-right.svg
/usr/share/grafana/public/img/icons/custom/gf-pin.svg
/usr/share/grafana/public/img/icons/custom/gf-portrait.svg
/usr/share/grafana/public/img/icons/custom/gf-prometheus.svg
/usr/share/grafana/public/img/icons/custom/gf-service-account.svg
/usr/share/grafana/public/img/icons/custom/gf-show-context.svg
/usr/share/grafana/public/img/icons/custom/gf-traces.svg
/usr/share/grafana/public/img/icons/iot
/usr/share/grafana/public/img/icons/iot/drone.svg
/usr/share/grafana/public/img/icons/iot/faucet.svg
/usr/share/grafana/public/img/icons/iot/pump.svg
/usr/share/grafana/public/img/icons/marker
/usr/share/grafana/public/img/icons/marker/circle.svg
/usr/share/grafana/public/img/icons/marker/cross.svg
/usr/share/grafana/public/img/icons/marker/plane.svg
/usr/share/grafana/public/img/icons/marker/square.svg
/usr/share/grafana/public/img/icons/marker/star.svg
/usr/share/grafana/public/img/icons/marker/triangle.svg
/usr/share/grafana/public/img/icons/marker/x-mark.svg
/usr/share/grafana/public/img/icons/mono
/usr/share/grafana/public/img/icons/mono/apps.svg
/usr/share/grafana/public/img/icons/mono/bell.svg
/usr/share/grafana/public/img/icons/mono/circle-mono.svg
/usr/share/grafana/public/img/icons/mono/circle.svg
/usr/share/grafana/public/img/icons/mono/cog.svg
/usr/share/grafana/public/img/icons/mono/favorite.svg
/usr/share/grafana/public/img/icons/mono/folder-plus.svg
/usr/share/grafana/public/img/icons/mono/folder.svg
/usr/share/grafana/public/img/icons/mono/grafana.svg
/usr/share/grafana/public/img/icons/mono/heart-break.svg
/usr/share/grafana/public/img/icons/mono/heart.svg
/usr/share/grafana/public/img/icons/mono/import.svg
/usr/share/grafana/public/img/icons/mono/library-panel.svg
/usr/share/grafana/public/img/icons/mono/panel-add.svg
/usr/share/grafana/public/img/icons/mono/plus-square.svg
/usr/share/grafana/public/img/icons/mono/shield.svg
/usr/share/grafana/public/img/icons/mono/square-shape.svg
/usr/share/grafana/public/img/icons/solid
/usr/share/grafana/public/img/icons/solid/LICENSE_APACHE2
/usr/share/grafana/public/img/icons/solid/NOTICE.txt
/usr/share/grafana/public/img/icons/solid/airplay.svg
/usr/share/grafana/public/img/icons/solid/align-alt.svg
/usr/share/grafana/public/img/icons/solid/align-center-justify.svg
/usr/share/grafana/public/img/icons/solid/align-center.svg
/usr/share/grafana/public/img/icons/solid/align-justify.svg
/usr/share/grafana/public/img/icons/solid/align-left-justify.svg
/usr/share/grafana/public/img/icons/solid/align-left.svg
/usr/share/grafana/public/img/icons/solid/align-letter-right.svg
/usr/share/grafana/public/img/icons/solid/align-right-justify.svg
/usr/share/grafana/public/img/icons/solid/align-right.svg
/usr/share/grafana/public/img/icons/solid/analysis.svg
/usr/share/grafana/public/img/icons/solid/analytics.svg
/usr/share/grafana/public/img/icons/solid/anchor.svg
/usr/share/grafana/public/img/icons/solid/angle-double-down.svg
/usr/share/grafana/public/img/icons/solid/angle-double-left.svg
/usr/share/grafana/public/img/icons/solid/angle-double-right.svg
/usr/share/grafana/public/img/icons/solid/angle-double-up.svg
/usr/share/grafana/public/img/icons/solid/angle-down.svg
/usr/share/grafana/public/img/icons/solid/angle-left.svg
/usr/share/grafana/public/img/icons/solid/angle-right-b.svg
/usr/share/grafana/public/img/icons/solid/angle-right.svg
/usr/share/grafana/public/img/icons/solid/angle-up.svg
/usr/share/grafana/public/img/icons/solid/apps.svg
/usr/share/grafana/public/img/icons/solid/arrow-circle-down.svg
/usr/share/grafana/public/img/icons/solid/arrow-circle-left.svg
/usr/share/grafana/public/img/icons/solid/arrow-circle-right.svg
/usr/share/grafana/public/img/icons/solid/arrow-circle-up.svg
/usr/share/grafana/public/img/icons/solid/arrow-down-left.svg
/usr/share/grafana/public/img/icons/solid/arrow-down-right.svg
/usr/share/grafana/public/img/icons/solid/arrow-up-left.svg
/usr/share/grafana/public/img/icons/solid/arrow-up-right.svg
/usr/share/grafana/public/img/icons/solid/at.svg
/usr/share/grafana/public/img/icons/solid/bag.svg
/usr/share/grafana/public/img/icons/solid/bars.svg
/usr/share/grafana/public/img/icons/solid/battery-bolt.svg
/usr/share/grafana/public/img/icons/solid/battery-empty.svg
/usr/share/grafana/public/img/icons/solid/bookmark.svg
/usr/share/grafana/public/img/icons/solid/border-alt.svg
/usr/share/grafana/public/img/icons/solid/border-bottom.svg
/usr/share/grafana/public/img/icons/solid/border-clear.svg
/usr/share/grafana/public/img/icons/solid/border-horizontal.svg
/usr/share/grafana/public/img/icons/solid/border-inner.svg
/usr/share/grafana/public/img/icons/solid/border-left.svg
/usr/share/grafana/public/img/icons/solid/border-out.svg
/usr/share/grafana/public/img/icons/solid/border-right.svg
/usr/share/grafana/public/img/icons/solid/border-top.svg
/usr/share/grafana/public/img/icons/solid/border-vertical.svg
/usr/share/grafana/public/img/icons/solid/briefcase.svg
/usr/share/grafana/public/img/icons/solid/calender.svg
/usr/share/grafana/public/img/icons/solid/chart-pie.svg
/usr/share/grafana/public/img/icons/solid/chart.svg
/usr/share/grafana/public/img/icons/solid/check-circle.svg
/usr/share/grafana/public/img/icons/solid/check-square.svg
/usr/share/grafana/public/img/icons/solid/check.svg
/usr/share/grafana/public/img/icons/solid/circle-layer.svg
/usr/share/grafana/public/img/icons/solid/clinic-medical.svg
/usr/share/grafana/public/img/icons/solid/clock-eight.svg
/usr/share/grafana/public/img/icons/solid/clock-five.svg
/usr/share/grafana/public/img/icons/solid/clock-nine.svg
/usr/share/grafana/public/img/icons/solid/clock-seven.svg
/usr/share/grafana/public/img/icons/solid/clock-ten.svg
/usr/share/grafana/public/img/icons/solid/clock-three.svg
/usr/share/grafana/public/img/icons/solid/clock-two.svg
/usr/share/grafana/public/img/icons/solid/clock.svg
/usr/share/grafana/public/img/icons/solid/columns.svg
/usr/share/grafana/public/img/icons/solid/comment-dots.svg
/usr/share/grafana/public/img/icons/solid/compress.svg
/usr/share/grafana/public/img/icons/solid/corner-down-left.svg
/usr/share/grafana/public/img/icons/solid/corner-down-right.svg
/usr/share/grafana/public/img/icons/solid/corner-left-down.svg
/usr/share/grafana/public/img/icons/solid/corner-right-down.svg
/usr/share/grafana/public/img/icons/solid/corner-up-left.svg
/usr/share/grafana/public/img/icons/solid/corner-up-right.svg
/usr/share/grafana/public/img/icons/solid/coronavirus.svg
/usr/share/grafana/public/img/icons/solid/dialpad.svg
/usr/share/grafana/public/img/icons/solid/direction.svg
/usr/share/grafana/public/img/icons/solid/document-layout-center.svg
/usr/share/grafana/public/img/icons/solid/document-layout-left.svg
/usr/share/grafana/public/img/icons/solid/document-layout-right.svg
/usr/share/grafana/public/img/icons/solid/download-alt.svg
/usr/share/grafana/public/img/icons/solid/ellipsis-h.svg
/usr/share/grafana/public/img/icons/solid/ellipsis-v.svg
/usr/share/grafana/public/img/icons/solid/exclamation-circle.svg
/usr/share/grafana/public/img/icons/solid/exclamation-octagon.svg
/usr/share/grafana/public/img/icons/solid/exclamation-triangle.svg
/usr/share/grafana/public/img/icons/solid/favorite.svg
/usr/share/grafana/public/img/icons/solid/flip-h-alt.svg
/usr/share/grafana/public/img/icons/solid/flip-h.svg
/usr/share/grafana/public/img/icons/solid/flip-v-alt.svg
/usr/share/grafana/public/img/icons/solid/flip-v.svg
/usr/share/grafana/public/img/icons/solid/graph-bar.svg
/usr/share/grafana/public/img/icons/solid/grid.svg
/usr/share/grafana/public/img/icons/solid/grids.svg
/usr/share/grafana/public/img/icons/solid/grip-horizontal-line.svg
/usr/share/grafana/public/img/icons/solid/head-side-cough.svg
/usr/share/grafana/public/img/icons/solid/head-side-mask.svg
/usr/share/grafana/public/img/icons/solid/head-side.svg
/usr/share/grafana/public/img/icons/solid/history-alt.svg
/usr/share/grafana/public/img/icons/solid/history.svg
/usr/share/grafana/public/img/icons/solid/horizontal-align-left.svg
/usr/share/grafana/public/img/icons/solid/hospital-square-sign.svg
/usr/share/grafana/public/img/icons/solid/hospital-symbol.svg
/usr/share/grafana/public/img/icons/solid/hospital.svg
/usr/share/grafana/public/img/icons/solid/house-user.svg
/usr/share/grafana/public/img/icons/solid/image-v.svg
/usr/share/grafana/public/img/icons/solid/key-skeleton-alt.svg
/usr/share/grafana/public/img/icons/solid/key-skeleton.svg
/usr/share/grafana/public/img/icons/solid/keyhole-circle.svg
/usr/share/grafana/public/img/icons/solid/keyhole-square-full.svg
/usr/share/grafana/public/img/icons/solid/keyhole-square.svg
/usr/share/grafana/public/img/icons/solid/layer-group.svg
/usr/share/grafana/public/img/icons/solid/layers-alt.svg
/usr/share/grafana/public/img/icons/solid/left-indent-alt.svg
/usr/share/grafana/public/img/icons/solid/left-indent.svg
/usr/share/grafana/public/img/icons/solid/line-spacing.svg
/usr/share/grafana/public/img/icons/solid/link-h.svg
/usr/share/grafana/public/img/icons/solid/list-ui-alt.svg
/usr/share/grafana/public/img/icons/solid/list-ul.svg
/usr/share/grafana/public/img/icons/solid/lock-access.svg
/usr/share/grafana/public/img/icons/solid/lock-alt.svg
/usr/share/grafana/public/img/icons/solid/lock-open-alt.svg
/usr/share/grafana/public/img/icons/solid/lock.svg
/usr/share/grafana/public/img/icons/solid/microscope.svg
/usr/share/grafana/public/img/icons/solid/minus-square-full.svg
/usr/share/grafana/public/img/icons/solid/multiply.svg
/usr/share/grafana/public/img/icons/solid/object-group.svg
/usr/share/grafana/public/img/icons/solid/object-ungroup.svg
/usr/share/grafana/public/img/icons/solid/padlock.svg
/usr/share/grafana/public/img/icons/solid/paperclip.svg
/usr/share/grafana/public/img/icons/solid/paragraph.svg
/usr/share/grafana/public/img/icons/solid/pentagon.svg
/usr/share/grafana/public/img/icons/solid/polygon.svg
/usr/share/grafana/public/img/icons/solid/previous.svg
/usr/share/grafana/public/img/icons/solid/process.svg
/usr/share/grafana/public/img/icons/solid/record-audio.svg
/usr/share/grafana/public/img/icons/solid/redo.svg
/usr/share/grafana/public/img/icons/solid/refresh.svg
/usr/share/grafana/public/img/icons/solid/repeat.svg
/usr/share/grafana/public/img/icons/solid/right-indent-alt.svg
/usr/share/grafana/public/img/icons/solid/right-indent.svg
/usr/share/grafana/public/img/icons/solid/rocket.svg
/usr/share/grafana/public/img/icons/solid/ruler-combined.svg
/usr/share/grafana/public/img/icons/solid/ruler.svg
/usr/share/grafana/public/img/icons/solid/sanitizer-alt.svg
/usr/share/grafana/public/img/icons/solid/sanitizer.svg
/usr/share/grafana/public/img/icons/solid/scenery.svg
/usr/share/grafana/public/img/icons/solid/schedule.svg
/usr/share/grafana/public/img/icons/solid/shield-plus.svg
/usr/share/grafana/public/img/icons/solid/signal-alt-3.svg
/usr/share/grafana/public/img/icons/solid/signal-alt.svg
/usr/share/grafana/public/img/icons/solid/signout.svg
/usr/share/grafana/public/img/icons/solid/social-distancing.svg
/usr/share/grafana/public/img/icons/solid/sorting.svg
/usr/share/grafana/public/img/icons/solid/space-key.svg
/usr/share/grafana/public/img/icons/solid/square-full.svg
/usr/share/grafana/public/img/icons/solid/star-half-alt.svg
/usr/share/grafana/public/img/icons/solid/star.svg
/usr/share/grafana/public/img/icons/solid/step-forward.svg
/usr/share/grafana/public/img/icons/solid/stethoscope-alt.svg
/usr/share/grafana/public/img/icons/solid/stethoscope.svg
/usr/share/grafana/public/img/icons/solid/stopwatch.svg
/usr/share/grafana/public/img/icons/solid/store-slash.svg
/usr/share/grafana/public/img/icons/solid/subject.svg
/usr/share/grafana/public/img/icons/solid/sync-exclamation.svg
/usr/share/grafana/public/img/icons/solid/sync-slash.svg
/usr/share/grafana/public/img/icons/solid/table.svg
/usr/share/grafana/public/img/icons/solid/th-large.svg
/usr/share/grafana/public/img/icons/solid/times-circle.svg
/usr/share/grafana/public/img/icons/solid/toggle-off.svg
/usr/share/grafana/public/img/icons/solid/toggle-on.svg
/usr/share/grafana/public/img/icons/solid/toilet-paper.svg
/usr/share/grafana/public/img/icons/solid/triangle.svg
/usr/share/grafana/public/img/icons/solid/unlock-alt.svg
/usr/share/grafana/public/img/icons/solid/unlock.svg
/usr/share/grafana/public/img/icons/solid/upload-alt.svg
/usr/share/grafana/public/img/icons/solid/user-arrows.svg
/usr/share/grafana/public/img/icons/solid/user-md.svg
/usr/share/grafana/public/img/icons/solid/user-nurse.svg
/usr/share/grafana/public/img/icons/solid/vector-square-alt.svg
/usr/share/grafana/public/img/icons/solid/vector-square.svg
/usr/share/grafana/public/img/icons/solid/virus-slash.svg
/usr/share/grafana/public/img/icons/solid/web-grid-alt.svg
/usr/share/grafana/public/img/icons/solid/web-grid.svg
/usr/share/grafana/public/img/icons/solid/web-section-alt.svg
/usr/share/grafana/public/img/icons/solid/web-section.svg
/usr/share/grafana/public/img/icons/solid/window-grid.svg
/usr/share/grafana/public/img/icons/solid/window-maximize.svg
/usr/share/grafana/public/img/icons/solid/window-section.svg
/usr/share/grafana/public/img/icons/solid/wrap-text.svg
/usr/share/grafana/public/img/icons/unicons
/usr/share/grafana/public/img/icons/unicons/0-plus.svg
/usr/share/grafana/public/img/icons/unicons/10-plus.svg
/usr/share/grafana/public/img/icons/unicons/12-plus.svg
/usr/share/grafana/public/img/icons/unicons/13-plus.svg
/usr/share/grafana/public/img/icons/unicons/16-plus.svg
/usr/share/grafana/public/img/icons/unicons/17-plus.svg
/usr/share/grafana/public/img/icons/unicons/18-plus.svg
/usr/share/grafana/public/img/icons/unicons/21-plus.svg
/usr/share/grafana/public/img/icons/unicons/3-plus.svg
/usr/share/grafana/public/img/icons/unicons/500px.svg
/usr/share/grafana/public/img/icons/unicons/6-plus.svg
/usr/share/grafana/public/img/icons/unicons/LICENSE_APACHE2
/usr/share/grafana/public/img/icons/unicons/NOTICE.txt
/usr/share/grafana/public/img/icons/unicons/abacus.svg
/usr/share/grafana/public/img/icons/unicons/accessible-icon-alt.svg
/usr/share/grafana/public/img/icons/unicons/adjust-alt.svg
/usr/share/grafana/public/img/icons/unicons/adjust-circle.svg
/usr/share/grafana/public/img/icons/unicons/adjust-half.svg
/usr/share/grafana/public/img/icons/unicons/adjust.svg
/usr/share/grafana/public/img/icons/unicons/adobe-alt.svg
/usr/share/grafana/public/img/icons/unicons/adobe.svg
/usr/share/grafana/public/img/icons/unicons/ai.svg
/usr/share/grafana/public/img/icons/unicons/airplay.svg
/usr/share/grafana/public/img/icons/unicons/align-alt.svg
/usr/share/grafana/public/img/icons/unicons/align-center-alt.svg
/usr/share/grafana/public/img/icons/unicons/align-center-h.svg
/usr/share/grafana/public/img/icons/unicons/align-center-justify.svg
/usr/share/grafana/public/img/icons/unicons/align-center-v.svg
/usr/share/grafana/public/img/icons/unicons/align-center.svg
/usr/share/grafana/public/img/icons/unicons/align-justify.svg
/usr/share/grafana/public/img/icons/unicons/align-left-justify.svg
/usr/share/grafana/public/img/icons/unicons/align-left.svg
/usr/share/grafana/public/img/icons/unicons/align-letter-right.svg
/usr/share/grafana/public/img/icons/unicons/align-right-justify.svg
/usr/share/grafana/public/img/icons/unicons/align-right.svg
/usr/share/grafana/public/img/icons/unicons/align.svg
/usr/share/grafana/public/img/icons/unicons/amazon.svg
/usr/share/grafana/public/img/icons/unicons/ambulance.svg
/usr/share/grafana/public/img/icons/unicons/analysis.svg
/usr/share/grafana/public/img/icons/unicons/analytics.svg
/usr/share/grafana/public/img/icons/unicons/anchor.svg
/usr/share/grafana/public/img/icons/unicons/android-alt.svg
/usr/share/grafana/public/img/icons/unicons/android-phone-slash.svg
/usr/share/grafana/public/img/icons/unicons/android.svg
/usr/share/grafana/public/img/icons/unicons/angle-double-down.svg
/usr/share/grafana/public/img/icons/unicons/angle-double-left.svg
/usr/share/grafana/public/img/icons/unicons/angle-double-right.svg
/usr/share/grafana/public/img/icons/unicons/angle-double-up.svg
/usr/share/grafana/public/img/icons/unicons/angle-down.svg
/usr/share/grafana/public/img/icons/unicons/angle-left-b.svg
/usr/share/grafana/public/img/icons/unicons/angle-left.svg
/usr/share/grafana/public/img/icons/unicons/angle-right-b.svg
/usr/share/grafana/public/img/icons/unicons/angle-right.svg
/usr/share/grafana/public/img/icons/unicons/angle-up.svg
/usr/share/grafana/public/img/icons/unicons/angry.svg
/usr/share/grafana/public/img/icons/unicons/ankh.svg
/usr/share/grafana/public/img/icons/unicons/annoyed-alt.svg
/usr/share/grafana/public/img/icons/unicons/annoyed.svg
/usr/share/grafana/public/img/icons/unicons/apple-alt.svg
/usr/share/grafana/public/img/icons/unicons/apple.svg
/usr/share/grafana/public/img/icons/unicons/application-observability.svg
/usr/share/grafana/public/img/icons/unicons/apps.svg
/usr/share/grafana/public/img/icons/unicons/archive-alt.svg
/usr/share/grafana/public/img/icons/unicons/archive.svg
/usr/share/grafana/public/img/icons/unicons/archway.svg
/usr/share/grafana/public/img/icons/unicons/arrow-break.svg
/usr/share/grafana/public/img/icons/unicons/arrow-circle-down.svg
/usr/share/grafana/public/img/icons/unicons/arrow-circle-left.svg
/usr/share/grafana/public/img/icons/unicons/arrow-circle-right.svg
/usr/share/grafana/public/img/icons/unicons/arrow-circle-up.svg
/usr/share/grafana/public/img/icons/unicons/arrow-compress-h.svg
/usr/share/grafana/public/img/icons/unicons/arrow-down-left.svg
/usr/share/grafana/public/img/icons/unicons/arrow-down-right.svg
/usr/share/grafana/public/img/icons/unicons/arrow-down.svg
/usr/share/grafana/public/img/icons/unicons/arrow-from-right.svg
/usr/share/grafana/public/img/icons/unicons/arrow-from-top.svg
/usr/share/grafana/public/img/icons/unicons/arrow-growth.svg
/usr/share/grafana/public/img/icons/unicons/arrow-left.svg
/usr/share/grafana/public/img/icons/unicons/arrow-random.svg
/usr/share/grafana/public/img/icons/unicons/arrow-resize-diagonal.svg
/usr/share/grafana/public/img/icons/unicons/arrow-right.svg
/usr/share/grafana/public/img/icons/unicons/arrow-to-bottom.svg
/usr/share/grafana/public/img/icons/unicons/arrow-to-right.svg
/usr/share/grafana/public/img/icons/unicons/arrow-up-left.svg
/usr/share/grafana/public/img/icons/unicons/arrow-up-right.svg
/usr/share/grafana/public/img/icons/unicons/arrow-up.svg
/usr/share/grafana/public/img/icons/unicons/arrow.svg
/usr/share/grafana/public/img/icons/unicons/arrows-h-alt.svg
/usr/share/grafana/public/img/icons/unicons/arrows-h.svg
/usr/share/grafana/public/img/icons/unicons/arrows-left-down.svg
/usr/share/grafana/public/img/icons/unicons/arrows-maximize.svg
/usr/share/grafana/public/img/icons/unicons/arrows-merge.svg
/usr/share/grafana/public/img/icons/unicons/arrows-resize-h.svg
/usr/share/grafana/public/img/icons/unicons/arrows-resize-v.svg
/usr/share/grafana/public/img/icons/unicons/arrows-resize.svg
/usr/share/grafana/public/img/icons/unicons/arrows-right-down.svg
/usr/share/grafana/public/img/icons/unicons/arrows-shrink-h.svg
/usr/share/grafana/public/img/icons/unicons/arrows-shrink-v.svg
/usr/share/grafana/public/img/icons/unicons/arrows-up-right.svg
/usr/share/grafana/public/img/icons/unicons/arrows-v-alt.svg
/usr/share/grafana/public/img/icons/unicons/arrows-v.svg
/usr/share/grafana/public/img/icons/unicons/assistive-listening-systems.svg
/usr/share/grafana/public/img/icons/unicons/asterisk.svg
/usr/share/grafana/public/img/icons/unicons/at.svg
/usr/share/grafana/public/img/icons/unicons/atom.svg
/usr/share/grafana/public/img/icons/unicons/auto-flash.svg
/usr/share/grafana/public/img/icons/unicons/award-alt.svg
/usr/share/grafana/public/img/icons/unicons/award.svg
/usr/share/grafana/public/img/icons/unicons/baby-carriage.svg
/usr/share/grafana/public/img/icons/unicons/backpack.svg
/usr/share/grafana/public/img/icons/unicons/backspace.svg
/usr/share/grafana/public/img/icons/unicons/backward.svg
/usr/share/grafana/public/img/icons/unicons/bag-alt.svg
/usr/share/grafana/public/img/icons/unicons/bag-slash.svg
/usr/share/grafana/public/img/icons/unicons/bag.svg
/usr/share/grafana/public/img/icons/unicons/balance-scale.svg
/usr/share/grafana/public/img/icons/unicons/ban.svg
/usr/share/grafana/public/img/icons/unicons/band-aid.svg
/usr/share/grafana/public/img/icons/unicons/bars.svg
/usr/share/grafana/public/img/icons/unicons/baseball-ball.svg
/usr/share/grafana/public/img/icons/unicons/basketball-hoop.svg
/usr/share/grafana/public/img/icons/unicons/basketball.svg
/usr/share/grafana/public/img/icons/unicons/bath.svg
/usr/share/grafana/public/img/icons/unicons/battery-bolt.svg
/usr/share/grafana/public/img/icons/unicons/battery-empty.svg
/usr/share/grafana/public/img/icons/unicons/bed-double.svg
/usr/share/grafana/public/img/icons/unicons/bed.svg
/usr/share/grafana/public/img/icons/unicons/behance-alt.svg
/usr/share/grafana/public/img/icons/unicons/behance.svg
/usr/share/grafana/public/img/icons/unicons/bell-school.svg
/usr/share/grafana/public/img/icons/unicons/bell-slash.svg
/usr/share/grafana/public/img/icons/unicons/bell.svg
/usr/share/grafana/public/img/icons/unicons/bill.svg
/usr/share/grafana/public/img/icons/unicons/bing.svg
/usr/share/grafana/public/img/icons/unicons/bitcoin-alt.svg
/usr/share/grafana/public/img/icons/unicons/bitcoin-circle.svg
/usr/share/grafana/public/img/icons/unicons/bitcoin-sign.svg
/usr/share/grafana/public/img/icons/unicons/bitcoin.svg
/usr/share/grafana/public/img/icons/unicons/black-berry.svg
/usr/share/grafana/public/img/icons/unicons/blogger-alt.svg
/usr/share/grafana/public/img/icons/unicons/blogger.svg
/usr/share/grafana/public/img/icons/unicons/bluetooth-b.svg
/usr/share/grafana/public/img/icons/unicons/bold.svg
/usr/share/grafana/public/img/icons/unicons/bolt-alt.svg
/usr/share/grafana/public/img/icons/unicons/bolt-slash.svg
/usr/share/grafana/public/img/icons/unicons/bolt.svg
/usr/share/grafana/public/img/icons/unicons/book-alt.svg
/usr/share/grafana/public/img/icons/unicons/book-medical.svg
/usr/share/grafana/public/img/icons/unicons/book-open.svg
/usr/share/grafana/public/img/icons/unicons/book-reader.svg
/usr/share/grafana/public/img/icons/unicons/book.svg
/usr/share/grafana/public/img/icons/unicons/bookmark-full.svg
/usr/share/grafana/public/img/icons/unicons/bookmark.svg
/usr/share/grafana/public/img/icons/unicons/books.svg
/usr/share/grafana/public/img/icons/unicons/boombox.svg
/usr/share/grafana/public/img/icons/unicons/border-alt.svg
/usr/share/grafana/public/img/icons/unicons/border-bottom.svg
/usr/share/grafana/public/img/icons/unicons/border-clear.svg
/usr/share/grafana/public/img/icons/unicons/border-horizontal.svg
/usr/share/grafana/public/img/icons/unicons/border-inner.svg
/usr/share/grafana/public/img/icons/unicons/border-left.svg
/usr/share/grafana/public/img/icons/unicons/border-out.svg
/usr/share/grafana/public/img/icons/unicons/border-right.svg
/usr/share/grafana/public/img/icons/unicons/border-top.svg
/usr/share/grafana/public/img/icons/unicons/border-vertical.svg
/usr/share/grafana/public/img/icons/unicons/bowling-ball.svg
/usr/share/grafana/public/img/icons/unicons/box.svg
/usr/share/grafana/public/img/icons/unicons/brackets-curly.svg
/usr/share/grafana/public/img/icons/unicons/brain.svg
/usr/share/grafana/public/img/icons/unicons/briefcase-alt.svg
/usr/share/grafana/public/img/icons/unicons/briefcase.svg
/usr/share/grafana/public/img/icons/unicons/bright.svg
/usr/share/grafana/public/img/icons/unicons/brightness-empty.svg
/usr/share/grafana/public/img/icons/unicons/brightness-half.svg
/usr/share/grafana/public/img/icons/unicons/brightness-low.svg
/usr/share/grafana/public/img/icons/unicons/brightness-minus.svg
/usr/share/grafana/public/img/icons/unicons/brightness-plus.svg
/usr/share/grafana/public/img/icons/unicons/brightness.svg
/usr/share/grafana/public/img/icons/unicons/bring-bottom.svg
/usr/share/grafana/public/img/icons/unicons/bring-front.svg
/usr/share/grafana/public/img/icons/unicons/browser.svg
/usr/share/grafana/public/img/icons/unicons/brush-alt.svg
/usr/share/grafana/public/img/icons/unicons/bug.svg
/usr/share/grafana/public/img/icons/unicons/building.svg
/usr/share/grafana/public/img/icons/unicons/bullseye.svg
/usr/share/grafana/public/img/icons/unicons/bus-alt.svg
/usr/share/grafana/public/img/icons/unicons/bus-school.svg
/usr/share/grafana/public/img/icons/unicons/bus.svg
/usr/share/grafana/public/img/icons/unicons/calculator-alt.svg
/usr/share/grafana/public/img/icons/unicons/calculator.svg
/usr/share/grafana/public/img/icons/unicons/calendar-alt.svg
/usr/share/grafana/public/img/icons/unicons/calendar-slash.svg
/usr/share/grafana/public/img/icons/unicons/calender.svg
/usr/share/grafana/public/img/icons/unicons/calling.svg
/usr/share/grafana/public/img/icons/unicons/camera-change.svg
/usr/share/grafana/public/img/icons/unicons/camera-plus.svg
/usr/share/grafana/public/img/icons/unicons/camera-slash.svg
/usr/share/grafana/public/img/icons/unicons/camera.svg
/usr/share/grafana/public/img/icons/unicons/cancel.svg
/usr/share/grafana/public/img/icons/unicons/capsule.svg
/usr/share/grafana/public/img/icons/unicons/capture.svg
/usr/share/grafana/public/img/icons/unicons/car-sideview.svg
/usr/share/grafana/public/img/icons/unicons/car-slash.svg
/usr/share/grafana/public/img/icons/unicons/car-wash.svg
/usr/share/grafana/public/img/icons/unicons/car.svg
/usr/share/grafana/public/img/icons/unicons/card-atm.svg
/usr/share/grafana/public/img/icons/unicons/caret-right.svg
/usr/share/grafana/public/img/icons/unicons/cell.svg
/usr/share/grafana/public/img/icons/unicons/celsius.svg
/usr/share/grafana/public/img/icons/unicons/channel-add.svg
/usr/share/grafana/public/img/icons/unicons/channel.svg
/usr/share/grafana/public/img/icons/unicons/chart-bar-alt.svg
/usr/share/grafana/public/img/icons/unicons/chart-bar.svg
/usr/share/grafana/public/img/icons/unicons/chart-down.svg
/usr/share/grafana/public/img/icons/unicons/chart-growth-alt.svg
/usr/share/grafana/public/img/icons/unicons/chart-growth.svg
/usr/share/grafana/public/img/icons/unicons/chart-line.svg
/usr/share/grafana/public/img/icons/unicons/chart-pie-alt.svg
/usr/share/grafana/public/img/icons/unicons/chart-pie.svg
/usr/share/grafana/public/img/icons/unicons/chart.svg
/usr/share/grafana/public/img/icons/unicons/chat-bubble-user.svg
/usr/share/grafana/public/img/icons/unicons/chat-info.svg
/usr/share/grafana/public/img/icons/unicons/chat.svg
/usr/share/grafana/public/img/icons/unicons/check-circle.svg
/usr/share/grafana/public/img/icons/unicons/check-square.svg
/usr/share/grafana/public/img/icons/unicons/check.svg
/usr/share/grafana/public/img/icons/unicons/circle-layer.svg
/usr/share/grafana/public/img/icons/unicons/circle.svg
/usr/share/grafana/public/img/icons/unicons/circuit.svg
/usr/share/grafana/public/img/icons/unicons/clapper-board.svg
/usr/share/grafana/public/img/icons/unicons/clinic-medical.svg
/usr/share/grafana/public/img/icons/unicons/clipboard-alt.svg
/usr/share/grafana/public/img/icons/unicons/clipboard-blank.svg
/usr/share/grafana/public/img/icons/unicons/clipboard-notes.svg
/usr/share/grafana/public/img/icons/unicons/clipboard.svg
/usr/share/grafana/public/img/icons/unicons/clock-eight.svg
/usr/share/grafana/public/img/icons/unicons/clock-five.svg
/usr/share/grafana/public/img/icons/unicons/clock-nine.svg
/usr/share/grafana/public/img/icons/unicons/clock-seven.svg
/usr/share/grafana/public/img/icons/unicons/clock-ten.svg
/usr/share/grafana/public/img/icons/unicons/clock-three.svg
/usr/share/grafana/public/img/icons/unicons/clock-two.svg
/usr/share/grafana/public/img/icons/unicons/clock.svg
/usr/share/grafana/public/img/icons/unicons/closed-captioning-slash.svg
/usr/share/grafana/public/img/icons/unicons/closed-captioning.svg
/usr/share/grafana/public/img/icons/unicons/cloud-block.svg
/usr/share/grafana/public/img/icons/unicons/cloud-bookmark.svg
/usr/share/grafana/public/img/icons/unicons/cloud-check.svg
/usr/share/grafana/public/img/icons/unicons/cloud-computing.svg
/usr/share/grafana/public/img/icons/unicons/cloud-data-connection.svg
/usr/share/grafana/public/img/icons/unicons/cloud-database-tree.svg
/usr/share/grafana/public/img/icons/unicons/cloud-download.svg
/usr/share/grafana/public/img/icons/unicons/cloud-drizzle.svg
/usr/share/grafana/public/img/icons/unicons/cloud-exclamation.svg
/usr/share/grafana/public/img/icons/unicons/cloud-hail.svg
/usr/share/grafana/public/img/icons/unicons/cloud-heart.svg
/usr/share/grafana/public/img/icons/unicons/cloud-info.svg
/usr/share/grafana/public/img/icons/unicons/cloud-lock.svg
/usr/share/grafana/public/img/icons/unicons/cloud-meatball.svg
/usr/share/grafana/public/img/icons/unicons/cloud-moon-hail.svg
/usr/share/grafana/public/img/icons/unicons/cloud-moon-meatball.svg
/usr/share/grafana/public/img/icons/unicons/cloud-moon-rain.svg
/usr/share/grafana/public/img/icons/unicons/cloud-moon-showers.svg
/usr/share/grafana/public/img/icons/unicons/cloud-moon.svg
/usr/share/grafana/public/img/icons/unicons/cloud-question.svg
/usr/share/grafana/public/img/icons/unicons/cloud-rain-sun.svg
/usr/share/grafana/public/img/icons/unicons/cloud-rain.svg
/usr/share/grafana/public/img/icons/unicons/cloud-redo.svg
/usr/share/grafana/public/img/icons/unicons/cloud-share.svg
/usr/share/grafana/public/img/icons/unicons/cloud-shield.svg
/usr/share/grafana/public/img/icons/unicons/cloud-showers-alt.svg
/usr/share/grafana/public/img/icons/unicons/cloud-showers-heavy.svg
/usr/share/grafana/public/img/icons/unicons/cloud-showers.svg
/usr/share/grafana/public/img/icons/unicons/cloud-slash.svg
/usr/share/grafana/public/img/icons/unicons/cloud-sun-hail.svg
/usr/share/grafana/public/img/icons/unicons/cloud-sun-meatball.svg
/usr/share/grafana/public/img/icons/unicons/cloud-sun-rain-alt.svg
/usr/share/grafana/public/img/icons/unicons/cloud-sun-rain.svg
/usr/share/grafana/public/img/icons/unicons/cloud-sun-tear.svg
/usr/share/grafana/public/img/icons/unicons/cloud-sun.svg
/usr/share/grafana/public/img/icons/unicons/cloud-times.svg
/usr/share/grafana/public/img/icons/unicons/cloud-unlock.svg
/usr/share/grafana/public/img/icons/unicons/cloud-upload.svg
/usr/share/grafana/public/img/icons/unicons/cloud-wifi.svg
/usr/share/grafana/public/img/icons/unicons/cloud-wind.svg
/usr/share/grafana/public/img/icons/unicons/cloud.svg
/usr/share/grafana/public/img/icons/unicons/clouds.svg
/usr/share/grafana/public/img/icons/unicons/club.svg
/usr/share/grafana/public/img/icons/unicons/code-branch.svg
/usr/share/grafana/public/img/icons/unicons/coffee.svg
/usr/share/grafana/public/img/icons/unicons/cog.svg
/usr/share/grafana/public/img/icons/unicons/coins.svg
/usr/share/grafana/public/img/icons/unicons/columns.svg
/usr/share/grafana/public/img/icons/unicons/comment-add.svg
/usr/share/grafana/public/img/icons/unicons/comment-alt-block.svg
/usr/share/grafana/public/img/icons/unicons/comment-alt-chart-lines.svg
/usr/share/grafana/public/img/icons/unicons/comment-alt-check.svg
/usr/share/grafana/public/img/icons/unicons/comment-alt-dots.svg
/usr/share/grafana/public/img/icons/unicons/comment-alt-download.svg
/usr/share/grafana/public/img/icons/unicons/comment-alt-edit.svg
/usr/share/grafana/public/img/icons/unicons/comment-alt-exclamation.svg
/usr/share/grafana/public/img/icons/unicons/comment-alt-heart.svg
/usr/share/grafana/public/img/icons/unicons/comment-alt-image.svg
/usr/share/grafana/public/img/icons/unicons/comment-alt-info.svg
/usr/share/grafana/public/img/icons/unicons/comment-alt-lines.svg
/usr/share/grafana/public/img/icons/unicons/comment-alt-lock.svg
/usr/share/grafana/public/img/icons/unicons/comment-alt-medical.svg
/usr/share/grafana/public/img/icons/unicons/comment-alt-message.svg
/usr/share/grafana/public/img/icons/unicons/comment-alt-notes.svg
/usr/share/grafana/public/img/icons/unicons/comment-alt-plus.svg
/usr/share/grafana/public/img/icons/unicons/comment-alt-question.svg
/usr/share/grafana/public/img/icons/unicons/comment-alt-redo.svg
/usr/share/grafana/public/img/icons/unicons/comment-alt-search.svg
/usr/share/grafana/public/img/icons/unicons/comment-alt-share.svg
/usr/share/grafana/public/img/icons/unicons/comment-alt-shield.svg
/usr/share/grafana/public/img/icons/unicons/comment-alt-slash.svg
/usr/share/grafana/public/img/icons/unicons/comment-alt-upload.svg
/usr/share/grafana/public/img/icons/unicons/comment-alt-verify.svg
/usr/share/grafana/public/img/icons/unicons/comment-alt.svg
/usr/share/grafana/public/img/icons/unicons/comment-block.svg
/usr/share/grafana/public/img/icons/unicons/comment-chart-line.svg
/usr/share/grafana/public/img/icons/unicons/comment-check.svg
/usr/share/grafana/public/img/icons/unicons/comment-dots.svg
/usr/share/grafana/public/img/icons/unicons/comment-download.svg
/usr/share/grafana/public/img/icons/unicons/comment-edit.svg
/usr/share/grafana/public/img/icons/unicons/comment-exclamation.svg
/usr/share/grafana/public/img/icons/unicons/comment-heart.svg
/usr/share/grafana/public/img/icons/unicons/comment-image.svg
/usr/share/grafana/public/img/icons/unicons/comment-info-alt.svg
/usr/share/grafana/public/img/icons/unicons/comment-info.svg
/usr/share/grafana/public/img/icons/unicons/comment-lines.svg
/usr/share/grafana/public/img/icons/unicons/comment-lock.svg
/usr/share/grafana/public/img/icons/unicons/comment-medical.svg
/usr/share/grafana/public/img/icons/unicons/comment-message.svg
/usr/share/grafana/public/img/icons/unicons/comment-notes.svg
/usr/share/grafana/public/img/icons/unicons/comment-plus.svg
/usr/share/grafana/public/img/icons/unicons/comment-question.svg
/usr/share/grafana/public/img/icons/unicons/comment-redo.svg
/usr/share/grafana/public/img/icons/unicons/comment-search.svg
/usr/share/grafana/public/img/icons/unicons/comment-share.svg
/usr/share/grafana/public/img/icons/unicons/comment-shield.svg
/usr/share/grafana/public/img/icons/unicons/comment-slash.svg
/usr/share/grafana/public/img/icons/unicons/comment-upload.svg
/usr/share/grafana/public/img/icons/unicons/comment-verify.svg
/usr/share/grafana/public/img/icons/unicons/comment.svg
/usr/share/grafana/public/img/icons/unicons/comments-alt.svg
/usr/share/grafana/public/img/icons/unicons/comments.svg
/usr/share/grafana/public/img/icons/unicons/compact-disc.svg
/usr/share/grafana/public/img/icons/unicons/comparison.svg
/usr/share/grafana/public/img/icons/unicons/compass.svg
/usr/share/grafana/public/img/icons/unicons/compress-alt-left.svg
/usr/share/grafana/public/img/icons/unicons/compress-alt.svg
/usr/share/grafana/public/img/icons/unicons/compress-arrows.svg
/usr/share/grafana/public/img/icons/unicons/compress-lines.svg
/usr/share/grafana/public/img/icons/unicons/compress-point.svg
/usr/share/grafana/public/img/icons/unicons/compress-v.svg
/usr/share/grafana/public/img/icons/unicons/compress.svg
/usr/share/grafana/public/img/icons/unicons/confused.svg
/usr/share/grafana/public/img/icons/unicons/constructor.svg
/usr/share/grafana/public/img/icons/unicons/copy-alt.svg
/usr/share/grafana/public/img/icons/unicons/copy-landscape.svg
/usr/share/grafana/public/img/icons/unicons/copy.svg
/usr/share/grafana/public/img/icons/unicons/copyright.svg
/usr/share/grafana/public/img/icons/unicons/corner-down-left.svg
/usr/share/grafana/public/img/icons/unicons/corner-down-right-alt.svg
/usr/share/grafana/public/img/icons/unicons/corner-down-right.svg
/usr/share/grafana/public/img/icons/unicons/corner-left-down.svg
/usr/share/grafana/public/img/icons/unicons/corner-right-down.svg
/usr/share/grafana/public/img/icons/unicons/corner-up-left-alt.svg
/usr/share/grafana/public/img/icons/unicons/corner-up-left.svg
/usr/share/grafana/public/img/icons/unicons/corner-up-right-alt.svg
/usr/share/grafana/public/img/icons/unicons/corner-up-right.svg
/usr/share/grafana/public/img/icons/unicons/coronavirus.svg
/usr/share/grafana/public/img/icons/unicons/create-dashboard.svg
/usr/share/grafana/public/img/icons/unicons/creative-commons-pd.svg
/usr/share/grafana/public/img/icons/unicons/credit-card-search.svg
/usr/share/grafana/public/img/icons/unicons/credit-card.svg
/usr/share/grafana/public/img/icons/unicons/crockery.svg
/usr/share/grafana/public/img/icons/unicons/crop-alt-rotate-left.svg
/usr/share/grafana/public/img/icons/unicons/crop-alt-rotate-right.svg
/usr/share/grafana/public/img/icons/unicons/crop-alt.svg
/usr/share/grafana/public/img/icons/unicons/crosshair-alt.svg
/usr/share/grafana/public/img/icons/unicons/crosshair.svg
/usr/share/grafana/public/img/icons/unicons/crosshairs.svg
/usr/share/grafana/public/img/icons/unicons/css3-simple.svg
/usr/share/grafana/public/img/icons/unicons/cube.svg
/usr/share/grafana/public/img/icons/unicons/dashboard.svg
/usr/share/grafana/public/img/icons/unicons/data-sharing.svg
/usr/share/grafana/public/img/icons/unicons/database-alt.svg
/usr/share/grafana/public/img/icons/unicons/database.svg
/usr/share/grafana/public/img/icons/unicons/desert.svg
/usr/share/grafana/public/img/icons/unicons/desktop-alt-slash.svg
/usr/share/grafana/public/img/icons/unicons/desktop-alt.svg
/usr/share/grafana/public/img/icons/unicons/desktop-cloud-alt.svg
/usr/share/grafana/public/img/icons/unicons/desktop-slash.svg
/usr/share/grafana/public/img/icons/unicons/desktop.svg
/usr/share/grafana/public/img/icons/unicons/dialpad-alt.svg
/usr/share/grafana/public/img/icons/unicons/dialpad.svg
/usr/share/grafana/public/img/icons/unicons/diamond.svg
/usr/share/grafana/public/img/icons/unicons/diary-alt.svg
/usr/share/grafana/public/img/icons/unicons/diary.svg
/usr/share/grafana/public/img/icons/unicons/dice-five.svg
/usr/share/grafana/public/img/icons/unicons/dice-four.svg
/usr/share/grafana/public/img/icons/unicons/dice-one.svg
/usr/share/grafana/public/img/icons/unicons/dice-six.svg
/usr/share/grafana/public/img/icons/unicons/dice-three.svg
/usr/share/grafana/public/img/icons/unicons/dice-two.svg
/usr/share/grafana/public/img/icons/unicons/direction.svg
/usr/share/grafana/public/img/icons/unicons/directions.svg
/usr/share/grafana/public/img/icons/unicons/discord.svg
/usr/share/grafana/public/img/icons/unicons/dizzy-meh.svg
/usr/share/grafana/public/img/icons/unicons/dna.svg
/usr/share/grafana/public/img/icons/unicons/docker.svg
/usr/share/grafana/public/img/icons/unicons/document-info.svg
/usr/share/grafana/public/img/icons/unicons/document-layout-center.svg
/usr/share/grafana/public/img/icons/unicons/document-layout-left.svg
/usr/share/grafana/public/img/icons/unicons/document-layout-right.svg
/usr/share/grafana/public/img/icons/unicons/dollar-alt.svg
/usr/share/grafana/public/img/icons/unicons/dollar-sign-alt.svg
/usr/share/grafana/public/img/icons/unicons/dollar-sign.svg
/usr/share/grafana/public/img/icons/unicons/download-alt.svg
/usr/share/grafana/public/img/icons/unicons/draggabledots.svg
/usr/share/grafana/public/img/icons/unicons/dribbble.svg
/usr/share/grafana/public/img/icons/unicons/drill.svg
/usr/share/grafana/public/img/icons/unicons/dropbox.svg
/usr/share/grafana/public/img/icons/unicons/dumbbell.svg
/usr/share/grafana/public/img/icons/unicons/ear.svg
/usr/share/grafana/public/img/icons/unicons/edit-alt.svg
/usr/share/grafana/public/img/icons/unicons/edit.svg
/usr/share/grafana/public/img/icons/unicons/elipsis-double-v-alt.svg
/usr/share/grafana/public/img/icons/unicons/ellipsis-h.svg
/usr/share/grafana/public/img/icons/unicons/ellipsis-v.svg
/usr/share/grafana/public/img/icons/unicons/emoji.svg
/usr/share/grafana/public/img/icons/unicons/english-to-chinese.svg
/usr/share/grafana/public/img/icons/unicons/enter.svg
/usr/share/grafana/public/img/icons/unicons/envelope-add.svg
/usr/share/grafana/public/img/icons/unicons/envelope-alt.svg
/usr/share/grafana/public/img/icons/unicons/envelope-block.svg
/usr/share/grafana/public/img/icons/unicons/envelope-bookmark.svg
/usr/share/grafana/public/img/icons/unicons/envelope-check.svg
/usr/share/grafana/public/img/icons/unicons/envelope-download-alt.svg
/usr/share/grafana/public/img/icons/unicons/envelope-download.svg
/usr/share/grafana/public/img/icons/unicons/envelope-edit.svg
/usr/share/grafana/public/img/icons/unicons/envelope-exclamation.svg
/usr/share/grafana/public/img/icons/unicons/envelope-heart.svg
/usr/share/grafana/public/img/icons/unicons/envelope-info.svg
/usr/share/grafana/public/img/icons/unicons/envelope-lock.svg
/usr/share/grafana/public/img/icons/unicons/envelope-minus.svg
/usr/share/grafana/public/img/icons/unicons/envelope-open.svg
/usr/share/grafana/public/img/icons/unicons/envelope-question.svg
/usr/share/grafana/public/img/icons/unicons/envelope-receive.svg
/usr/share/grafana/public/img/icons/unicons/envelope-redo.svg
/usr/share/grafana/public/img/icons/unicons/envelope-search.svg
/usr/share/grafana/public/img/icons/unicons/envelope-send.svg
/usr/share/grafana/public/img/icons/unicons/envelope-share.svg
/usr/share/grafana/public/img/icons/unicons/envelope-shield.svg
/usr/share/grafana/public/img/icons/unicons/envelope-star.svg
/usr/share/grafana/public/img/icons/unicons/envelope-times.svg
/usr/share/grafana/public/img/icons/unicons/envelope-upload-alt.svg
/usr/share/grafana/public/img/icons/unicons/envelope-upload.svg
/usr/share/grafana/public/img/icons/unicons/envelope.svg
/usr/share/grafana/public/img/icons/unicons/envelopes.svg
/usr/share/grafana/public/img/icons/unicons/equal-circle.svg
/usr/share/grafana/public/img/icons/unicons/estate.svg
/usr/share/grafana/public/img/icons/unicons/euro-circle.svg
/usr/share/grafana/public/img/icons/unicons/euro.svg
/usr/share/grafana/public/img/icons/unicons/exchange-alt.svg
/usr/share/grafana/public/img/icons/unicons/exchange.svg
/usr/share/grafana/public/img/icons/unicons/exclamation-circle.svg
/usr/share/grafana/public/img/icons/unicons/exclamation-octagon.svg
/usr/share/grafana/public/img/icons/unicons/exclamation-triangle.svg
/usr/share/grafana/public/img/icons/unicons/exclamation.svg
/usr/share/grafana/public/img/icons/unicons/exclude.svg
/usr/share/grafana/public/img/icons/unicons/exit.svg
/usr/share/grafana/public/img/icons/unicons/expand-alt.svg
/usr/share/grafana/public/img/icons/unicons/expand-arrows-alt.svg
/usr/share/grafana/public/img/icons/unicons/expand-arrows.svg
/usr/share/grafana/public/img/icons/unicons/expand-from-corner.svg
/usr/share/grafana/public/img/icons/unicons/expand-left.svg
/usr/share/grafana/public/img/icons/unicons/expand-right.svg
/usr/share/grafana/public/img/icons/unicons/export.svg
/usr/share/grafana/public/img/icons/unicons/exposure-alt.svg
/usr/share/grafana/public/img/icons/unicons/exposure-increase.svg
/usr/share/grafana/public/img/icons/unicons/external-link-alt.svg
/usr/share/grafana/public/img/icons/unicons/eye-slash.svg
/usr/share/grafana/public/img/icons/unicons/eye.svg
/usr/share/grafana/public/img/icons/unicons/facebook-f.svg
/usr/share/grafana/public/img/icons/unicons/facebook-messenger-alt.svg
/usr/share/grafana/public/img/icons/unicons/facebook-messenger.svg
/usr/share/grafana/public/img/icons/unicons/facebook.svg
/usr/share/grafana/public/img/icons/unicons/fahrenheit.svg
/usr/share/grafana/public/img/icons/unicons/fast-mail-alt.svg
/usr/share/grafana/public/img/icons/unicons/fast-mail.svg
/usr/share/grafana/public/img/icons/unicons/favorite.svg
/usr/share/grafana/public/img/icons/unicons/feedback.svg
/usr/share/grafana/public/img/icons/unicons/fidget-spinner.svg
/usr/share/grafana/public/img/icons/unicons/file-alt.svg
/usr/share/grafana/public/img/icons/unicons/file-blank.svg
/usr/share/grafana/public/img/icons/unicons/file-block-alt.svg
/usr/share/grafana/public/img/icons/unicons/file-bookmark-alt.svg
/usr/share/grafana/public/img/icons/unicons/file-check-alt.svg
/usr/share/grafana/public/img/icons/unicons/file-check.svg
/usr/share/grafana/public/img/icons/unicons/file-contract-dollar.svg
/usr/share/grafana/public/img/icons/unicons/file-contract.svg
/usr/share/grafana/public/img/icons/unicons/file-copy-alt.svg
/usr/share/grafana/public/img/icons/unicons/file-download-alt.svg
/usr/share/grafana/public/img/icons/unicons/file-download.svg
/usr/share/grafana/public/img/icons/unicons/file-edit-alt.svg
/usr/share/grafana/public/img/icons/unicons/file-exclamation-alt.svg
/usr/share/grafana/public/img/icons/unicons/file-exclamation.svg
/usr/share/grafana/public/img/icons/unicons/file-export.svg
/usr/share/grafana/public/img/icons/unicons/file-graph.svg
/usr/share/grafana/public/img/icons/unicons/file-heart.svg
/usr/share/grafana/public/img/icons/unicons/file-import.svg
/usr/share/grafana/public/img/icons/unicons/file-info-alt.svg
/usr/share/grafana/public/img/icons/unicons/file-landscape-alt.svg
/usr/share/grafana/public/img/icons/unicons/file-landscape.svg
/usr/share/grafana/public/img/icons/unicons/file-lanscape-slash.svg
/usr/share/grafana/public/img/icons/unicons/file-lock-alt.svg
/usr/share/grafana/public/img/icons/unicons/file-medical-alt.svg
/usr/share/grafana/public/img/icons/unicons/file-medical.svg
/usr/share/grafana/public/img/icons/unicons/file-minus-alt.svg
/usr/share/grafana/public/img/icons/unicons/file-minus.svg
/usr/share/grafana/public/img/icons/unicons/file-network.svg
/usr/share/grafana/public/img/icons/unicons/file-plus-alt.svg
/usr/share/grafana/public/img/icons/unicons/file-plus.svg
/usr/share/grafana/public/img/icons/unicons/file-question-alt.svg
/usr/share/grafana/public/img/icons/unicons/file-question.svg
/usr/share/grafana/public/img/icons/unicons/file-redo-alt.svg
/usr/share/grafana/public/img/icons/unicons/file-search-alt.svg
/usr/share/grafana/public/img/icons/unicons/file-share-alt.svg
/usr/share/grafana/public/img/icons/unicons/file-shield-alt.svg
/usr/share/grafana/public/img/icons/unicons/file-slash.svg
/usr/share/grafana/public/img/icons/unicons/file-times-alt.svg
/usr/share/grafana/public/img/icons/unicons/file-times.svg
/usr/share/grafana/public/img/icons/unicons/file-upload-alt.svg
/usr/share/grafana/public/img/icons/unicons/file-upload.svg
/usr/share/grafana/public/img/icons/unicons/file.svg
/usr/share/grafana/public/img/icons/unicons/files-landscapes-alt.svg
/usr/share/grafana/public/img/icons/unicons/files-landscapes.svg
/usr/share/grafana/public/img/icons/unicons/film.svg
/usr/share/grafana/public/img/icons/unicons/filter-slash.svg
/usr/share/grafana/public/img/icons/unicons/filter.svg
/usr/share/grafana/public/img/icons/unicons/fire.svg
/usr/share/grafana/public/img/icons/unicons/flask-potion.svg
/usr/share/grafana/public/img/icons/unicons/flask.svg
/usr/share/grafana/public/img/icons/unicons/flip-h-alt.svg
/usr/share/grafana/public/img/icons/unicons/flip-h.svg
/usr/share/grafana/public/img/icons/unicons/flip-v-alt.svg
/usr/share/grafana/public/img/icons/unicons/flip-v.svg
/usr/share/grafana/public/img/icons/unicons/flip.svg
/usr/share/grafana/public/img/icons/unicons/flower.svg
/usr/share/grafana/public/img/icons/unicons/focus-add.svg
/usr/share/grafana/public/img/icons/unicons/focus-target.svg
/usr/share/grafana/public/img/icons/unicons/focus.svg
/usr/share/grafana/public/img/icons/unicons/folder-check.svg
/usr/share/grafana/public/img/icons/unicons/folder-download.svg
/usr/share/grafana/public/img/icons/unicons/folder-exclamation.svg
/usr/share/grafana/public/img/icons/unicons/folder-heart.svg
/usr/share/grafana/public/img/icons/unicons/folder-info.svg
/usr/share/grafana/public/img/icons/unicons/folder-lock.svg
/usr/share/grafana/public/img/icons/unicons/folder-medical.svg
/usr/share/grafana/public/img/icons/unicons/folder-minus.svg
/usr/share/grafana/public/img/icons/unicons/folder-network.svg
/usr/share/grafana/public/img/icons/unicons/folder-open.svg
/usr/share/grafana/public/img/icons/unicons/folder-plus.svg
/usr/share/grafana/public/img/icons/unicons/folder-question.svg
/usr/share/grafana/public/img/icons/unicons/folder-slash.svg
/usr/share/grafana/public/img/icons/unicons/folder-times.svg
/usr/share/grafana/public/img/icons/unicons/folder-upload.svg
/usr/share/grafana/public/img/icons/unicons/folder.svg
/usr/share/grafana/public/img/icons/unicons/font.svg
/usr/share/grafana/public/img/icons/unicons/football-american.svg
/usr/share/grafana/public/img/icons/unicons/football-ball.svg
/usr/share/grafana/public/img/icons/unicons/football.svg
/usr/share/grafana/public/img/icons/unicons/forecastcloud-moon-tear.svg
/usr/share/grafana/public/img/icons/unicons/forwaded-call.svg
/usr/share/grafana/public/img/icons/unicons/forward.svg
/usr/share/grafana/public/img/icons/unicons/frontend-observability.svg
/usr/share/grafana/public/img/icons/unicons/frown.svg
/usr/share/grafana/public/img/icons/unicons/game-structure.svg
/usr/share/grafana/public/img/icons/unicons/gift.svg
/usr/share/grafana/public/img/icons/unicons/github-alt.svg
/usr/share/grafana/public/img/icons/unicons/github.svg
/usr/share/grafana/public/img/icons/unicons/gitlab.svg
/usr/share/grafana/public/img/icons/unicons/glass-martini-alt-slash.svg
/usr/share/grafana/public/img/icons/unicons/glass-martini-alt.svg
/usr/share/grafana/public/img/icons/unicons/glass-martini.svg
/usr/share/grafana/public/img/icons/unicons/glass-tea.svg
/usr/share/grafana/public/img/icons/unicons/glass.svg
/usr/share/grafana/public/img/icons/unicons/globe.svg
/usr/share/grafana/public/img/icons/unicons/gold.svg
/usr/share/grafana/public/img/icons/unicons/golf-ball.svg
/usr/share/grafana/public/img/icons/unicons/google-drive-alt.svg
/usr/share/grafana/public/img/icons/unicons/google-drive.svg
/usr/share/grafana/public/img/icons/unicons/google-hangouts-alt.svg
/usr/share/grafana/public/img/icons/unicons/google-hangouts.svg
/usr/share/grafana/public/img/icons/unicons/google-play.svg
/usr/share/grafana/public/img/icons/unicons/google.svg
/usr/share/grafana/public/img/icons/unicons/graduation-cap.svg
/usr/share/grafana/public/img/icons/unicons/graph-bar.svg
/usr/share/grafana/public/img/icons/unicons/grid.svg
/usr/share/grafana/public/img/icons/unicons/grids.svg
/usr/share/grafana/public/img/icons/unicons/grin-tongue-wink-alt.svg
/usr/share/grafana/public/img/icons/unicons/grin-tongue-wink.svg
/usr/share/grafana/public/img/icons/unicons/grin.svg
/usr/share/grafana/public/img/icons/unicons/grip-horizontal-line.svg
/usr/share/grafana/public/img/icons/unicons/hard-hat.svg
/usr/share/grafana/public/img/icons/unicons/hdd.svg
/usr/share/grafana/public/img/icons/unicons/head-side-cough.svg
/usr/share/grafana/public/img/icons/unicons/head-side-mask.svg
/usr/share/grafana/public/img/icons/unicons/head-side.svg
/usr/share/grafana/public/img/icons/unicons/headphone-slash.svg
/usr/share/grafana/public/img/icons/unicons/headphones-alt.svg
/usr/share/grafana/public/img/icons/unicons/headphones.svg
/usr/share/grafana/public/img/icons/unicons/heart-alt.svg
/usr/share/grafana/public/img/icons/unicons/heart-break.svg
/usr/share/grafana/public/img/icons/unicons/heart-medical.svg
/usr/share/grafana/public/img/icons/unicons/heart-rate.svg
/usr/share/grafana/public/img/icons/unicons/heart-sign.svg
/usr/share/grafana/public/img/icons/unicons/heart.svg
/usr/share/grafana/public/img/icons/unicons/heartbeat.svg
/usr/share/grafana/public/img/icons/unicons/hindi-to-chinese.svg
/usr/share/grafana/public/img/icons/unicons/hipchat.svg
/usr/share/grafana/public/img/icons/unicons/history-alt.svg
/usr/share/grafana/public/img/icons/unicons/history.svg
/usr/share/grafana/public/img/icons/unicons/home-alt.svg
/usr/share/grafana/public/img/icons/unicons/home.svg
/usr/share/grafana/public/img/icons/unicons/horizontal-align-center.svg
/usr/share/grafana/public/img/icons/unicons/horizontal-align-left.svg
/usr/share/grafana/public/img/icons/unicons/horizontal-align-right.svg
/usr/share/grafana/public/img/icons/unicons/horizontal-distribution-center.svg
/usr/share/grafana/public/img/icons/unicons/horizontal-distribution-left.svg
/usr/share/grafana/public/img/icons/unicons/horizontal-distribution-right.svg
/usr/share/grafana/public/img/icons/unicons/hospital-square-sign.svg
/usr/share/grafana/public/img/icons/unicons/hospital-symbol.svg
/usr/share/grafana/public/img/icons/unicons/hospital.svg
/usr/share/grafana/public/img/icons/unicons/hourglass.svg
/usr/share/grafana/public/img/icons/unicons/house-user.svg
/usr/share/grafana/public/img/icons/unicons/html3-alt.svg
/usr/share/grafana/public/img/icons/unicons/html3.svg
/usr/share/grafana/public/img/icons/unicons/html5-alt.svg
/usr/share/grafana/public/img/icons/unicons/html5.svg
/usr/share/grafana/public/img/icons/unicons/hunting.svg
/usr/share/grafana/public/img/icons/unicons/icons.svg
/usr/share/grafana/public/img/icons/unicons/illustration.svg
/usr/share/grafana/public/img/icons/unicons/image-alt-slash.svg
/usr/share/grafana/public/img/icons/unicons/image-block.svg
/usr/share/grafana/public/img/icons/unicons/image-broken.svg
/usr/share/grafana/public/img/icons/unicons/image-check.svg
/usr/share/grafana/public/img/icons/unicons/image-download.svg
/usr/share/grafana/public/img/icons/unicons/image-edit.svg
/usr/share/grafana/public/img/icons/unicons/image-lock.svg
/usr/share/grafana/public/img/icons/unicons/image-minus.svg
/usr/share/grafana/public/img/icons/unicons/image-plus.svg
/usr/share/grafana/public/img/icons/unicons/image-question.svg
/usr/share/grafana/public/img/icons/unicons/image-redo.svg
/usr/share/grafana/public/img/icons/unicons/image-resize-landscape.svg
/usr/share/grafana/public/img/icons/unicons/image-resize-square.svg
/usr/share/grafana/public/img/icons/unicons/image-search.svg
/usr/share/grafana/public/img/icons/unicons/image-share.svg
/usr/share/grafana/public/img/icons/unicons/image-shield.svg
/usr/share/grafana/public/img/icons/unicons/image-slash.svg
/usr/share/grafana/public/img/icons/unicons/image-times.svg
/usr/share/grafana/public/img/icons/unicons/image-upload.svg
/usr/share/grafana/public/img/icons/unicons/image-v.svg
/usr/share/grafana/public/img/icons/unicons/image.svg
/usr/share/grafana/public/img/icons/unicons/images.svg
/usr/share/grafana/public/img/icons/unicons/import.svg
/usr/share/grafana/public/img/icons/unicons/inbox.svg
/usr/share/grafana/public/img/icons/unicons/incoming-call.svg
/usr/share/grafana/public/img/icons/unicons/info-circle.svg
/usr/share/grafana/public/img/icons/unicons/info.svg
/usr/share/grafana/public/img/icons/unicons/instagram-alt.svg
/usr/share/grafana/public/img/icons/unicons/instagram.svg
/usr/share/grafana/public/img/icons/unicons/intercom-alt.svg
/usr/share/grafana/public/img/icons/unicons/intercom.svg
/usr/share/grafana/public/img/icons/unicons/invoice.svg
/usr/share/grafana/public/img/icons/unicons/italic.svg
/usr/share/grafana/public/img/icons/unicons/jackhammer.svg
/usr/share/grafana/public/img/icons/unicons/java-script.svg
/usr/share/grafana/public/img/icons/unicons/k6.svg
/usr/share/grafana/public/img/icons/unicons/kayak.svg
/usr/share/grafana/public/img/icons/unicons/key-skeleton-alt.svg
/usr/share/grafana/public/img/icons/unicons/key-skeleton.svg
/usr/share/grafana/public/img/icons/unicons/keyboard-alt.svg
/usr/share/grafana/public/img/icons/unicons/keyboard-hide.svg
/usr/share/grafana/public/img/icons/unicons/keyboard-show.svg
/usr/share/grafana/public/img/icons/unicons/keyboard.svg
/usr/share/grafana/public/img/icons/unicons/keyhole-circle.svg
/usr/share/grafana/public/img/icons/unicons/keyhole-square-full.svg
/usr/share/grafana/public/img/icons/unicons/keyhole-square.svg
/usr/share/grafana/public/img/icons/unicons/kid.svg
/usr/share/grafana/public/img/icons/unicons/label-alt.svg
/usr/share/grafana/public/img/icons/unicons/label.svg
/usr/share/grafana/public/img/icons/unicons/lamp.svg
/usr/share/grafana/public/img/icons/unicons/language.svg
/usr/share/grafana/public/img/icons/unicons/laptop-cloud.svg
/usr/share/grafana/public/img/icons/unicons/laptop-connection.svg
/usr/share/grafana/public/img/icons/unicons/laptop.svg
/usr/share/grafana/public/img/icons/unicons/laughing.svg
/usr/share/grafana/public/img/icons/unicons/layer-group-slash.svg
/usr/share/grafana/public/img/icons/unicons/layer-group.svg
/usr/share/grafana/public/img/icons/unicons/layers-alt.svg
/usr/share/grafana/public/img/icons/unicons/layers-slash.svg
/usr/share/grafana/public/img/icons/unicons/layers.svg
/usr/share/grafana/public/img/icons/unicons/left-arrow-from-left.svg
/usr/share/grafana/public/img/icons/unicons/left-arrow-to-left.svg
/usr/share/grafana/public/img/icons/unicons/left-indent-alt.svg
/usr/share/grafana/public/img/icons/unicons/left-indent.svg
/usr/share/grafana/public/img/icons/unicons/left-to-right-text-direction.svg
/usr/share/grafana/public/img/icons/unicons/letter-chinese-a.svg
/usr/share/grafana/public/img/icons/unicons/letter-english-a.svg
/usr/share/grafana/public/img/icons/unicons/letter-hindi-a.svg
/usr/share/grafana/public/img/icons/unicons/letter-japanese-a.svg
/usr/share/grafana/public/img/icons/unicons/life-ring.svg
/usr/share/grafana/public/img/icons/unicons/lightbulb-alt.svg
/usr/share/grafana/public/img/icons/unicons/lightbulb.svg
/usr/share/grafana/public/img/icons/unicons/line-alt.svg
/usr/share/grafana/public/img/icons/unicons/line-spacing.svg
/usr/share/grafana/public/img/icons/unicons/line.svg
/usr/share/grafana/public/img/icons/unicons/link-add.svg
/usr/share/grafana/public/img/icons/unicons/link-alt.svg
/usr/share/grafana/public/img/icons/unicons/link-broken.svg
/usr/share/grafana/public/img/icons/unicons/link-h.svg
/usr/share/grafana/public/img/icons/unicons/link.svg
/usr/share/grafana/public/img/icons/unicons/linkedin-alt.svg
/usr/share/grafana/public/img/icons/unicons/linkedin.svg
/usr/share/grafana/public/img/icons/unicons/linux.svg
/usr/share/grafana/public/img/icons/unicons/lira-sign.svg
/usr/share/grafana/public/img/icons/unicons/list-ol-alt.svg
/usr/share/grafana/public/img/icons/unicons/list-ol.svg
/usr/share/grafana/public/img/icons/unicons/list-ui-alt.svg
/usr/share/grafana/public/img/icons/unicons/list-ul.svg
/usr/share/grafana/public/img/icons/unicons/location-arrow-alt.svg
/usr/share/grafana/public/img/icons/unicons/location-arrow.svg
/usr/share/grafana/public/img/icons/unicons/location-pin-alt.svg
/usr/share/grafana/public/img/icons/unicons/location-point.svg
/usr/share/grafana/public/img/icons/unicons/lock-access.svg
/usr/share/grafana/public/img/icons/unicons/lock-alt.svg
/usr/share/grafana/public/img/icons/unicons/lock-open-alt.svg
/usr/share/grafana/public/img/icons/unicons/lock-slash.svg
/usr/share/grafana/public/img/icons/unicons/lock.svg
/usr/share/grafana/public/img/icons/unicons/lottiefiles-alt.svg
/usr/share/grafana/public/img/icons/unicons/lottiefiles.svg
/usr/share/grafana/public/img/icons/unicons/luggage-cart.svg
/usr/share/grafana/public/img/icons/unicons/mailbox-alt.svg
/usr/share/grafana/public/img/icons/unicons/mailbox.svg
/usr/share/grafana/public/img/icons/unicons/map-marker-alt.svg
/usr/share/grafana/public/img/icons/unicons/map-marker-edit.svg
/usr/share/grafana/public/img/icons/unicons/map-marker-info.svg
/usr/share/grafana/public/img/icons/unicons/map-marker-minus.svg
/usr/share/grafana/public/img/icons/unicons/map-marker-plus.svg
/usr/share/grafana/public/img/icons/unicons/map-marker-question.svg
/usr/share/grafana/public/img/icons/unicons/map-marker-shield.svg
/usr/share/grafana/public/img/icons/unicons/map-marker-slash.svg
/usr/share/grafana/public/img/icons/unicons/map-marker.svg
/usr/share/grafana/public/img/icons/unicons/map-pin-alt.svg
/usr/share/grafana/public/img/icons/unicons/map-pin.svg
/usr/share/grafana/public/img/icons/unicons/map.svg
/usr/share/grafana/public/img/icons/unicons/mars.svg
/usr/share/grafana/public/img/icons/unicons/master-card.svg
/usr/share/grafana/public/img/icons/unicons/maximize-left.svg
/usr/share/grafana/public/img/icons/unicons/medal.svg
/usr/share/grafana/public/img/icons/unicons/medical-drip.svg
/usr/share/grafana/public/img/icons/unicons/medical-square-full.svg
/usr/share/grafana/public/img/icons/unicons/medical-square.svg
/usr/share/grafana/public/img/icons/unicons/medium-m.svg
/usr/share/grafana/public/img/icons/unicons/medkit.svg
/usr/share/grafana/public/img/icons/unicons/meeting-board.svg
/usr/share/grafana/public/img/icons/unicons/megaphone.svg
/usr/share/grafana/public/img/icons/unicons/meh-alt.svg
/usr/share/grafana/public/img/icons/unicons/meh-closed-eye.svg
/usr/share/grafana/public/img/icons/unicons/meh.svg
/usr/share/grafana/public/img/icons/unicons/message.svg
/usr/share/grafana/public/img/icons/unicons/metro.svg
/usr/share/grafana/public/img/icons/unicons/microphone-slash.svg
/usr/share/grafana/public/img/icons/unicons/microphone.svg
/usr/share/grafana/public/img/icons/unicons/microscope.svg
/usr/share/grafana/public/img/icons/unicons/microsoft.svg
/usr/share/grafana/public/img/icons/unicons/minus-circle.svg
/usr/share/grafana/public/img/icons/unicons/minus-path.svg
/usr/share/grafana/public/img/icons/unicons/minus-square-full.svg
/usr/share/grafana/public/img/icons/unicons/minus-square.svg
/usr/share/grafana/public/img/icons/unicons/minus.svg
/usr/share/grafana/public/img/icons/unicons/missed-call.svg
/usr/share/grafana/public/img/icons/unicons/mobile-android-alt.svg
/usr/share/grafana/public/img/icons/unicons/mobile-android.svg
/usr/share/grafana/public/img/icons/unicons/mobile-vibrate.svg
/usr/share/grafana/public/img/icons/unicons/modem.svg
/usr/share/grafana/public/img/icons/unicons/money-bill-slash.svg
/usr/share/grafana/public/img/icons/unicons/money-bill-stack.svg
/usr/share/grafana/public/img/icons/unicons/money-bill.svg
/usr/share/grafana/public/img/icons/unicons/money-insert.svg
/usr/share/grafana/public/img/icons/unicons/money-stack.svg
/usr/share/grafana/public/img/icons/unicons/money-withdraw.svg
/usr/share/grafana/public/img/icons/unicons/money-withdrawal.svg
/usr/share/grafana/public/img/icons/unicons/moneybag-alt.svg
/usr/share/grafana/public/img/icons/unicons/moneybag.svg
/usr/share/grafana/public/img/icons/unicons/monitor-heart-rate.svg
/usr/share/grafana/public/img/icons/unicons/monitor.svg
/usr/share/grafana/public/img/icons/unicons/moon-eclipse.svg
/usr/share/grafana/public/img/icons/unicons/moon.svg
/usr/share/grafana/public/img/icons/unicons/moonset.svg
/usr/share/grafana/public/img/icons/unicons/mountains-sun.svg
/usr/share/grafana/public/img/icons/unicons/mountains.svg
/usr/share/grafana/public/img/icons/unicons/mouse-alt-2.svg
/usr/share/grafana/public/img/icons/unicons/mouse-alt.svg
/usr/share/grafana/public/img/icons/unicons/mouse.svg
/usr/share/grafana/public/img/icons/unicons/multiply.svg
/usr/share/grafana/public/img/icons/unicons/music-note.svg
/usr/share/grafana/public/img/icons/unicons/music-tune-slash.svg
/usr/share/grafana/public/img/icons/unicons/music.svg
/usr/share/grafana/public/img/icons/unicons/n-a.svg
/usr/share/grafana/public/img/icons/unicons/navigator.svg
/usr/share/grafana/public/img/icons/unicons/nerd.svg
/usr/share/grafana/public/img/icons/unicons/newspaper.svg
/usr/share/grafana/public/img/icons/unicons/ninja.svg
/usr/share/grafana/public/img/icons/unicons/no-entry.svg
/usr/share/grafana/public/img/icons/unicons/notebooks.svg
/usr/share/grafana/public/img/icons/unicons/notes.svg
/usr/share/grafana/public/img/icons/unicons/object-group.svg
/usr/share/grafana/public/img/icons/unicons/object-ungroup.svg
/usr/share/grafana/public/img/icons/unicons/octagon.svg
/usr/share/grafana/public/img/icons/unicons/okta.svg
/usr/share/grafana/public/img/icons/unicons/opera-alt.svg
/usr/share/grafana/public/img/icons/unicons/opera.svg
/usr/share/grafana/public/img/icons/unicons/outgoing-call.svg
/usr/share/grafana/public/img/icons/unicons/package.svg
/usr/share/grafana/public/img/icons/unicons/padlock.svg
/usr/share/grafana/public/img/icons/unicons/pagelines.svg
/usr/share/grafana/public/img/icons/unicons/pagerduty.svg
/usr/share/grafana/public/img/icons/unicons/paint-tool.svg
/usr/share/grafana/public/img/icons/unicons/palette.svg
/usr/share/grafana/public/img/icons/unicons/panel-add.svg
/usr/share/grafana/public/img/icons/unicons/panorama-h-alt.svg
/usr/share/grafana/public/img/icons/unicons/panorama-h.svg
/usr/share/grafana/public/img/icons/unicons/panorama-v.svg
/usr/share/grafana/public/img/icons/unicons/paperclip.svg
/usr/share/grafana/public/img/icons/unicons/paragraph.svg
/usr/share/grafana/public/img/icons/unicons/parcel.svg
/usr/share/grafana/public/img/icons/unicons/parking-circle.svg
/usr/share/grafana/public/img/icons/unicons/parking-square.svg
/usr/share/grafana/public/img/icons/unicons/pathfinder-unite.svg
/usr/share/grafana/public/img/icons/unicons/pathfinder.svg
/usr/share/grafana/public/img/icons/unicons/pause-circle.svg
/usr/share/grafana/public/img/icons/unicons/pause.svg
/usr/share/grafana/public/img/icons/unicons/paypal.svg
/usr/share/grafana/public/img/icons/unicons/pen.svg
/usr/share/grafana/public/img/icons/unicons/pentagon.svg
/usr/share/grafana/public/img/icons/unicons/percentage.svg
/usr/share/grafana/public/img/icons/unicons/phone-alt.svg
/usr/share/grafana/public/img/icons/unicons/phone-pause.svg
/usr/share/grafana/public/img/icons/unicons/phone-slash.svg
/usr/share/grafana/public/img/icons/unicons/phone-times.svg
/usr/share/grafana/public/img/icons/unicons/phone-volume.svg
/usr/share/grafana/public/img/icons/unicons/phone.svg
/usr/share/grafana/public/img/icons/unicons/picture.svg
/usr/share/grafana/public/img/icons/unicons/pizza-slice.svg
/usr/share/grafana/public/img/icons/unicons/plane-arrival.svg
/usr/share/grafana/public/img/icons/unicons/plane-departure.svg
/usr/share/grafana/public/img/icons/unicons/plane-fly.svg
/usr/share/grafana/public/img/icons/unicons/plane.svg
/usr/share/grafana/public/img/icons/unicons/play-circle.svg
/usr/share/grafana/public/img/icons/unicons/play.svg
/usr/share/grafana/public/img/icons/unicons/plug.svg
/usr/share/grafana/public/img/icons/unicons/plus-circle.svg
/usr/share/grafana/public/img/icons/unicons/plus-square.svg
/usr/share/grafana/public/img/icons/unicons/plus.svg
/usr/share/grafana/public/img/icons/unicons/podium.svg
/usr/share/grafana/public/img/icons/unicons/polygon.svg
/usr/share/grafana/public/img/icons/unicons/post-stamp.svg
/usr/share/grafana/public/img/icons/unicons/postcard.svg
/usr/share/grafana/public/img/icons/unicons/pound-circle.svg
/usr/share/grafana/public/img/icons/unicons/pound.svg
/usr/share/grafana/public/img/icons/unicons/power.svg
/usr/share/grafana/public/img/icons/unicons/prescription-bottle.svg
/usr/share/grafana/public/img/icons/unicons/presentation-check.svg
/usr/share/grafana/public/img/icons/unicons/presentation-edit.svg
/usr/share/grafana/public/img/icons/unicons/presentation-line.svg
/usr/share/grafana/public/img/icons/unicons/presentation-lines-alt.svg
/usr/share/grafana/public/img/icons/unicons/presentation-minus.svg
/usr/share/grafana/public/img/icons/unicons/presentation-play.svg
/usr/share/grafana/public/img/icons/unicons/presentation-plus.svg
/usr/share/grafana/public/img/icons/unicons/presentation-times.svg
/usr/share/grafana/public/img/icons/unicons/presentation.svg
/usr/share/grafana/public/img/icons/unicons/previous.svg
/usr/share/grafana/public/img/icons/unicons/pricetag-alt.svg
/usr/share/grafana/public/img/icons/unicons/print-slash.svg
/usr/share/grafana/public/img/icons/unicons/print.svg
/usr/share/grafana/public/img/icons/unicons/process.svg
/usr/share/grafana/public/img/icons/unicons/processor.svg
/usr/share/grafana/public/img/icons/unicons/programming-language.svg
/usr/share/grafana/public/img/icons/unicons/pump.svg
/usr/share/grafana/public/img/icons/unicons/puzzle-piece.svg
/usr/share/grafana/public/img/icons/unicons/qrcode-scan.svg
/usr/share/grafana/public/img/icons/unicons/question-circle.svg
/usr/share/grafana/public/img/icons/unicons/question.svg
/usr/share/grafana/public/img/icons/unicons/rainbow.svg
/usr/share/grafana/public/img/icons/unicons/raindrops-alt.svg
/usr/share/grafana/public/img/icons/unicons/raindrops.svg
/usr/share/grafana/public/img/icons/unicons/react.svg
/usr/share/grafana/public/img/icons/unicons/receipt-alt.svg
/usr/share/grafana/public/img/icons/unicons/receipt.svg
/usr/share/grafana/public/img/icons/unicons/record-audio.svg
/usr/share/grafana/public/img/icons/unicons/reddit-alien-alt.svg
/usr/share/grafana/public/img/icons/unicons/redo.svg
/usr/share/grafana/public/img/icons/unicons/refresh.svg
/usr/share/grafana/public/img/icons/unicons/registered.svg
/usr/share/grafana/public/img/icons/unicons/repeat.svg
/usr/share/grafana/public/img/icons/unicons/restaurant.svg
/usr/share/grafana/public/img/icons/unicons/right-indent-alt.svg
/usr/share/grafana/public/img/icons/unicons/right-to-left-text-direction.svg
/usr/share/grafana/public/img/icons/unicons/robot.svg
/usr/share/grafana/public/img/icons/unicons/rocket.svg
/usr/share/grafana/public/img/icons/unicons/rope-way.svg
/usr/share/grafana/public/img/icons/unicons/rotate-360.svg
/usr/share/grafana/public/img/icons/unicons/rss-alt.svg
/usr/share/grafana/public/img/icons/unicons/rss-interface.svg
/usr/share/grafana/public/img/icons/unicons/rss.svg
/usr/share/grafana/public/img/icons/unicons/ruler-combined.svg
/usr/share/grafana/public/img/icons/unicons/ruler.svg
/usr/share/grafana/public/img/icons/unicons/rupee-sign.svg
/usr/share/grafana/public/img/icons/unicons/sad-cry.svg
/usr/share/grafana/public/img/icons/unicons/sad-crying.svg
/usr/share/grafana/public/img/icons/unicons/sad-dizzy.svg
/usr/share/grafana/public/img/icons/unicons/sad-squint.svg
/usr/share/grafana/public/img/icons/unicons/sad.svg
/usr/share/grafana/public/img/icons/unicons/sanitizer-alt.svg
/usr/share/grafana/public/img/icons/unicons/sanitizer.svg
/usr/share/grafana/public/img/icons/unicons/save.svg
/usr/share/grafana/public/img/icons/unicons/scaling-left.svg
/usr/share/grafana/public/img/icons/unicons/scaling-right.svg
/usr/share/grafana/public/img/icons/unicons/scenery.svg
/usr/share/grafana/public/img/icons/unicons/schedule.svg
/usr/share/grafana/public/img/icons/unicons/screw.svg
/usr/share/grafana/public/img/icons/unicons/scroll-h.svg
/usr/share/grafana/public/img/icons/unicons/scroll.svg
/usr/share/grafana/public/img/icons/unicons/search-alt.svg
/usr/share/grafana/public/img/icons/unicons/search-minus.svg
/usr/share/grafana/public/img/icons/unicons/search-plus.svg
/usr/share/grafana/public/img/icons/unicons/search.svg
/usr/share/grafana/public/img/icons/unicons/selfie.svg
/usr/share/grafana/public/img/icons/unicons/server-alt.svg
/usr/share/grafana/public/img/icons/unicons/server-connection.svg
/usr/share/grafana/public/img/icons/unicons/server-network-alt.svg
/usr/share/grafana/public/img/icons/unicons/server-network.svg
/usr/share/grafana/public/img/icons/unicons/server.svg
/usr/share/grafana/public/img/icons/unicons/servers.svg
/usr/share/grafana/public/img/icons/unicons/servicemark.svg
/usr/share/grafana/public/img/icons/unicons/setting.svg
/usr/share/grafana/public/img/icons/unicons/share-alt.svg
/usr/share/grafana/public/img/icons/unicons/share.svg
/usr/share/grafana/public/img/icons/unicons/shield-check.svg
/usr/share/grafana/public/img/icons/unicons/shield-exclamation.svg
/usr/share/grafana/public/img/icons/unicons/shield-plus.svg
/usr/share/grafana/public/img/icons/unicons/shield-question.svg
/usr/share/grafana/public/img/icons/unicons/shield-slash.svg
/usr/share/grafana/public/img/icons/unicons/shield.svg
/usr/share/grafana/public/img/icons/unicons/ship.svg
/usr/share/grafana/public/img/icons/unicons/shop.svg
/usr/share/grafana/public/img/icons/unicons/shopping-bag.svg
/usr/share/grafana/public/img/icons/unicons/shopping-basket.svg
/usr/share/grafana/public/img/icons/unicons/shopping-cart-alt.svg
/usr/share/grafana/public/img/icons/unicons/shopping-cart.svg
/usr/share/grafana/public/img/icons/unicons/shovel.svg
/usr/share/grafana/public/img/icons/unicons/shrink.svg
/usr/share/grafana/public/img/icons/unicons/shuffle.svg
/usr/share/grafana/public/img/icons/unicons/shutter-alt.svg
/usr/share/grafana/public/img/icons/unicons/shutter.svg
/usr/share/grafana/public/img/icons/unicons/sick.svg
/usr/share/grafana/public/img/icons/unicons/sigma.svg
/usr/share/grafana/public/img/icons/unicons/sign-alt.svg
/usr/share/grafana/public/img/icons/unicons/sign-in-alt.svg
/usr/share/grafana/public/img/icons/unicons/sign-left.svg
/usr/share/grafana/public/img/icons/unicons/sign-out-alt.svg
/usr/share/grafana/public/img/icons/unicons/sign-right.svg
/usr/share/grafana/public/img/icons/unicons/signal-alt-3.svg
/usr/share/grafana/public/img/icons/unicons/signal-alt.svg
/usr/share/grafana/public/img/icons/unicons/signal.svg
/usr/share/grafana/public/img/icons/unicons/signin.svg
/usr/share/grafana/public/img/icons/unicons/signout.svg
/usr/share/grafana/public/img/icons/unicons/silence.svg
/usr/share/grafana/public/img/icons/unicons/silent-squint.svg
/usr/share/grafana/public/img/icons/unicons/sim-card.svg
/usr/share/grafana/public/img/icons/unicons/sitemap.svg
/usr/share/grafana/public/img/icons/unicons/skip-forward-alt.svg
/usr/share/grafana/public/img/icons/unicons/skip-forward-circle.svg
/usr/share/grafana/public/img/icons/unicons/skip-forward.svg
/usr/share/grafana/public/img/icons/unicons/skype-alt.svg
/usr/share/grafana/public/img/icons/unicons/skype.svg
/usr/share/grafana/public/img/icons/unicons/slack-alt.svg
/usr/share/grafana/public/img/icons/unicons/slack.svg
/usr/share/grafana/public/img/icons/unicons/slider-h-range.svg
/usr/share/grafana/public/img/icons/unicons/slider-h.svg
/usr/share/grafana/public/img/icons/unicons/sliders-v-alt.svg
/usr/share/grafana/public/img/icons/unicons/sliders-v.svg
/usr/share/grafana/public/img/icons/unicons/smile-beam.svg
/usr/share/grafana/public/img/icons/unicons/smile-dizzy.svg
/usr/share/grafana/public/img/icons/unicons/smile-squint-wink-alt.svg
/usr/share/grafana/public/img/icons/unicons/smile-squint-wink.svg
/usr/share/grafana/public/img/icons/unicons/smile-wink-alt.svg
/usr/share/grafana/public/img/icons/unicons/smile-wink.svg
/usr/share/grafana/public/img/icons/unicons/smile.svg
/usr/share/grafana/public/img/icons/unicons/snapchat-alt.svg
/usr/share/grafana/public/img/icons/unicons/snapchat-ghost.svg
/usr/share/grafana/public/img/icons/unicons/snapchat-square.svg
/usr/share/grafana/public/img/icons/unicons/snow-flake.svg
/usr/share/grafana/public/img/icons/unicons/snowflake-alt.svg
/usr/share/grafana/public/img/icons/unicons/snowflake.svg
/usr/share/grafana/public/img/icons/unicons/social-distancing.svg
/usr/share/grafana/public/img/icons/unicons/sort-amount-down.svg
/usr/share/grafana/public/img/icons/unicons/sort-amount-up.svg
/usr/share/grafana/public/img/icons/unicons/sort.svg
/usr/share/grafana/public/img/icons/unicons/sorting.svg
/usr/share/grafana/public/img/icons/unicons/space-key.svg
/usr/share/grafana/public/img/icons/unicons/spade.svg
/usr/share/grafana/public/img/icons/unicons/sperms.svg
/usr/share/grafana/public/img/icons/unicons/spin.svg
/usr/share/grafana/public/img/icons/unicons/spinner.svg
/usr/share/grafana/public/img/icons/unicons/square-full.svg
/usr/share/grafana/public/img/icons/unicons/square-shape.svg
/usr/share/grafana/public/img/icons/unicons/square.svg
/usr/share/grafana/public/img/icons/unicons/squint.svg
/usr/share/grafana/public/img/icons/unicons/star-half-alt.svg
/usr/share/grafana/public/img/icons/unicons/star.svg
/usr/share/grafana/public/img/icons/unicons/step-backward-alt.svg
/usr/share/grafana/public/img/icons/unicons/step-backward-circle.svg
/usr/share/grafana/public/img/icons/unicons/step-backward.svg
/usr/share/grafana/public/img/icons/unicons/step-forward.svg
/usr/share/grafana/public/img/icons/unicons/stethoscope-alt.svg
/usr/share/grafana/public/img/icons/unicons/stethoscope.svg
/usr/share/grafana/public/img/icons/unicons/stop-circle.svg
/usr/share/grafana/public/img/icons/unicons/stopwatch-slash.svg
/usr/share/grafana/public/img/icons/unicons/stopwatch.svg
/usr/share/grafana/public/img/icons/unicons/store-alt.svg
/usr/share/grafana/public/img/icons/unicons/store-slash.svg
/usr/share/grafana/public/img/icons/unicons/store.svg
/usr/share/grafana/public/img/icons/unicons/streering.svg
/usr/share/grafana/public/img/icons/unicons/stretcher.svg
/usr/share/grafana/public/img/icons/unicons/subject.svg
/usr/share/grafana/public/img/icons/unicons/subway-alt.svg
/usr/share/grafana/public/img/icons/unicons/subway.svg
/usr/share/grafana/public/img/icons/unicons/suitcase-alt.svg
/usr/share/grafana/public/img/icons/unicons/suitcase.svg
/usr/share/grafana/public/img/icons/unicons/sun.svg
/usr/share/grafana/public/img/icons/unicons/sunset.svg
/usr/share/grafana/public/img/icons/unicons/surprise.svg
/usr/share/grafana/public/img/icons/unicons/swatchbook.svg
/usr/share/grafana/public/img/icons/unicons/swiggy.svg
/usr/share/grafana/public/img/icons/unicons/swimmer.svg
/usr/share/grafana/public/img/icons/unicons/sync-exclamation.svg
/usr/share/grafana/public/img/icons/unicons/sync-slash.svg
/usr/share/grafana/public/img/icons/unicons/sync.svg
/usr/share/grafana/public/img/icons/unicons/syringe.svg
/usr/share/grafana/public/img/icons/unicons/table-tennis.svg
/usr/share/grafana/public/img/icons/unicons/table.svg
/usr/share/grafana/public/img/icons/unicons/tablet.svg
/usr/share/grafana/public/img/icons/unicons/tablets.svg
/usr/share/grafana/public/img/icons/unicons/tachometer-fast-alt.svg
/usr/share/grafana/public/img/icons/unicons/tachometer-fast.svg
/usr/share/grafana/public/img/icons/unicons/tag-alt.svg
/usr/share/grafana/public/img/icons/unicons/tag.svg
/usr/share/grafana/public/img/icons/unicons/tape.svg
/usr/share/grafana/public/img/icons/unicons/taxi.svg
/usr/share/grafana/public/img/icons/unicons/tear.svg
/usr/share/grafana/public/img/icons/unicons/telegram-alt.svg
/usr/share/grafana/public/img/icons/unicons/telegram.svg
/usr/share/grafana/public/img/icons/unicons/telescope.svg
/usr/share/grafana/public/img/icons/unicons/temperature-empty.svg
/usr/share/grafana/public/img/icons/unicons/temperature-half.svg
/usr/share/grafana/public/img/icons/unicons/temperature-minus.svg
/usr/share/grafana/public/img/icons/unicons/temperature-plus.svg
/usr/share/grafana/public/img/icons/unicons/temperature-quarter.svg
/usr/share/grafana/public/img/icons/unicons/temperature-three-quarter.svg
/usr/share/grafana/public/img/icons/unicons/temperature.svg
/usr/share/grafana/public/img/icons/unicons/tennis-ball.svg
/usr/share/grafana/public/img/icons/unicons/text-fields.svg
/usr/share/grafana/public/img/icons/unicons/text-size.svg
/usr/share/grafana/public/img/icons/unicons/text-strike-through.svg
/usr/share/grafana/public/img/icons/unicons/text.svg
/usr/share/grafana/public/img/icons/unicons/th-large.svg
/usr/share/grafana/public/img/icons/unicons/th-slash.svg
/usr/share/grafana/public/img/icons/unicons/th.svg
/usr/share/grafana/public/img/icons/unicons/thermometer.svg
/usr/share/grafana/public/img/icons/unicons/thumbs-down.svg
/usr/share/grafana/public/img/icons/unicons/thumbs-up.svg
/usr/share/grafana/public/img/icons/unicons/thunderstorm-moon.svg
/usr/share/grafana/public/img/icons/unicons/thunderstorm-sun.svg
/usr/share/grafana/public/img/icons/unicons/thunderstorm.svg
/usr/share/grafana/public/img/icons/unicons/ticket.svg
/usr/share/grafana/public/img/icons/unicons/times-circle.svg
/usr/share/grafana/public/img/icons/unicons/times-square.svg
/usr/share/grafana/public/img/icons/unicons/times.svg
/usr/share/grafana/public/img/icons/unicons/toggle-off.svg
/usr/share/grafana/public/img/icons/unicons/toggle-on.svg
/usr/share/grafana/public/img/icons/unicons/toilet-paper.svg
/usr/share/grafana/public/img/icons/unicons/top-arrow-from-top.svg
/usr/share/grafana/public/img/icons/unicons/top-arrow-to-top.svg
/usr/share/grafana/public/img/icons/unicons/tornado.svg
/usr/share/grafana/public/img/icons/unicons/trademark-circle.svg
/usr/share/grafana/public/img/icons/unicons/trademark.svg
/usr/share/grafana/public/img/icons/unicons/traffic-barrier.svg
/usr/share/grafana/public/img/icons/unicons/traffic-light.svg
/usr/share/grafana/public/img/icons/unicons/transaction.svg
/usr/share/grafana/public/img/icons/unicons/trash-alt.svg
/usr/share/grafana/public/img/icons/unicons/trash.svg
/usr/share/grafana/public/img/icons/unicons/trees.svg
/usr/share/grafana/public/img/icons/unicons/triangle.svg
/usr/share/grafana/public/img/icons/unicons/trophy.svg
/usr/share/grafana/public/img/icons/unicons/trowel.svg
/usr/share/grafana/public/img/icons/unicons/truck-loading.svg
/usr/share/grafana/public/img/icons/unicons/truck.svg
/usr/share/grafana/public/img/icons/unicons/tumblr-alt.svg
/usr/share/grafana/public/img/icons/unicons/tumblr-square.svg
/usr/share/grafana/public/img/icons/unicons/tumblr.svg
/usr/share/grafana/public/img/icons/unicons/tv-retro-slash.svg
/usr/share/grafana/public/img/icons/unicons/tv-retro.svg
/usr/share/grafana/public/img/icons/unicons/twitter-alt.svg
/usr/share/grafana/public/img/icons/unicons/twitter.svg
/usr/share/grafana/public/img/icons/unicons/umbrella.svg
/usr/share/grafana/public/img/icons/unicons/unamused.svg
/usr/share/grafana/public/img/icons/unicons/underline.svg
/usr/share/grafana/public/img/icons/unicons/university.svg
/usr/share/grafana/public/img/icons/unicons/unlock-alt.svg
/usr/share/grafana/public/img/icons/unicons/unlock.svg
/usr/share/grafana/public/img/icons/unicons/upload-alt.svg
/usr/share/grafana/public/img/icons/unicons/upload.svg
/usr/share/grafana/public/img/icons/unicons/usd-circle.svg
/usr/share/grafana/public/img/icons/unicons/usd-square.svg
/usr/share/grafana/public/img/icons/unicons/user-arrows.svg
/usr/share/grafana/public/img/icons/unicons/user-check.svg
/usr/share/grafana/public/img/icons/unicons/user-circle.svg
/usr/share/grafana/public/img/icons/unicons/user-exclamation.svg
/usr/share/grafana/public/img/icons/unicons/user-location.svg
/usr/share/grafana/public/img/icons/unicons/user-md.svg
/usr/share/grafana/public/img/icons/unicons/user-minus.svg
/usr/share/grafana/public/img/icons/unicons/user-nurse.svg
/usr/share/grafana/public/img/icons/unicons/user-plus.svg
/usr/share/grafana/public/img/icons/unicons/user-square.svg
/usr/share/grafana/public/img/icons/unicons/user-times.svg
/usr/share/grafana/public/img/icons/unicons/user.svg
/usr/share/grafana/public/img/icons/unicons/users-alt.svg
/usr/share/grafana/public/img/icons/unicons/utensils-alt.svg
/usr/share/grafana/public/img/icons/unicons/utensils.svg
/usr/share/grafana/public/img/icons/unicons/vector-square-alt.svg
/usr/share/grafana/public/img/icons/unicons/vector-square.svg
/usr/share/grafana/public/img/icons/unicons/venus.svg
/usr/share/grafana/public/img/icons/unicons/vertical-align-bottom.svg
/usr/share/grafana/public/img/icons/unicons/vertical-align-center.svg
/usr/share/grafana/public/img/icons/unicons/vertical-align-top.svg
/usr/share/grafana/public/img/icons/unicons/vertical-distribute-bottom.svg
/usr/share/grafana/public/img/icons/unicons/vertical-distribution-center.svg
/usr/share/grafana/public/img/icons/unicons/vertical-distribution-top.svg
/usr/share/grafana/public/img/icons/unicons/video-question.svg
/usr/share/grafana/public/img/icons/unicons/video-slash.svg
/usr/share/grafana/public/img/icons/unicons/video.svg
/usr/share/grafana/public/img/icons/unicons/virus-slash.svg
/usr/share/grafana/public/img/icons/unicons/visual-studio.svg
/usr/share/grafana/public/img/icons/unicons/vk-alt.svg
/usr/share/grafana/public/img/icons/unicons/vk.svg
/usr/share/grafana/public/img/icons/unicons/voicemail-rectangle.svg
/usr/share/grafana/public/img/icons/unicons/voicemail.svg
/usr/share/grafana/public/img/icons/unicons/volleyball.svg
/usr/share/grafana/public/img/icons/unicons/volume-down.svg
/usr/share/grafana/public/img/icons/unicons/volume-mute.svg
/usr/share/grafana/public/img/icons/unicons/volume-off.svg
/usr/share/grafana/public/img/icons/unicons/volume-up.svg
/usr/share/grafana/public/img/icons/unicons/volume.svg
/usr/share/grafana/public/img/icons/unicons/vuejs-alt.svg
/usr/share/grafana/public/img/icons/unicons/vuejs.svg
/usr/share/grafana/public/img/icons/unicons/wall.svg
/usr/share/grafana/public/img/icons/unicons/wallet.svg
/usr/share/grafana/public/img/icons/unicons/watch-alt.svg
/usr/share/grafana/public/img/icons/unicons/watch.svg
/usr/share/grafana/public/img/icons/unicons/water-drop-slash.svg
/usr/share/grafana/public/img/icons/unicons/water-glass.svg
/usr/share/grafana/public/img/icons/unicons/water.svg
/usr/share/grafana/public/img/icons/unicons/web-grid-alt.svg
/usr/share/grafana/public/img/icons/unicons/web-grid.svg
/usr/share/grafana/public/img/icons/unicons/web-section-alt.svg
/usr/share/grafana/public/img/icons/unicons/web-section.svg
/usr/share/grafana/public/img/icons/unicons/webcam.svg
/usr/share/grafana/public/img/icons/unicons/weight.svg
/usr/share/grafana/public/img/icons/unicons/whatsapp-alt.svg
/usr/share/grafana/public/img/icons/unicons/whatsapp.svg
/usr/share/grafana/public/img/icons/unicons/wheel-barrow.svg
/usr/share/grafana/public/img/icons/unicons/wheelchair-alt.svg
/usr/share/grafana/public/img/icons/unicons/wheelchair.svg
/usr/share/grafana/public/img/icons/unicons/wifi-router.svg
/usr/share/grafana/public/img/icons/unicons/wifi-slash.svg
/usr/share/grafana/public/img/icons/unicons/wifi.svg
/usr/share/grafana/public/img/icons/unicons/wind-moon.svg
/usr/share/grafana/public/img/icons/unicons/wind-sun.svg
/usr/share/grafana/public/img/icons/unicons/wind.svg
/usr/share/grafana/public/img/icons/unicons/window-grid.svg
/usr/share/grafana/public/img/icons/unicons/window-maximize.svg
/usr/share/grafana/public/img/icons/unicons/window-section.svg
/usr/share/grafana/public/img/icons/unicons/window.svg
/usr/share/grafana/public/img/icons/unicons/windows.svg
/usr/share/grafana/public/img/icons/unicons/windsock.svg
/usr/share/grafana/public/img/icons/unicons/windy.svg
/usr/share/grafana/public/img/icons/unicons/wordpress-simple.svg
/usr/share/grafana/public/img/icons/unicons/wordpress.svg
/usr/share/grafana/public/img/icons/unicons/wrap-text.svg
/usr/share/grafana/public/img/icons/unicons/wrench.svg
/usr/share/grafana/public/img/icons/unicons/x-add.svg
/usr/share/grafana/public/img/icons/unicons/x.svg
/usr/share/grafana/public/img/icons/unicons/yen-circle.svg
/usr/share/grafana/public/img/icons/unicons/yen.svg
/usr/share/grafana/public/img/icons/unicons/yin-yang.svg
/usr/share/grafana/public/img/icons/unicons/youtube.svg
/usr/share/grafana/public/img/icons_dark_theme
/usr/share/grafana/public/img/icons_dark_theme/icon_add_annotation.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_add_annotation_alt.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_add_data_sources.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_add_folder.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_add_link.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_add_notification_channel.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_add_panel.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_add_team.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_add_user.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_add_variable.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_advanced.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_advanced_active.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_alert.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_alert_alt.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_alert_off.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_alert_rules.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_alerting.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_alerting_active.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_annotation.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_annotation_alt.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_apikeys.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_arrow_left.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_arrow_left_circle.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_cog.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_dashboard.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_dashboard_fav.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_dashboard_list.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_data_sources.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_editor.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_explore.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_home.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_import_dashboard.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_json.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_link.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_new_dashboard.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_notification_channels.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_org.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_playlist.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_plugins.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_preferences.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_query.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_query_active.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_question.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_remove.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_reports.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_shield.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_sitemap.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_snapshots.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_team.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_user.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_variable.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_viewer.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_visualize.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_visualize_active.svg
/usr/share/grafana/public/img/icons_dark_theme/icon_zoom_out.svg
/usr/share/grafana/public/img/icons_light_theme
/usr/share/grafana/public/img/icons_light_theme/icon_add_annotation.svg
/usr/share/grafana/public/img/icons_light_theme/icon_add_annotation_alt.svg
/usr/share/grafana/public/img/icons_light_theme/icon_add_data_sources.svg
/usr/share/grafana/public/img/icons_light_theme/icon_add_folder.svg
/usr/share/grafana/public/img/icons_light_theme/icon_add_link.svg
/usr/share/grafana/public/img/icons_light_theme/icon_add_notification_channel.svg
/usr/share/grafana/public/img/icons_light_theme/icon_add_panel.svg
/usr/share/grafana/public/img/icons_light_theme/icon_add_team.svg
/usr/share/grafana/public/img/icons_light_theme/icon_add_user.svg
/usr/share/grafana/public/img/icons_light_theme/icon_add_variable.svg
/usr/share/grafana/public/img/icons_light_theme/icon_advanced.svg
/usr/share/grafana/public/img/icons_light_theme/icon_advanced_active.svg
/usr/share/grafana/public/img/icons_light_theme/icon_alert.svg
/usr/share/grafana/public/img/icons_light_theme/icon_alert_alt.svg
/usr/share/grafana/public/img/icons_light_theme/icon_alert_off.svg
/usr/share/grafana/public/img/icons_light_theme/icon_alert_rules.svg
/usr/share/grafana/public/img/icons_light_theme/icon_alerting.svg
/usr/share/grafana/public/img/icons_light_theme/icon_alerting_active.svg
/usr/share/grafana/public/img/icons_light_theme/icon_annotation.svg
/usr/share/grafana/public/img/icons_light_theme/icon_annotation_alt.svg
/usr/share/grafana/public/img/icons_light_theme/icon_apikeys.svg
/usr/share/grafana/public/img/icons_light_theme/icon_arrow_left.svg
/usr/share/grafana/public/img/icons_light_theme/icon_arrow_left_circle.svg
/usr/share/grafana/public/img/icons_light_theme/icon_cog.svg
/usr/share/grafana/public/img/icons_light_theme/icon_dashboard.svg
/usr/share/grafana/public/img/icons_light_theme/icon_dashboard_fav.svg
/usr/share/grafana/public/img/icons_light_theme/icon_dashboard_list.svg
/usr/share/grafana/public/img/icons_light_theme/icon_data_sources.svg
/usr/share/grafana/public/img/icons_light_theme/icon_editor.svg
/usr/share/grafana/public/img/icons_light_theme/icon_explore.svg
/usr/share/grafana/public/img/icons_light_theme/icon_home.svg
/usr/share/grafana/public/img/icons_light_theme/icon_import_dashboard.svg
/usr/share/grafana/public/img/icons_light_theme/icon_json.svg
/usr/share/grafana/public/img/icons_light_theme/icon_link.svg
/usr/share/grafana/public/img/icons_light_theme/icon_new_dashboard.svg
/usr/share/grafana/public/img/icons_light_theme/icon_notification_channels.svg
/usr/share/grafana/public/img/icons_light_theme/icon_org.svg
/usr/share/grafana/public/img/icons_light_theme/icon_playlist.svg
/usr/share/grafana/public/img/icons_light_theme/icon_plugins.svg
/usr/share/grafana/public/img/icons_light_theme/icon_preferences.svg
/usr/share/grafana/public/img/icons_light_theme/icon_query.svg
/usr/share/grafana/public/img/icons_light_theme/icon_query_active.svg
/usr/share/grafana/public/img/icons_light_theme/icon_question.svg
/usr/share/grafana/public/img/icons_light_theme/icon_remove.svg
/usr/share/grafana/public/img/icons_light_theme/icon_reports.svg
/usr/share/grafana/public/img/icons_light_theme/icon_shield.svg
/usr/share/grafana/public/img/icons_light_theme/icon_sitemap.svg
/usr/share/grafana/public/img/icons_light_theme/icon_snapshots.svg
/usr/share/grafana/public/img/icons_light_theme/icon_team.svg
/usr/share/grafana/public/img/icons_light_theme/icon_user.svg
/usr/share/grafana/public/img/icons_light_theme/icon_variable.svg
/usr/share/grafana/public/img/icons_light_theme/icon_viewer.svg
/usr/share/grafana/public/img/icons_light_theme/icon_visualize.svg
/usr/share/grafana/public/img/icons_light_theme/icon_visualize_active.svg
/usr/share/grafana/public/img/icons_light_theme/icon_zoom_out.svg
/usr/share/grafana/public/img/licensing
/usr/share/grafana/public/img/licensing/card-bg-dark.svg
/usr/share/grafana/public/img/licensing/card-bg-light.svg
/usr/share/grafana/public/img/licensing/checkmark.svg
/usr/share/grafana/public/img/licensing/customer_support.svg
/usr/share/grafana/public/img/licensing/handinhand_support.svg
/usr/share/grafana/public/img/licensing/header_dark.svg
/usr/share/grafana/public/img/licensing/header_light.svg
/usr/share/grafana/public/img/licensing/plugin_enterprise.svg
/usr/share/grafana/public/img/licensing/sla.svg
/usr/share/grafana/public/img/light.png
/usr/share/grafana/public/img/load.gif
/usr/share/grafana/public/img/load_big.gif
/usr/share/grafana/public/img/loading-pulse.svg
/usr/share/grafana/public/img/login_background_dark.svg
/usr/share/grafana/public/img/login_background_light.svg
/usr/share/grafana/public/img/logo_transparent_200x.png
/usr/share/grafana/public/img/logo_transparent_200x75.png
/usr/share/grafana/public/img/logo_transparent_400x.png
/usr/share/grafana/public/img/microsoft_auth_icon.svg
/usr/share/grafana/public/img/mixed_styles.png
/usr/share/grafana/public/img/mstile-150x150.png
/usr/share/grafana/public/img/okta_logo_white.png
/usr/share/grafana/public/img/online.svg
/usr/share/grafana/public/img/page_header_line.png
/usr/share/grafana/public/img/panel-tabs
/usr/share/grafana/public/img/panel-tabs/alert-selected.svg
/usr/share/grafana/public/img/panel-tabs/alert.svg
/usr/share/grafana/public/img/panel-tabs/general-selected.svg
/usr/share/grafana/public/img/panel-tabs/general.svg
/usr/share/grafana/public/img/panel-tabs/queries-selected.svg
/usr/share/grafana/public/img/panel-tabs/queries.svg
/usr/share/grafana/public/img/panel-tabs/visualization-selected.svg
/usr/share/grafana/public/img/panel-tabs/visualization.svg
/usr/share/grafana/public/img/plugin-default-logo_dark.svg
/usr/share/grafana/public/img/plugin-default-logo_light.svg
/usr/share/grafana/public/img/plugins
/usr/share/grafana/public/img/plugins/appdynamics.svg
/usr/share/grafana/public/img/plugins/azure-devops.png
/usr/share/grafana/public/img/plugins/datadog.png
/usr/share/grafana/public/img/plugins/dynatrace.png
/usr/share/grafana/public/img/plugins/gitlab.svg
/usr/share/grafana/public/img/plugins/honeycomb.png
/usr/share/grafana/public/img/plugins/jira_logo.png
/usr/share/grafana/public/img/plugins/mongodb.svg
/usr/share/grafana/public/img/plugins/newrelic.svg
/usr/share/grafana/public/img/plugins/oracle.png
/usr/share/grafana/public/img/plugins/salesforce.svg
/usr/share/grafana/public/img/plugins/sap_hana.png
/usr/share/grafana/public/img/plugins/servicenow.svg
/usr/share/grafana/public/img/plugins/signalfx-logo.svg
/usr/share/grafana/public/img/plugins/snowflake.svg
/usr/share/grafana/public/img/plugins/splunk_logo_128.png
/usr/share/grafana/public/img/plugins/sumo.svg
/usr/share/grafana/public/img/plugins/wavefront.svg
/usr/share/grafana/public/img/rendering_error_dark.png
/usr/share/grafana/public/img/rendering_error_light.png
/usr/share/grafana/public/img/rendering_limit_dark.png
/usr/share/grafana/public/img/rendering_limit_light.png
/usr/share/grafana/public/img/rendering_plugin_not_installed.png
/usr/share/grafana/public/img/rendering_timeout_dark.png
/usr/share/grafana/public/img/rendering_timeout_light.png
/usr/share/grafana/public/img/transformations
/usr/share/grafana/public/img/transformations/dark
/usr/share/grafana/public/img/transformations/dark/calculateField.svg
/usr/share/grafana/public/img/transformations/dark/concatenate.svg
/usr/share/grafana/public/img/transformations/dark/configFromData.svg
/usr/share/grafana/public/img/transformations/dark/convertFieldType.svg
/usr/share/grafana/public/img/transformations/dark/extractFields.svg
/usr/share/grafana/public/img/transformations/dark/fieldLookup.svg
/usr/share/grafana/public/img/transformations/dark/filterByRefId.svg
/usr/share/grafana/public/img/transformations/dark/filterByValue.svg
/usr/share/grafana/public/img/transformations/dark/filterFieldsByName.svg
/usr/share/grafana/public/img/transformations/dark/formatString.svg
/usr/share/grafana/public/img/transformations/dark/formatTime.svg
/usr/share/grafana/public/img/transformations/dark/groupBy.svg
/usr/share/grafana/public/img/transformations/dark/groupByCalculation.svg
/usr/share/grafana/public/img/transformations/dark/groupingToMatrix.svg
/usr/share/grafana/public/img/transformations/dark/heatmap.svg
/usr/share/grafana/public/img/transformations/dark/histogram.svg
/usr/share/grafana/public/img/transformations/dark/joinByField.svg
/usr/share/grafana/public/img/transformations/dark/joinByLabels.svg
/usr/share/grafana/public/img/transformations/dark/labelsToFields.svg
/usr/share/grafana/public/img/transformations/dark/limit.svg
/usr/share/grafana/public/img/transformations/dark/merge.svg
/usr/share/grafana/public/img/transformations/dark/organize.svg
/usr/share/grafana/public/img/transformations/dark/partitionByValues.svg
/usr/share/grafana/public/img/transformations/dark/prepareTimeSeries.svg
/usr/share/grafana/public/img/transformations/dark/reduce.svg
/usr/share/grafana/public/img/transformations/dark/regression.svg
/usr/share/grafana/public/img/transformations/dark/renameByRegex.svg
/usr/share/grafana/public/img/transformations/dark/rowsToFields.svg
/usr/share/grafana/public/img/transformations/dark/seriesToRows.svg
/usr/share/grafana/public/img/transformations/dark/sortBy.svg
/usr/share/grafana/public/img/transformations/dark/spatial.svg
/usr/share/grafana/public/img/transformations/dark/timeSeriesTable.svg
/usr/share/grafana/public/img/transformations/disabled
/usr/share/grafana/public/img/transformations/disabled/formatTime.svg
/usr/share/grafana/public/img/transformations/disabled/groupBy.svg
/usr/share/grafana/public/img/transformations/disabled/groupingToMatrix.svg
/usr/share/grafana/public/img/transformations/disabled/heatmap.svg
/usr/share/grafana/public/img/transformations/disabled/merge.svg
/usr/share/grafana/public/img/transformations/disabled/organize.svg
/usr/share/grafana/public/img/transformations/disabled/timeSeriesTable.svg
/usr/share/grafana/public/img/transformations/light
/usr/share/grafana/public/img/transformations/light/calculateField.svg
/usr/share/grafana/public/img/transformations/light/concatenate.svg
/usr/share/grafana/public/img/transformations/light/configFromData.svg
/usr/share/grafana/public/img/transformations/light/convertFieldType.svg
/usr/share/grafana/public/img/transformations/light/extractFields.svg
/usr/share/grafana/public/img/transformations/light/fieldLookup.svg
/usr/share/grafana/public/img/transformations/light/filterByRefId.svg
/usr/share/grafana/public/img/transformations/light/filterByValue.svg
/usr/share/grafana/public/img/transformations/light/filterFieldsByName.svg
/usr/share/grafana/public/img/transformations/light/formatString.svg
/usr/share/grafana/public/img/transformations/light/formatTime.svg
/usr/share/grafana/public/img/transformations/light/groupBy.svg
/usr/share/grafana/public/img/transformations/light/groupByCalculation.svg
/usr/share/grafana/public/img/transformations/light/groupingToMatrix.svg
/usr/share/grafana/public/img/transformations/light/heatmap.svg
/usr/share/grafana/public/img/transformations/light/histogram.svg
/usr/share/grafana/public/img/transformations/light/joinByField.svg
/usr/share/grafana/public/img/transformations/light/joinByLabels.svg
/usr/share/grafana/public/img/transformations/light/labelsToFields.svg
/usr/share/grafana/public/img/transformations/light/limit.svg
/usr/share/grafana/public/img/transformations/light/merge.svg
/usr/share/grafana/public/img/transformations/light/organize.svg
/usr/share/grafana/public/img/transformations/light/partitionByValues.svg
/usr/share/grafana/public/img/transformations/light/prepareTimeSeries.svg
/usr/share/grafana/public/img/transformations/light/reduce.svg
/usr/share/grafana/public/img/transformations/light/regression.svg
/usr/share/grafana/public/img/transformations/light/renameByRegex.svg
/usr/share/grafana/public/img/transformations/light/rowsToFields.svg
/usr/share/grafana/public/img/transformations/light/seriesToRows.svg
/usr/share/grafana/public/img/transformations/light/sortBy.svg
/usr/share/grafana/public/img/transformations/light/spatial.svg
/usr/share/grafana/public/img/transformations/light/timeSeriesTable.svg
/usr/share/grafana/public/img/transparent.png
/usr/share/grafana/public/img/user_profile.png
/usr/share/grafana/public/img/warn-tiny.svg
/usr/share/grafana/public/img/warn.svg
/usr/share/grafana/public/lib
/usr/share/grafana/public/lib/.gitignore
/usr/share/grafana/public/lib/monaco
/usr/share/grafana/public/lib/monaco-languages
/usr/share/grafana/public/lib/monaco-languages/index.ts
/usr/share/grafana/public/lib/monaco-languages/kusto.ts
/usr/share/grafana/public/lib/monaco/min
/usr/share/grafana/public/lib/monaco/min/vs
/usr/share/grafana/public/lib/monaco/min/vs/base
/usr/share/grafana/public/lib/monaco/min/vs/base/browser
/usr/share/grafana/public/lib/monaco/min/vs/base/browser/ui
/usr/share/grafana/public/lib/monaco/min/vs/base/browser/ui/codicons
/usr/share/grafana/public/lib/monaco/min/vs/base/browser/ui/codicons/codicon
/usr/share/grafana/public/lib/monaco/min/vs/base/browser/ui/codicons/codicon/codicon.ttf
/usr/share/grafana/public/lib/monaco/min/vs/base/common
/usr/share/grafana/public/lib/monaco/min/vs/base/common/worker
/usr/share/grafana/public/lib/monaco/min/vs/base/common/worker/simpleWorker.nls.de.js
/usr/share/grafana/public/lib/monaco/min/vs/base/common/worker/simpleWorker.nls.de.js.map
/usr/share/grafana/public/lib/monaco/min/vs/base/common/worker/simpleWorker.nls.es.js
/usr/share/grafana/public/lib/monaco/min/vs/base/common/worker/simpleWorker.nls.es.js.map
/usr/share/grafana/public/lib/monaco/min/vs/base/common/worker/simpleWorker.nls.fr.js
/usr/share/grafana/public/lib/monaco/min/vs/base/common/worker/simpleWorker.nls.fr.js.map
/usr/share/grafana/public/lib/monaco/min/vs/base/common/worker/simpleWorker.nls.it.js
/usr/share/grafana/public/lib/monaco/min/vs/base/common/worker/simpleWorker.nls.it.js.map
/usr/share/grafana/public/lib/monaco/min/vs/base/common/worker/simpleWorker.nls.ja.js
/usr/share/grafana/public/lib/monaco/min/vs/base/common/worker/simpleWorker.nls.ja.js.map
/usr/share/grafana/public/lib/monaco/min/vs/base/common/worker/simpleWorker.nls.js
/usr/share/grafana/public/lib/monaco/min/vs/base/common/worker/simpleWorker.nls.js.map
/usr/share/grafana/public/lib/monaco/min/vs/base/common/worker/simpleWorker.nls.ko.js
/usr/share/grafana/public/lib/monaco/min/vs/base/common/worker/simpleWorker.nls.ko.js.map
/usr/share/grafana/public/lib/monaco/min/vs/base/common/worker/simpleWorker.nls.ru.js
/usr/share/grafana/public/lib/monaco/min/vs/base/common/worker/simpleWorker.nls.ru.js.map
/usr/share/grafana/public/lib/monaco/min/vs/base/common/worker/simpleWorker.nls.zh-cn.js
/usr/share/grafana/public/lib/monaco/min/vs/base/common/worker/simpleWorker.nls.zh-cn.js.map
/usr/share/grafana/public/lib/monaco/min/vs/base/common/worker/simpleWorker.nls.zh-tw.js
/usr/share/grafana/public/lib/monaco/min/vs/base/common/worker/simpleWorker.nls.zh-tw.js.map
/usr/share/grafana/public/lib/monaco/min/vs/base/worker
/usr/share/grafana/public/lib/monaco/min/vs/base/worker/workerMain.js
/usr/share/grafana/public/lib/monaco/min/vs/base/worker/workerMain.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/abap
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/abap/abap.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/abap/abap.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/apex
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/apex/apex.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/apex/apex.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/azcli
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/azcli/azcli.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/azcli/azcli.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/bat
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/bat/bat.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/bat/bat.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/bicep
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/bicep/bicep.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/bicep/bicep.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/cameligo
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/cameligo/cameligo.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/cameligo/cameligo.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/clojure
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/clojure/clojure.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/clojure/clojure.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/coffee
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/coffee/coffee.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/coffee/coffee.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/cpp
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/cpp/cpp.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/cpp/cpp.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/csharp
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/csharp/csharp.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/csharp/csharp.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/csp
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/csp/csp.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/csp/csp.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/css
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/css/css.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/css/css.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/cypher
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/cypher/cypher.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/cypher/cypher.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/dart
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/dart/dart.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/dart/dart.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/dockerfile
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/dockerfile/dockerfile.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/dockerfile/dockerfile.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/ecl
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/ecl/ecl.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/ecl/ecl.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/elixir
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/elixir/elixir.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/elixir/elixir.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/flow9
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/flow9/flow9.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/flow9/flow9.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/freemarker2
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/freemarker2/freemarker2.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/freemarker2/freemarker2.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/fsharp
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/fsharp/fsharp.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/fsharp/fsharp.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/go
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/go/go.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/go/go.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/graphql
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/graphql/graphql.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/graphql/graphql.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/handlebars
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/handlebars/handlebars.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/handlebars/handlebars.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/hcl
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/hcl/hcl.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/hcl/hcl.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/html
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/html/html.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/html/html.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/ini
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/ini/ini.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/ini/ini.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/java
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/java/java.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/java/java.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/javascript
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/javascript/javascript.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/javascript/javascript.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/julia
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/julia/julia.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/julia/julia.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/kotlin
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/kotlin/kotlin.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/kotlin/kotlin.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/less
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/less/less.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/less/less.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/lexon
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/lexon/lexon.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/lexon/lexon.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/liquid
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/liquid/liquid.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/liquid/liquid.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/lua
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/lua/lua.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/lua/lua.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/m3
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/m3/m3.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/m3/m3.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/markdown
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/markdown/markdown.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/markdown/markdown.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/mips
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/mips/mips.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/mips/mips.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/msdax
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/msdax/msdax.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/msdax/msdax.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/mysql
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/mysql/mysql.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/mysql/mysql.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/objective-c
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/objective-c/objective-c.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/objective-c/objective-c.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/pascal
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/pascal/pascal.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/pascal/pascal.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/pascaligo
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/pascaligo/pascaligo.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/pascaligo/pascaligo.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/perl
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/perl/perl.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/perl/perl.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/pgsql
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/pgsql/pgsql.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/pgsql/pgsql.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/php
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/php/php.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/php/php.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/pla
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/pla/pla.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/pla/pla.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/postiats
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/postiats/postiats.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/postiats/postiats.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/powerquery
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/powerquery/powerquery.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/powerquery/powerquery.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/powershell
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/powershell/powershell.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/powershell/powershell.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/protobuf
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/protobuf/protobuf.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/protobuf/protobuf.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/pug
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/pug/pug.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/pug/pug.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/python
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/python/python.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/python/python.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/qsharp
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/qsharp/qsharp.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/qsharp/qsharp.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/r
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/r/r.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/r/r.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/razor
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/razor/razor.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/razor/razor.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/redis
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/redis/redis.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/redis/redis.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/redshift
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/redshift/redshift.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/redshift/redshift.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/restructuredtext
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/restructuredtext/restructuredtext.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/restructuredtext/restructuredtext.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/ruby
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/ruby/ruby.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/ruby/ruby.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/rust
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/rust/rust.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/rust/rust.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/sb
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/sb/sb.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/sb/sb.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/scala
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/scala/scala.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/scala/scala.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/scheme
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/scheme/scheme.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/scheme/scheme.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/scss
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/scss/scss.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/scss/scss.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/shell
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/shell/shell.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/shell/shell.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/solidity
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/solidity/solidity.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/solidity/solidity.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/sophia
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/sophia/sophia.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/sophia/sophia.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/sparql
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/sparql/sparql.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/sparql/sparql.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/sql
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/sql/sql.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/sql/sql.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/st
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/st/st.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/st/st.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/swift
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/swift/swift.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/swift/swift.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/systemverilog
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/systemverilog/systemverilog.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/systemverilog/systemverilog.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/tcl
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/tcl/tcl.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/tcl/tcl.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/twig
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/twig/twig.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/twig/twig.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/typescript
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/typescript/typescript.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/typescript/typescript.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/vb
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/vb/vb.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/vb/vb.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/xml
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/xml/xml.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/xml/xml.js.map
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/yaml
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/yaml/yaml.js
/usr/share/grafana/public/lib/monaco/min/vs/basic-languages/yaml/yaml.js.map
/usr/share/grafana/public/lib/monaco/min/vs/editor
/usr/share/grafana/public/lib/monaco/min/vs/editor/editor.main.css
/usr/share/grafana/public/lib/monaco/min/vs/editor/editor.main.js
/usr/share/grafana/public/lib/monaco/min/vs/editor/editor.main.js.map
/usr/share/grafana/public/lib/monaco/min/vs/editor/editor.main.nls.de.js
/usr/share/grafana/public/lib/monaco/min/vs/editor/editor.main.nls.de.js.map
/usr/share/grafana/public/lib/monaco/min/vs/editor/editor.main.nls.es.js
/usr/share/grafana/public/lib/monaco/min/vs/editor/editor.main.nls.es.js.map
/usr/share/grafana/public/lib/monaco/min/vs/editor/editor.main.nls.fr.js
/usr/share/grafana/public/lib/monaco/min/vs/editor/editor.main.nls.fr.js.map
/usr/share/grafana/public/lib/monaco/min/vs/editor/editor.main.nls.it.js
/usr/share/grafana/public/lib/monaco/min/vs/editor/editor.main.nls.it.js.map
/usr/share/grafana/public/lib/monaco/min/vs/editor/editor.main.nls.ja.js
/usr/share/grafana/public/lib/monaco/min/vs/editor/editor.main.nls.ja.js.map
/usr/share/grafana/public/lib/monaco/min/vs/editor/editor.main.nls.js
/usr/share/grafana/public/lib/monaco/min/vs/editor/editor.main.nls.js.map
/usr/share/grafana/public/lib/monaco/min/vs/editor/editor.main.nls.ko.js
/usr/share/grafana/public/lib/monaco/min/vs/editor/editor.main.nls.ko.js.map
/usr/share/grafana/public/lib/monaco/min/vs/editor/editor.main.nls.ru.js
/usr/share/grafana/public/lib/monaco/min/vs/editor/editor.main.nls.ru.js.map
/usr/share/grafana/public/lib/monaco/min/vs/editor/editor.main.nls.zh-cn.js
/usr/share/grafana/public/lib/monaco/min/vs/editor/editor.main.nls.zh-cn.js.map
/usr/share/grafana/public/lib/monaco/min/vs/editor/editor.main.nls.zh-tw.js
/usr/share/grafana/public/lib/monaco/min/vs/editor/editor.main.nls.zh-tw.js.map
/usr/share/grafana/public/lib/monaco/min/vs/language
/usr/share/grafana/public/lib/monaco/min/vs/language/css
/usr/share/grafana/public/lib/monaco/min/vs/language/css/cssMode.js
/usr/share/grafana/public/lib/monaco/min/vs/language/css/cssMode.js.map
/usr/share/grafana/public/lib/monaco/min/vs/language/css/cssWorker.js
/usr/share/grafana/public/lib/monaco/min/vs/language/css/cssWorker.js.map
/usr/share/grafana/public/lib/monaco/min/vs/language/html
/usr/share/grafana/public/lib/monaco/min/vs/language/html/htmlMode.js
/usr/share/grafana/public/lib/monaco/min/vs/language/html/htmlMode.js.map
/usr/share/grafana/public/lib/monaco/min/vs/language/html/htmlWorker.js
/usr/share/grafana/public/lib/monaco/min/vs/language/html/htmlWorker.js.map
/usr/share/grafana/public/lib/monaco/min/vs/language/json
/usr/share/grafana/public/lib/monaco/min/vs/language/json/jsonMode.js
/usr/share/grafana/public/lib/monaco/min/vs/language/json/jsonMode.js.map
/usr/share/grafana/public/lib/monaco/min/vs/language/json/jsonWorker.js
/usr/share/grafana/public/lib/monaco/min/vs/language/json/jsonWorker.js.map
/usr/share/grafana/public/lib/monaco/min/vs/language/kusto
/usr/share/grafana/public/lib/monaco/min/vs/language/kusto/Kusto.Language.Bridge.min.js
/usr/share/grafana/public/lib/monaco/min/vs/language/kusto/Kusto.Language.Bridge.min.js.map
/usr/share/grafana/public/lib/monaco/min/vs/language/kusto/bridge.min.js
/usr/share/grafana/public/lib/monaco/min/vs/language/kusto/bridge.min.js.map
/usr/share/grafana/public/lib/monaco/min/vs/language/kusto/kusto.javascript.client.min.js
/usr/share/grafana/public/lib/monaco/min/vs/language/kusto/kusto.javascript.client.min.js.map
/usr/share/grafana/public/lib/monaco/min/vs/language/kusto/kustoMode.js
/usr/share/grafana/public/lib/monaco/min/vs/language/kusto/kustoMode.js.map
/usr/share/grafana/public/lib/monaco/min/vs/language/kusto/kustoWorker.js
/usr/share/grafana/public/lib/monaco/min/vs/language/kusto/kustoWorker.js.map
/usr/share/grafana/public/lib/monaco/min/vs/language/kusto/main-f9e3c86a.js
/usr/share/grafana/public/lib/monaco/min/vs/language/kusto/main-f9e3c86a.js.map
/usr/share/grafana/public/lib/monaco/min/vs/language/kusto/monaco.contribution.js
/usr/share/grafana/public/lib/monaco/min/vs/language/kusto/monaco.contribution.js.map
/usr/share/grafana/public/lib/monaco/min/vs/language/kusto/newtonsoft.json.min.js
/usr/share/grafana/public/lib/monaco/min/vs/language/kusto/newtonsoft.json.min.js.map
/usr/share/grafana/public/lib/monaco/min/vs/language/kusto/schema-abb5105c.js
/usr/share/grafana/public/lib/monaco/min/vs/language/kusto/schema-abb5105c.js.map
/usr/share/grafana/public/lib/monaco/min/vs/language/typescript
/usr/share/grafana/public/lib/monaco/min/vs/language/typescript/tsMode.js
/usr/share/grafana/public/lib/monaco/min/vs/language/typescript/tsMode.js.map
/usr/share/grafana/public/lib/monaco/min/vs/language/typescript/tsWorker.js
/usr/share/grafana/public/lib/monaco/min/vs/language/typescript/tsWorker.js.map
/usr/share/grafana/public/lib/monaco/min/vs/loader.js
/usr/share/grafana/public/lib/monaco/min/vs/loader.js.map
/usr/share/grafana/public/locales
/usr/share/grafana/public/locales/de-DE
/usr/share/grafana/public/locales/de-DE/grafana.json
/usr/share/grafana/public/locales/en-US
/usr/share/grafana/public/locales/en-US/grafana.json
/usr/share/grafana/public/locales/es-ES
/usr/share/grafana/public/locales/es-ES/grafana.json
/usr/share/grafana/public/locales/fr-FR
/usr/share/grafana/public/locales/fr-FR/grafana.json
/usr/share/grafana/public/locales/i18next-parser.config.js
/usr/share/grafana/public/locales/pseudo-LOCALE
/usr/share/grafana/public/locales/pseudo-LOCALE/grafana.json
/usr/share/grafana/public/locales/pseudo.js
/usr/share/grafana/public/locales/zh-Hans
/usr/share/grafana/public/locales/zh-Hans/grafana.json
/usr/share/grafana/public/maps
/usr/share/grafana/public/maps/countries.geojson
/usr/share/grafana/public/maps/usa-states.geojson
/usr/share/grafana/public/openapi3.json
/usr/share/grafana/public/robots.txt
/usr/share/grafana/public/sass
/usr/share/grafana/public/sass/_grafana.scss
/usr/share/grafana/public/sass/_variables.dark.generated.scss
/usr/share/grafana/public/sass/_variables.generated.scss
/usr/share/grafana/public/sass/_variables.light.generated.scss
/usr/share/grafana/public/sass/base
/usr/share/grafana/public/sass/base/_code.scss
/usr/share/grafana/public/sass/base/_font_awesome.scss
/usr/share/grafana/public/sass/base/_fonts.scss
/usr/share/grafana/public/sass/base/_forms.scss
/usr/share/grafana/public/sass/base/_grafana_icons.scss
/usr/share/grafana/public/sass/base/_grid.scss
/usr/share/grafana/public/sass/base/_icons.scss
/usr/share/grafana/public/sass/base/_normalize.scss
/usr/share/grafana/public/sass/base/_reboot.scss
/usr/share/grafana/public/sass/base/_type.scss
/usr/share/grafana/public/sass/base/font-awesome
/usr/share/grafana/public/sass/base/font-awesome/_animated.scss
/usr/share/grafana/public/sass/base/font-awesome/_bordered-pulled.scss
/usr/share/grafana/public/sass/base/font-awesome/_core.scss
/usr/share/grafana/public/sass/base/font-awesome/_fixed-width.scss
/usr/share/grafana/public/sass/base/font-awesome/_icons.scss
/usr/share/grafana/public/sass/base/font-awesome/_larger.scss
/usr/share/grafana/public/sass/base/font-awesome/_list.scss
/usr/share/grafana/public/sass/base/font-awesome/_mixins.scss
/usr/share/grafana/public/sass/base/font-awesome/_path.scss
/usr/share/grafana/public/sass/base/font-awesome/_rotated-flipped.scss
/usr/share/grafana/public/sass/base/font-awesome/_screen-reader.scss
/usr/share/grafana/public/sass/base/font-awesome/_stacked.scss
/usr/share/grafana/public/sass/base/font-awesome/_variables.scss
/usr/share/grafana/public/sass/components
/usr/share/grafana/public/sass/components/_add_data_source.scss
/usr/share/grafana/public/sass/components/_alerts.scss
/usr/share/grafana/public/sass/components/_buttons.scss
/usr/share/grafana/public/sass/components/_code_editor.scss
/usr/share/grafana/public/sass/components/_dashboard_grid.scss
/usr/share/grafana/public/sass/components/_dashboard_list.scss
/usr/share/grafana/public/sass/components/_dashboard_settings.scss
/usr/share/grafana/public/sass/components/_drop.scss
/usr/share/grafana/public/sass/components/_dropdown.scss
/usr/share/grafana/public/sass/components/_filter-controls.scss
/usr/share/grafana/public/sass/components/_filter-list.scss
/usr/share/grafana/public/sass/components/_filter-table.scss
/usr/share/grafana/public/sass/components/_footer.scss
/usr/share/grafana/public/sass/components/_gf-form.scss
/usr/share/grafana/public/sass/components/_infobox.scss
/usr/share/grafana/public/sass/components/_json_explorer.scss
/usr/share/grafana/public/sass/components/_jsontree.scss
/usr/share/grafana/public/sass/components/_modals.scss
/usr/share/grafana/public/sass/components/_navbar.scss
/usr/share/grafana/public/sass/components/_navs.scss
/usr/share/grafana/public/sass/components/_old_stuff.scss
/usr/share/grafana/public/sass/components/_page_header.scss
/usr/share/grafana/public/sass/components/_page_loader.scss
/usr/share/grafana/public/sass/components/_panel_gettingstarted.scss
/usr/share/grafana/public/sass/components/_panel_graph.scss
/usr/share/grafana/public/sass/components/_panel_header.scss
/usr/share/grafana/public/sass/components/_panel_heatmap.scss
/usr/share/grafana/public/sass/components/_panel_piechart.scss
/usr/share/grafana/public/sass/components/_panel_pluginlist.scss
/usr/share/grafana/public/sass/components/_panel_singlestat.scss
/usr/share/grafana/public/sass/components/_panel_table.scss
/usr/share/grafana/public/sass/components/_popover-box.scss
/usr/share/grafana/public/sass/components/_query_editor.scss
/usr/share/grafana/public/sass/components/_query_part.scss
/usr/share/grafana/public/sass/components/_row.scss
/usr/share/grafana/public/sass/components/_scrollbar.scss
/usr/share/grafana/public/sass/components/_search.scss
/usr/share/grafana/public/sass/components/_slate_editor.scss
/usr/share/grafana/public/sass/components/_submenu.scss
/usr/share/grafana/public/sass/components/_switch.scss
/usr/share/grafana/public/sass/components/_tabbed_view.scss
/usr/share/grafana/public/sass/components/_tables_lists.scss
/usr/share/grafana/public/sass/components/_tabs.scss
/usr/share/grafana/public/sass/components/_tags.scss
/usr/share/grafana/public/sass/components/_tagsinput.scss
/usr/share/grafana/public/sass/components/_toggle_button_group.scss
/usr/share/grafana/public/sass/components/_toolbar.scss
/usr/share/grafana/public/sass/components/_tooltip.scss
/usr/share/grafana/public/sass/components/_typeahead.scss
/usr/share/grafana/public/sass/components/_view_states.scss
/usr/share/grafana/public/sass/components/edit_sidemenu.scss
/usr/share/grafana/public/sass/fonts.scss
/usr/share/grafana/public/sass/grafana.dark.scss
/usr/share/grafana/public/sass/grafana.light.scss
/usr/share/grafana/public/sass/icons.json
/usr/share/grafana/public/sass/layout
/usr/share/grafana/public/sass/layout/_lists.scss
/usr/share/grafana/public/sass/mixins
/usr/share/grafana/public/sass/mixins/_animations.scss
/usr/share/grafana/public/sass/mixins/_breakpoints.scss
/usr/share/grafana/public/sass/mixins/_buttons.scss
/usr/share/grafana/public/sass/mixins/_drop_element.scss
/usr/share/grafana/public/sass/mixins/_forms.scss
/usr/share/grafana/public/sass/mixins/_grid-framework.scss
/usr/share/grafana/public/sass/mixins/_grid.scss
/usr/share/grafana/public/sass/mixins/_hover.scss
/usr/share/grafana/public/sass/mixins/_mixins.scss
/usr/share/grafana/public/sass/pages
/usr/share/grafana/public/sass/pages/_admin.scss
/usr/share/grafana/public/sass/pages/_alerting.scss
/usr/share/grafana/public/sass/pages/_dashboard.scss
/usr/share/grafana/public/sass/pages/_errorpage.scss
/usr/share/grafana/public/sass/pages/_explore.scss
/usr/share/grafana/public/sass/pages/_history.scss
/usr/share/grafana/public/sass/pages/_login.scss
/usr/share/grafana/public/sass/pages/_playlist.scss
/usr/share/grafana/public/sass/pages/_plugins.scss
/usr/share/grafana/public/sass/pages/_signup.scss
/usr/share/grafana/public/sass/utils
/usr/share/grafana/public/sass/utils/_angular.scss
/usr/share/grafana/public/sass/utils/_flex.scss
/usr/share/grafana/public/sass/utils/_hacks.scss
/usr/share/grafana/public/sass/utils/_spacings.scss
/usr/share/grafana/public/sass/utils/_utils.scss
/usr/share/grafana/public/sass/utils/_validation.scss
/usr/share/grafana/public/sass/utils/_widths.scss
/usr/share/grafana/public/test
/usr/share/grafana/public/test/.jshintrc
/usr/share/grafana/public/test/core
/usr/share/grafana/public/test/core/redux
/usr/share/grafana/public/test/core/redux/mocks.ts
/usr/share/grafana/public/test/core/redux/reducerTester.test.ts
/usr/share/grafana/public/test/core/redux/reducerTester.ts
/usr/share/grafana/public/test/core/redux/reduxTester.ts
/usr/share/grafana/public/test/core/thunk
/usr/share/grafana/public/test/core/thunk/thunkTester.ts
/usr/share/grafana/public/test/core/utils
/usr/share/grafana/public/test/core/utils/silenceConsoleOutput.ts
/usr/share/grafana/public/test/core/utils/version.test.ts
/usr/share/grafana/public/test/fixtures
/usr/share/grafana/public/test/fixtures/panelModel.fixture.ts
/usr/share/grafana/public/test/global-jquery-shim.ts
/usr/share/grafana/public/test/helpers
/usr/share/grafana/public/test/helpers/TestProvider.tsx
/usr/share/grafana/public/test/helpers/alertingRuleEditor.tsx
/usr/share/grafana/public/test/helpers/asserts.ts
/usr/share/grafana/public/test/helpers/convertToStoreState.ts
/usr/share/grafana/public/test/helpers/createFetchResponse.ts
/usr/share/grafana/public/test/helpers/fieldConfig.ts
/usr/share/grafana/public/test/helpers/getDashboardModel.ts
/usr/share/grafana/public/test/helpers/getQueryOptions.ts
/usr/share/grafana/public/test/helpers/getTemplateSrvDependencies.ts
/usr/share/grafana/public/test/helpers/initTemplateSrv.ts
/usr/share/grafana/public/test/helpers/selectOptionInTest.ts
/usr/share/grafana/public/test/jest-resolver.js
/usr/share/grafana/public/test/jest-setup.ts
/usr/share/grafana/public/test/lib
/usr/share/grafana/public/test/lib/common.ts
/usr/share/grafana/public/test/log-reporter.js
/usr/share/grafana/public/test/matchers
/usr/share/grafana/public/test/matchers/index.ts
/usr/share/grafana/public/test/matchers/toEmitValues.test.ts
/usr/share/grafana/public/test/matchers/toEmitValues.ts
/usr/share/grafana/public/test/matchers/toEmitValuesWith.test.ts
/usr/share/grafana/public/test/matchers/toEmitValuesWith.ts
/usr/share/grafana/public/test/matchers/types.ts
/usr/share/grafana/public/test/matchers/utils.ts
/usr/share/grafana/public/test/mocks
/usr/share/grafana/public/test/mocks/dashboard-mock.js
/usr/share/grafana/public/test/mocks/datasource_srv.ts
/usr/share/grafana/public/test/mocks/getGrafanaContextMock.ts
/usr/share/grafana/public/test/mocks/i18nMessages.ts
/usr/share/grafana/public/test/mocks/monaco.ts
/usr/share/grafana/public/test/mocks/navModel.ts
/usr/share/grafana/public/test/mocks/nearMembraneDom.ts
/usr/share/grafana/public/test/mocks/query.ts
/usr/share/grafana/public/test/mocks/react-inlinesvg.tsx
/usr/share/grafana/public/test/mocks/style.ts
/usr/share/grafana/public/test/mocks/svg.ts
/usr/share/grafana/public/test/mocks/systemjsAMDExtra.ts
/usr/share/grafana/public/test/mocks/workers.ts
/usr/share/grafana/public/test/redux-rtl.tsx
/usr/share/grafana/public/test/setupTests.ts
/usr/share/grafana/public/test/specs
/usr/share/grafana/public/test/specs/helpers.ts
/usr/share/grafana/public/vendor
/usr/share/grafana/public/vendor/bootstrap
/usr/share/grafana/public/vendor/bootstrap/bootstrap.js
/usr/share/grafana/public/vendor/css
/usr/share/grafana/public/vendor/css/timepicker.css
/usr/share/grafana/public/vendor/flot
/usr/share/grafana/public/vendor/flot/jquery.flot.crosshair.js
/usr/share/grafana/public/vendor/flot/jquery.flot.dashes.js
/usr/share/grafana/public/vendor/flot/jquery.flot.fillbelow.js
/usr/share/grafana/public/vendor/flot/jquery.flot.fillbetween.js
/usr/share/grafana/public/vendor/flot/jquery.flot.gauge.js
/usr/share/grafana/public/vendor/flot/jquery.flot.js
/usr/share/grafana/public/vendor/flot/jquery.flot.selection.js
/usr/share/grafana/public/vendor/flot/jquery.flot.stack.js
/usr/share/grafana/public/vendor/flot/jquery.flot.stackpercent.js
/usr/share/grafana/public/vendor/flot/jquery.flot.time.js
/usr/share/grafana/public/vendor/plugin-text
/usr/share/grafana/public/vendor/plugin-text/text.js
/usr/share/grafana/public/vendor/tagsinput
/usr/share/grafana/public/vendor/tagsinput/bootstrap-tagsinput.js
/usr/share/grafana/public/views
/usr/share/grafana/public/views/error.html
/usr/share/grafana/public/views/index.html
/usr/share/grafana/public/views/swagger.html
/usr/share/grafana/tools
/usr/share/grafana/vendor
/usr/share/licenses/grafana
/usr/share/licenses/grafana/LICENSE
/var/lib/grafana
/var/lib/grafana/dashboards
/var/lib/grafana/plugins
/var/log/grafana


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Apr 4 23:52:37 2024