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

grafana-11.3.2-1.1 RPM for i586

From OpenSuSE Ports Tumbleweed for i586

Name: grafana Distribution: openSUSE Tumbleweed
Version: 11.3.2 Vendor: openSUSE
Release: 1.1 Build date: Wed Jan 22 12:23:26 2025
Group: System/Monitoring Build host: reproducible
Size: 421167721 Source RPM: grafana-11.3.2-1.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

* Wed Jan 22 2025 Witek Bedyk <witold.bedyk@suse.com>
  - Require Go 1.23.1 or newer for building
  - Update to version 11.3.2:
    Bug fixes:
    * Do not fetch Orgs if the user is authenticated by apikey/sa or
      render key
    * Alerting: Fix incorrect 500 code on missing alert rule
      dashboardUID / panelID
    * Alerting: Fix contact points secure settings migration
    * DashboardScene: Fix layout issues with repeated panels when
      repeatDirection is missing
    * Scenes: Fix angular migrations that are using the targets
      property on the old panel model
  - Update to version 11.3.1:
    Features and enhancements:
    * Alerting: Make context deadline on AlertNG service startup
      configurable
    * MigrationAssistant: Restrict dashboards, folders and
      datasources by the org id of the signed in user
    * User: Check SignedInUser OrgID in RevokeInvite
    Bug fixes:
    * Alerting: Fix escaping of silence matchers in utf8 mode
    * Alerting: Fix overflow for long receiver names
    * Alerting: Fix saving advanced mode toggle state in the alert
      rule editor
    * Alerting: Fix setting datasource uid, when datasource is string
      in old version
    * Alerting: Force refetch prom rules when refreshing panel
    * Anonymous User: Adds validator service for anonymous users
    * Azure Monitor: Support metric namespaces fallback
    * Azure: Fix duplicated traces in multi-resource trace query
    * Azure: Handle namespace request rejection
    * CloudWatch: Interpolate region in log context query
    * Dashboard datasource: Return annotations as series when query
      topic is "annotations"
    * Dashboard: Append orgId to URL
    * Dashboards: Fixes performance issue expanding a row
    * Flame Graph: Fix crash when it receives empty data
    * Folders: Add admin permissions upon creation of a folder w. SA
    * Folders: Don't show error pop-up if the user can't fetch the
      root folder
    * Migration: Remove table aliasing in delete statement to make it
      work for mariadb
    * ServerLock: Fix pg concurrency/locking issue
    * Service Accounts: Run service account creation in transaction
    * Table: Fix text wrapping applying to wrong field
    * Unified Storage: Use ssl_mode instead of sslmode
  - Update to version 11.3.0+security-01:
    Security:
    * MigrationAssistant: CVE-2024-9476 Fix Migration Assistant issue
      (bsc#1233343)
* Fri Jan 17 2025 Witek Bedyk <witold.bedyk@suse.com>
  - Fix incidentally wrongly uploaded source code tarball without
    generated frontend code
* Thu Jan 09 2025 Witek Bedyk <witold.bedyk@suse.com>
  - CVE-2024-45337: Prevent possible misuse of
    ServerConfig.PublicKeyCallback by upgrading golang.org/x/crypto
    (bsc#1234554)
    * Add 0004-Bump-crypto.patch
* Wed Nov 13 2024 Witek Bedyk <witold.bedyk@suse.com>
  - Disable changelog autogeneration.
* Thu Nov 07 2024 Witek Bedyk <witold.bedyk@suse.com>
  - Use #!/usr/bin/bash shebang for package dependency generator to
    work correctly.
    * Add 0002-Use-bash-instead-of-env.patch
* Wed Oct 23 2024 marius.kittler@suse.com
  - Update to version 11.3.0:
    Features and enhancements:
    * Alerting: Add manage permissions UI logic for Contact Points
    * Alerting: Allow linking to silence form with __alert_rule_uid__
      value preset
    * Alerting: Hide query name when using simplified mode in the
      alert rule
    * Alerting: Limit and clean up old alert rules versions
    * Alerting: Style nits for the simple query mode
    * Alerting: Update texts in annotations step
    * Alerting: Use useProduceNewAlertmanagerConfiguration for contact
      points
    * Auth: Attach external session info to Grafana session
    * Auth: Replace jmespath/go-jmespath with
      jmespath-community/go-jmespath
    * CloudMigrations: Add support for migration of Library Elements
      (Panels) resources
    * Cloudwatch: Update grafana-aws-sdk
    * Explore Logs: Preinstall for onprem Grafana instances
    * ExploreMetrics: Ensure compatibility with Incremental Querying
    * FieldConfig: Add support for Actions
    * Plugin Extensions: Require meta-data to be defined in
      plugin.json during development mode
    * Tempo: Add deprecation notice for Aggregate By
    Bug fixes:
    * Alerting/Chore: Fix TimeRangeInput not working across multiple
      months
    * Alerting: Fix default value for input in simple condition
    * Alerting: Fix eval interval not being saved when creating a new
      group
    * Alerting: Fix incorrect permission on POST external rule groups
      endpoint [CVE-2024-8118]
    * Alerting: Fix panics when attempting to create an Alertmanager
      after failing
    * DashboardScene: Fixes url issue with subpath when exiting edit
      mode
    * Dashboards: Enable scenes by default
    * Dashboards: Fixes view & edit keyboard shortcuts when grafana is
      behind a subpath
    * ElasticSearch: Fix errorsource in newInstanceSettings
    * SubMenu: Fix expanding sub menu items on touch devices
* Mon Oct 21 2024 marius.kittler@suse.com
  - Packaging improvements:
    * Use `go work vendor` as the previous command runs into an error
      with the updated version of Grafana
  - Update to version 11.2.2+security-01:
    Bug fixes
    * SQL Expressions: Fixes CVE-2024-9264
  - Update to version 11.2.0:
    Features and enhancements:
    * @grafana/data: Introduce new getTagKeys/getTagValues response
      interface
    * AWS: Update deprecated aws-sdk functions from env variable
      versions
    * Alerting: Add ha_reconnect_timeout configuration option
    * Alerting: Add setting for maximum allowed rule evaluation
      results-akhmetov
    * Alerting: Add warning in telegram contact point
    * Alerting: Central alert history part4
    * Alerting: Don't crash the page when trying to filter rules by
      regex
    * Alerting: Enable remote primary mode using feature toggles
    * Alerting: Hide edit/view rule buttons according to
      deleting/creating state
    * Alerting: Implement UI for grafana-managed recording rules
    * Alerting: Improve performance of /api/prometheus for large
      numbers of alerts.
    * Alerting: Include a list of ref_Id and aggregated datasource
      UIDs to alerts when state reason is NoData-nihal
    * Alerting: Instrument outbound requests for Loki Historian and
      Remote Alertmanager with tracing
    * Alerting: Limit instances on alert detail view unless in
      instances tab
    * Alerting: Make alert group editing safer
    * Alerting: Make whitespace more visible on labels
    * Alerting: Remove option to return settings from api/v1/receivers
      and restrict provisioning action access
    * Alerting: Resend resolved notifications for ResolvedRetention
      duration
    * Alerting: Show Insights page only on cloud (when required ds's
      are available)
    * Alerting: Show repeat interval in timing options meta
    * Alerting: Support median in reduce expressions-akhmetov
    * Alerting: Track central ash interactions
    * Alerting: Update alerting state history API to authorize access
      using RBAC-tceretian
    * Alerting: Update warning message for Telegram parse_mode and
      default to empty value
    * Alerting: Use Runbook URL label everywhere and add validation in
      the alert rule…
    * Alerting: Use cloud notifier types for metadata on Cloud AMs
    * Alerting: Use stable identifier of a group when export to HCL
    * Alerting: Use stable identifier of a group,contact point,mute
      timing when export to HCL
    * Alertmanager: Support limits for silences
    * Angular deprecation: Disable dynamic angular inspector if
      CheckForPluginUpdates is false
    * App events: Add "info" variant-89
    * Auth: Add org to role mappings support to AzureAD/Entra
      integration
    * Auth: Add organization mapping configuration to the UI
    * Auth: Add support for escaping colon characters in org_mapping
    * Azure: Add new Azure infrastructure dashboards-chan
    * BrowseDashboards: Update results when starred param changes-89
    * Caching: Handle memcached reconnects
    * Calendar: Add labels for next/previous month
    * Canvas: Element level data links-almasan
    * Canvas: Improved tooltip-almasan
    * Canvas: Support template variables in base URL of actions
    * Chore: Add missing build elements to Dockerfile-de
    * Chore: Add unit test for cloudmigration package-deveikis
    * Chore: Commit results of bingo get
    * CloudMigrations: Change onPremToCloudMigrations feature toggle
      to public preview
    * CloudWatch: Add errorsource for QueryData
    * CloudWatch: Update grafana-aws-sdk for updated metrics
    * Cloudwatch: Clear cached PDC transport when PDC is disabled
    * Cloudwatch: Metrics Query Builder should clear old query
    * Cloudwatch: Remove awsDatasourcesNewFormStyling feature toggle
    * Cloudwatch: Rename Metric Query to Metric Insights
    * Cloudwatch: Round up endTime in GetMetricData to next minute
    * Dashboard: Use preferred timezone on create-89
    * Datalinks: UX improvements-almasan
    * DateTimePicker: Add "timeZone" prop-89
    * Dynatrace: Add to list of DS with custom label logic-grafana
    * Elasticsearch: Decouple backend from infra/http
    * Elasticsearch: Decouple backend from infra/log
    * Elasticsearch: Decouple backend from infra/tracing
    * Explore: Add setting for default time offset
    * Feat: Extending report interaction with static context that can
      be appended to all interaction events
    * Feature management: Add openSearchBackendFlowEnabled feature
      toggle
    * Features: Add cloudwatchMetricInsightsCrossAccount feature
      toggle
    * Features: Release Cloudwatch Metric Insights cross-account
      querying to public preview
    * FlameGraph: Remove flameGraphItemCollapsing feature
      toggle-grafana
    * GCP: Update GKE monitoring dashboard
    * GOps: Add Grafana SLO steps to IRM configuration tracker
    * Grafana: Enables use of encrypted certificates with password for
      https-deveikis
    * IDToken: Add current user's DisplayName to the ID token-stuart
    * IDToken: Add current user's Username and UID to the ID token
    * Keybinds: Allow move time range shortcuts (t left / t right) to
      be chained
    * LibraryPanels: Use new folder picker when creating a library
      panel
    * Log: Added panel support for filtering callbacks
    * Logs: Add log line to content outline when clicking on
      datalinks-grafana
    * Loki: Add option to issue forward queries
    * Loki: Added support for negative numbers in LogQL
    * Loki: Also replace step with vars
    * Loki: Remove instant query type from Log queries
    * Loki: Respect pre-selected filters in adhoc filter queries
    * MSSQL: Password auth for Azure AD
    * Metrics: Add ability to disable classic histogram for HTTP
      metric
    * Nav: Add items to saved-89
    * OpenAPI: Document the /api/health endpoint
    * PanelChrome: Use labelledby for accessible title
    * Plugins: Add filters by update available
    * Plugins: Add logs to for plugin management actions
    * Plugins: Disable install controls for provisioned plugin in
      cloud
    * Plugins: Expose functions to plugins for checking RBAC
      permissions
    * Plugins: Improve levitate / breaking changes report in
      grafana/grafana
    * Plugins: Support > 1 levels of plugin dependencies
    * Plugins: Update CLI check if plugin is already installed
    * Prometheus: Deprecation message for SigV4 in core Prom
    * Prometheus: Reintroduce Azure audience override feature flag
    * RBAC: Allow plugins to use scoped actions
    * RBAC: Default to plugins.app:access for plugin includes
    * Restore dashboards: Add RBAC-89
    * Revert: Calcs: Update diff percent to be a percent
    * SearchV2: Support soft deletion
    * Select: Add orange indicator to selected item
    * Snapshots: Remove deprecated option snapshot_remove_expired
    * Table panel: Add alt and title text options to image cell type
    * Tempo: Add toggle for streaming-grafana
    * Tempo: Remove kind=server from metrics summary-grafana
    * Tempo: Run go get-grafana
    * Tempo: TraceQL metrics step option
    * Tempo: Virtualize tags select to improve performance
    * Tempo: Virtualized search dropdowns for attribute values
    * TimePicker: Improve screen reader support
    * TimeRangePicker: Add weekStart prop-89
    * TimeRangePicker: Use week start-89
    * Tooltip: Add tooltip support to Histogram-almasan
    * Trace View: Add Session for this span button
    * Tracing: Add regex support for span filters
    * Transformations: Add variable support to select groupingToMatrix
    * Transformations: Move transformation variables to general
      availability
    * Transformations: Promote add field from calc stat function
      cumulative and window calcs as generally available
    * Transformations: Promote format string as generally available
    * Transformations: Promote group to nested table as generally
      available
    * Users: Add config option to control how often last_seen is
      updated
    * XYChart: Promote to generally available fixes
    * Admin: Fixes logic for enabled a user
    * Alerting: Add validation for path separators in the rule group
      edit modal
    * Alerting: Allow future relative time
    * Alerting: Disable simplified routing when internal alert manager
      is disabled
    * Alerting: Do not check evaluation interval for external rulers
    * Alerting: Do not count rule health for totals
    * Alerting: Fix Recording Rules creation issues
    * Alerting: Fix contact point export 500 error and
      notifications/receivers missing settings
    * Alerting: Fix permissions for prometheus rule
      endpoints-tceretian
    * Alerting: Fix persisting result fingerprint that is used by
      recovery threshold-tceretian
    * Alerting: Fix rule storage to filter by group names using
      case-sensitive comparison-tceretian
    * Alerting: Fix saving telegram contact point to Cloud AM config
    * Alerting: Fix setting of existing Telegram Chat ID value
    * Alerting: Fix silencing from policy instances
    * Alerting: Fix some status codes returned from provisioning API.
    * Alerting: Fix stale values associated with states that have gone
      to NoData, unify values calculation
    * Alerting: Refactor PromQL-style matcher parsing
    * Alerting: Skip fetching alerts for unsaved dashboards
    * Alerting: Skip loading alert rules for dashboards when disabled
    * Alerting: Support utf8_strict_mode: false in Mimir
    * Alerting: Time interval Delete API to check for usages in alert
      rules-tceretian
    * Analytics: Fix ApplicationInsights integration
    * Azure Monitor: Add validation for namespace field in
      AdvancedResourcePicker when entering a forward slash
    * AzureMonitor: Fix out of bounds error when accessing
      metricNamespaceArray and resourceNameArray in buildResourceURI
    * BrowseDashboards: Prepend subpath to New Browse Dashboard
      actions
    * CloudWatch: Fix labels for raw metric search queries
    * CloudWatch: Fix raw queries with dimensions set
    * Correlations: Fix wrong target data source name in the form
    * DashboardScene: Fixes issue removing override rule
    * DashboardScene: Fixes lack of re-render when updating field
      override properties
    * DataSourcePicker: Create new data source does not work for
      subpath
    * Docs: Add fixed role UUIDs to docs for terraform provisioning
    * Echo: Suppress errors from frontend-metrics API call failing
    * Explore Metrics: Implement grouping with metric prefixes
    * Fix: Portuguese Brazilian wasn't loading translations
    * Folders: Fix folder pagination for cloud instances with many
      folders
    * Folders: Improve folder move permission checks
    * InfluxDB: Fix query builder produces invalid SQL query when
      using wildcard column name-nihal
    * Inspect: Include only BOM char for excel files
    * Jaeger: Fix calling of search query with the correct time range
    * Metrics: Fix internal metrics endpoint not accessible from
      browser if basic auth is enabled-nihal
    * Notifications: Redact URL from errors
    * Panel: Fix text aliasing bug when panel is loading
    * Plugin extensions: Return react components from
      usePluginComponents()
    * Plugins: Ensure grafana cli can install multiple plugin
      dependencies
    * Prometheus: Fix interpolating adhoc filters with template
      variables
    * Prometheus: Fix query builder visualization when a query has
      by() clause for quantile-rs
    * QueryEditor: Break with Scenes because the default query is not
      empty string
    * RBAC: List only the folders that the user has access to
    * Scenes/Dashboards: Fix issue where changes in panel height
      weren't saved
    * Scenes: Fixes issue with panel repeat height calculation
    * Scenes: Implement 't a' shortcut
    * Table Panel: Fix Image hover without datalinks
    * Table component: Fix sub-table rows not displaying correctly
    * Tempo: Fix grpc streaming support over pdc-agent-s-dean
    * Tempo: Fix query history-grafana
    Breaking changes:
    * Folders: Allow folder editors and admins to create subfolders
      without any additional permissions
    Plugin development fixes & changes:
    * Runtime: Add provider and access hook for location service
  - Update to version 11.1.0:
    Features and enhancements:
    * Tracing: Enable traces to profiles.
    * Auth: Add org to role mappings support to Google integration.
    * Alerting: Support AWS SNS integration in Grafana.-tceretian
    * Auth: Add org to role mappings support to Okta integration.
    * Auth: Add org to role mappings support to Gitlab integration.
    * Cloudwatch: Use the metric map from grafana-aws-sdk.
    * Alerting: Add option to use Redis in cluster mode for Alerting
      HA.-g
    * VizTooltip: Allow setting the maxWidth option.-almasan
    * Auth: Add org to role mappings support to GitHub integration .
    * CloudWatch: Handle permissions error and update docs.
    * ** Alerting:** Correctly handle duplicating notification
      templates.
    * Alerting: Mute Timing service to prevent changing provenance
      status to none.-tceretian
    * Alerting: Ensure we fetch AM config before saving new
      configuration.
    * Alerting: Remove regex reference in silences filter tooltip.
    * Cloudwatch: Update AWS DynamoDB Metrics.
    * Alerting: Make regex notification routing preview consistent
      with notification policies implementation.
    * DateTimePicker: Return cleared value in onChange.-89
    * NodeGraph: Add msagl and the layered layout code.
    * API: Add in theme support to /render/* endpoint.
    * Alerting: Add filters for RouteGetRuleStatuses.-g
    * Plugins: Update the plugin.json schema with UI extensions
      meta-data.
    * Auth: Update SAML lib to improve HTTP-Post binding.
    * Tempo: Send current filters when retrieving tags for
      AdHocFilters.-grafana
    * Tempo: Support standard span convention.-grafana
    * ValueFormats: Add Uruguay peso currency.
    * DateTimePicker: Add clearable prop.-89
    * Correlations: Enable feature toggle by default (on-prem).
    * Stat: Add percent change color modes.
    * Logs: Added multi-line display control to the "wrap lines"
      option.
    * Tempo: Update lezer autocomplete (histogram, quantile) and add
      missing functions.-grafana
    * AnnotationsPlugin2: Implement support for rectangular
      annotations in Heatmap.
    * CodeEditor: Improved styles when the code editor is loading.
    * CloudWatch: Add additional AWS/KinesisAnalytics metrics .
    * Cloudwatch: Add AWS/Events Metrics.
    * Azure: Basic Logs support.
    * Dashboard: Make dashboard search faster.
    * Alerting: Support custom API URL for PagerDuty integration.
    * Alerting: Add optional metadata via query param to silence GET
      requests.
    * Store: Enable adding extra middleware.-89
    * Tempo: Don't modify the passed time range when using
      timeShiftEnabled.
    * InfluxDB: Introduce maxDataPoints setting for flux variable
      query editor.
    * Alerting: New list view UI – Part 1.
    * NodeGraph: Remove msagl lib and layered layout option.
    * InfluxDB: Introduce custom variable support.
    * Gops: Add tracking for data source check.
    * AzureMonitor: Prometheus exemplars support .
    * Feature Management: Move awsDatasourcesNewFormStyling to GA.
    * TimeRangePicker: Announce to screen reader when time range is
      updated.
    * Alerting: Template selector in contact points form.
    * Azure: Load custom clouds from ini file.
    * Loki: Kick start your query now applies templates to the current
      query.
    * Elasticsearch: Queries no longer executed while typing.
    * Alerting: Add options to configure TLS for HA using Redis.-g
    * VizLegend: Represent line style in series legend and tooltip.
    * FeatureBadge: Update FeatureBadge to support current release
      stages.
    * Logs: Infinite scrolling in Explore enabled by default.
    * Plugins: Improve frontend loader cache.
    * Chore: Upgrade go from 1.21.0 to 1.21.10.
    * Chore: Upgrade go to 1.22.3.
    * Team: Add an endpoint for bulk team membership updates.
    * Flamegraph: Add collapse and expand group buttons to toolbar.
    * OIDC: Support Generic OAuth org to role mappings.
    * Search: Announce to screen reader when query returns no result.
    * Logs: Added support for numeric log levels.
    * Prometheus: Place custom inputs first when using regex filter
      values in the query builder.
    * Alerting: Remove requirement for datasource query on rule read.
    * Alerting: Add RBAC logic for silences creation.
    * Alerting: Update silences creation to support __alert_rule_uid__
      and move into drawer.
    * Flamegraph: Add diff mode color legend.
    * Dashboard: Keyboard and mouse panel shortcuts improvement.
    * PanelHeaderCorner: Remove font-awesome icons.-89
    * Alerting: Add OAuth2 to HTTP settings for vanilla Alertmanager /
      Mimir.
    * Plugins: Allow apps to expose components. Update the extensions
      API.
    * Plugins: Catalog to show all plugins by default.
    * Prometheus: Ensure values in metric selector are visible.
    * Select: Add data-testid to Input.-89
    * Prometheus: Add native histogram types metric explorer to allow
      filter by type.
    * Prometheus: Add hints for native histograms.
    * Alerting: Reduce number of request fetching rules in the
      dashboard view using rtkq.
    * Plugins: Make grafana-com API URL usage consistent.
    * Stack: Add size props.-89
    * Table Panel: Enable Text Wrapping.
    * Alerting: Get grafana-managed alert rule by UID.-g
    * Cloudwatch: Add Kendra metrics.
    * Auth: Added support to filter for parent teams in GitHub
      connector's team membership filter.-nihal
    * Alerting: Hook up GMA silence APIs to new authentication
      handler.
    * GeoMap: Pan and zoom keyboard support.
    * Alerting: Optimize rule status gathering APIs when a limit is
      applied.
    * Plugins: Add an auto-generated part to the plugin.json schema.
    * Loki/Prometheus Query Editor: Disabled cmd/ctrl+f keybinding
      within the editor.
    * Grafana packages: Remove E2E workspace.
    * RefreshPicker: Change running state to be less distracting .
    * Prometheus: Cancellable label values requests.
    * SQLStore: Improve recursive CTE support detection.
    * CloudMonitoring: Ensure variables can be used in all variable
      queries.
    * Common labels/displayed fields: Show label names with values.
    * AuthZ: Further protect admin endpoints.
    * Explore: Deprecate local storage singular datasource key.
    * Loki: Add label filters after label_format if present.
    * Alerting: Immutable plugin rules and alerting plugins
      extensions.
    * Tempo: Group by template vars.-grafana
    * Short Links: Add setting for changing expiration time.
    * Prometheus: Add native histogram functions.
    * Plugins: Removed feature toggle
      pluginsDynamicAngularDetectionPatterns.
    * Plugins: Removed feature toggle enablePluginsTracingByDefault.
    * Tracing: Allow otel service name and attributes to be overridden
      from env.
    * PanelChrome: Improve accessibility landmark markup.
    * Gops: Add configuration tracker on the existing IRM page.
    * CloudWatch: Add additional Glue metrics.
    * CloudWatch: Add labels for Metric Query type queries.
    * Util: Support parsing and splitting strings enclosed in quotes
      in util.SplitString.
    * Loki: Handle X-Scope-OrgID and tenant IDs.-grafana
    * CloudWatch: Add a Performance Insights and other missing metrics
      to aws/rds.
    * Prometheus: Respect dashboard queries when querying ad hoc
      filter labels.
    * Pyroscope: Add adhoc filters support.
    * Table Panel: Update background colors to respect transparency.
    * Canvas: Add support for line animation.-almasan
    * Reducers: Add in basic Percentile Support.
    * Storage: Watch tests.
    * Plugins: Show update buttons when instance version is different.
    * Tempo: Always use time range even if timeShiftEnabled is false.
    * Alerting: Gops labels integration.
    * Explore: Set X-Cache-Skip to true for query requests.
    * Explore: Make Explore breadcrumb clickable.
    * Prometheus: Fuzzy search for metric names in Code Mode.
    * Storage Api: Adds traces.
    * Storage Api: Add metrics.
    * Alerting: Improve paused alert visibility and allow
      pausing/resuming from alert list view.
    * CloudWatch: Clarify match exact tooltip and docs.
    * Alerting: Evaluation quick buttons.
    * Alerting: Add state history polling interval.
    * CloudWatch: Improve metric label parsing.
    * Alerting: Improve template preview.
    * Alerting: New settings page.
    * Explore: Move Query History to be screen wide.
    * MixedDataSource: Support multi value data source variable that
      issues a query to each data source.
    * PluginExtensions: Make the extensions registry reactive.
    * Loki: Use label/<name>/values API instead of series API for
      label values discovery.-rs
    * Tempo: Escape backslash in span name for promsql query.
    * Alerting: Export and provisioning rules into subfolders.
    Bug fixes:
    * Alerting: Fix go-swagger extraction and several embedded types
      from Alertmanager in Swagger docs.
    * DashboardScene: Fixes inspect with transforms issue.
    * Elasticsearch: Fix stripping of trailing slashes in datasource
      URLs.
    * Loki: Fix editor history in wrong order.
    * Cli: Fix bug where password is hashed twice.
    * AzureMonitor: Fix bug detecting app insights queries.
    * SSE: Fix threshold unmarshal to avoid panic.-tceretian
    * Dashboard: Fix Variables query hides fields with non-supported
      datasources.
    * Explore: Align time filters properly to day boundaries in query
      history.
    * Access Control: Clean up permissions for deprovisioned data
      sources.
    * Dashboards: Correctly display Admin access to dashboards in the
      UI.
    * LibraryPanels/RBAC: Ignore old folder permission check when
      deleting/patching lib panel.
    * LogsTable: Fix default sort by time.
    * Dashboards: Fix regression when deleting folder.
    * Docker: Fix renderer plugin in custom Dockerfile.
    * Alerting: Fix rules deleting when reordering whilst filtered.
    * Alerting: Fix "copy link" not including full URL.
    * Alerting: Fix typo in JSON response for rule export.-tceretian
    * Alerting: Fix scheduler to sort rules before
      evaluation.-tceretian
    * CloudMonitoring: Fix query type selection issue.
    * Alerting: Assume built-in AM is receiving alerts in case of not
      having admin config.
    * DashboardScene: Skip panel repeats when values are the same.
    * Alerting: Fix deleting rules when silencing/resuming rule from a
      panel alert tab.
    * Dashboards: Don't set dashboard creator/updater if the action is
      done by an API key.
    * Elasticsearch: Fix setting of default
      maxConcurrentShardRequests.
    * Graphite: Fix alignment of elements in the query editor.
    * DashboardScene: Fixing major row repeat issues.
    * Alerting: Do not store series values from past evaluations in
      state manager for no reason.
    * RBAC: Update role picker in team page, fix a bug with roles
      being removed upon team setting update.
    * Transformations: Fix true inner join in joinByField
      transformation.
    * Alerting: Do not retry rule evaluations with "input data must be
      a wide series but got type long" style errors.
    * Tempo: Fix sorting for nested tables.-grafana
    * Cloudwatch Logs: Fix bug where we did not return errors to user.
    * CloudWatch: Fix apostrophes in dimension values not being
      escaped.
    * AnnotationList: Fix link for annotation with no panel or
      dashboard.
    * Graphite: Fix splitting expressions in tag_value with template
      variables.
    * SQL Query Editor: Fix label-for IDs, associate "Table" label.
    * SSO: Add SSO settings to secrets migrator.
    * Plugins: Preserve trailing slash in plugin proxy.
    * TimeSeries: Improve keyboard focus and fix spacebar override.
    * NodeGraph: Use values from fixedX/fixedY column for layout.
    * Alerting: Prevent simplified routing zero duration GroupInterval
      and RepeatInterval.
    * Loki: Fix setting of tenant ID.-grafana
    * DashboardScene: Fixes checkbox orienation in save forms.
    * CloudMonitoring: Correctly interpolate multi-valued template
      variables in PromQL queries.
    * Expressions: Fix erroneous sorting of metrics and expressions.
    * CloudMonitoring: Allow a custom group by value.
    * DataLinks: Fixes datalinks with onClick and variables in url not
      being interpolated .
    * I18N: Fix untranslated descriptions in data source picker.
    * RBAC: Fix global role deletion in hosted Grafana.
    * Expression: Fix a bug of the display name of the threshold
      expression result.
    * Alerting: Fix incorrect display of pending period in alert rule
      form.
    * Alerting: Fix redirect after saving a notification template.
    * Alerting: Get oncall metada only when we have alert manager
      configuration data.
    * Alerting: Return better error for invalid time range on alert
      queries.
    * CloudWatch: Fix SageMaker MBP namespace typo.
    * Alerting: Only append /alertmanager when sending alerts to mimir
      targets if not already present.
    * Alerting: Set mimir implementation in jsonData by default when
      creating a new a….
    * Alerting: Persist silence state immediately on Create/Delete .
    * NodeGraph: Fix configuring arc colors with mixed case field
      names.
    Breaking changes:
    * Users that provision alert rules into folders whose titles
      contain slashes from now on they should escape them: eg. if an
      alert group contains `folder: folder_with_/_in_title` it
      should become `folder: folder_with_\/_in_title Issue`.
    Deprecations:
    * The grafana.explore.richHistory.activeDatasourceOnly local
      storage key is deprecated, and will be removed in Grafana 12.
      You may experience loss of your Explore query history or
      autocomplete data if you upgrade to Grafana 12 under 2 weeks of
      Grafana 11.1. Actual risk of data loss depends on your query
      history retention policy. Issue
    Plugin development fixes & changes:
    * Select: Change Select group headers to always be visible.
    * Select: Ensure virtualised menu scrolls active option into view
      when using arrow keys.
    * Switch: Improve disabled active state.
    * Button: Allow disabled button to still be focused.
    * GrafanaUI: Add tabular prop to Text component for tabular
      numbers.
  - Update to version 11.0.0
    Features and enhancements:
    * Alerting: Add two sets of provisioning actions for rules and
      notifications .
    * Chore: Upgrade go to 1.21.10.
    * Auth: Force lowercase login/email for users.
    * Navigation: Add a return to previous button when navigating to
      different sections.
    * DashboardScene: Move add library panel view from grid item to
      drawer.
    * CloudWatch : Add missing AWS/ES metrics.
    * Alerting: Reduce set of fields that could trigger alert state
      change.
    * OAuth: Make sub claim required for generic oauth behind feature
      toggle.
    * Grafana E2E: Add deprecation notice and update docs.
    * Loki: Remove API restrictions on resource calls.
    Bug fixes:
    * AuthN: Fix signout redirect url.
    * CloudMonitoring: Improve legacy query migrations.
    * Azure data sources: Set selected config type before save.
    * Loki: Fix log context when no label types are present.
    * DashboardScene: Fixes editing transformations after toggling
      table view.
    * DashboardDataSource: Fixes issue where sometimes untransformed
      data could be returned .
    * Provisioning: Look up provisioned folders by UID when possible.
    * Cloudwatch: Update grafana-aws-sdk to fix sts endpoints.
    * Select: Fixes issue preserving search term (input) when
      selecting a value.
    * Alerting: Prevent search from locking the browser.
    * DashboardScene: Fixes issue referring to library panel in
      dashboard data source .
    * Data source: Maintain the default data source permissions when
      switching from unlicensed to licensed Grafana.
    * Alerting: Allow deleting contact points referenced only by
      auto-generated policies.
    * Auth: Sign sigV4 request after adding headers.
    * DashboardScene: Fixes issues with relative time range in panel
      edit.
    * DashboardScene: Fixes issue with dashboard links and variables.
    * SQLStore: Disable redundant create and drop unique index
      migrations on dashboard table.
    * LogContext: Fix structured metadata labels being added as stream
      selectors.
    * DashboardScene: Fixes issue with editing panels that uses
      instanceState.
    * DashboardScene: Fixes deleting dirty dashboard.
    * Alerting: Take receivers into account when custom grouping
      Alertmanager groups.
    * LDAP: Fix listing all non-matching groups.
    * Alerting: Fix simplified routing group by override.
    * NodeGraph: Fix invisible arrow tips in Editor.
    * Dashboard: DashboardPageProxy - Use chaining operators to
      prevent runtime error.
    * Cli: Check missing plugin parameter of plugin update command.
    * DashboardScene: Fixes issue saving new dashboard from panel
      edit.
    * DashboardScene: Fixes minor issue transitioning between
      dashboards.
    * MSSQL: Add SQL_VARIANT converter and update test.
    * DashboardScene: Fixes react panels with old angular options.
    * Alerting: Fix simplified routes '...' groupBy creating invalid
      routes.
    * AWS DataSource: Fix namespaces in sagemaker metrics.
    * DashboardScene: Fixes saving dashboard with angular panels .
    * DashboardScene: Fix empty row repeat issue.
    * Nodegraph: Fix issue with rendering single node.
    * Datasources: Add fixed width to name field in config editor.
    * Alerting: Return a 400 and errutil error when trying to delete a
      contact point that is referenced by a policy.
    * Table Panel: Fix image disappearing when datalinks applied.
    * LibraryPanelRBAC: Fix issue with importing dashboards containing
      library panels.
    * DashboardScene: Fixes issue moving between dashboards.
    * Alerting: Fix evaluation metrics to not count retries.
    * Google Cloud Monitor: Fix interface conversion for incorrect
      type in cloudMonitoringProm.run.
    * Dashboard: Allow auto refresh option when saving a dashboard.
    * Time Zones: Fix relative time when using UTC timezone.
    * PostgreSQL: Fix the verify-ca mode.
    * DashboardScene: Fixes issue with mobile responsive layout due to
      repeated grid item class.
    * DashboardScene: Fixes panel edit issue with clearing title not
      resulting in hover header mode .
    * Angular deprecation: Prefer local "angularDetected" value to the
      remote one.
    * Chore: Fix trailing spaces in prometheus min step.
    * Breaking changes:
    * The @grafana/e2e package is deprecated in Grafana 11.0.0. If
      your Grafana plugin has end-to-end tests that use @grafana/e2e,
      it's recommended to replace them with @grafana/plugin-e2e and
      Playwright. For information on how to migrate, please refer to
      the plugin-e2e docs. Issue
    Plugin development fixes & changes:
    * DateTimePicker: Alternate timezones now behave correctly.
    * TimeOfDayPicker: Fix text colours in light mode.
* Wed Apr 03 2024 witold.bedyk@suse.com
  - Packaging improvements:
    * Changed deprecated `disabled` service mode to `manual`
    * Drop golang-packaging macros
    * Drop explicit mod=vendor as it is enabled automatically
  - Update to version 10.3.5:
    Bugfixes:
    * Security CVE-2024-1313: Require same organisation when
      deleting snapshots (bsc#1222155)
    * Alerting: Marshal incoming json.RawMessage in diff
    * Postgres: Allow disabling SNI on SSL-enabled connections
    * Elasticsearch: Fix legend for alerting, expressions and
      previously frontend queries
    * Alerting: Fix preview getting the correct queries from the form
    * Dashboard: Fix issue where out-of-view shared query panels
      caused blank dependent panels
  - Update to version 10.3.4:
    Breaking change:
    * Domain validation between the response token id `hd` claim and
      the `allowed_domains` configuration setting for Google OAuth
      has been improved. This feature can be disabled through the
      configuration toggle `validate_hd`. Anyone using the legacy
      Google OAuth configuration should disable this validation if
      the ID Token response doesn't have the HD parameter.
    Bugfixes:
    * LDAP: Fix LDAP users authenticated via auth proxy not being
      able to use LDAP active sync
    * Tempo: Add template variable interpolation for filters
    * Elasticsearch: Fix adhoc filters not applied in frontend mode
    * Dashboards: Fixes issue where panels would not refresh if time
      range updated while in panel view mode
    * AuthProxy: Invalidate previous cached item for user when
      changes are made to any header
    * LibraryPanels/RBAC: Fix issue where folder scopes weren't being
      correctly inherited
    * LibraryPanels: Fix issue with repeated library panels
    * Plugins: Don't auto prepend app sub url to plugin asset paths
    * Elasticsearch: Set middlewares from Grafana's
      httpClientProvider
    * Folders: Fix failure to update folder in SQLite
    * Loki/Elastic: Assert queryfix value to always be string
* 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:
    Security
    * CVE-2025-21613: Removes vulnerable library
      github.com/go-git/go-git/v5 (bsc#1235574)
    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 `&gt;=` and `&lt;=` 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 &lt;Graph /&gt; 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.

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/PageHeader
/usr/share/grafana/public/app/angular/components/PageHeader/PageHeader.test.tsx
/usr/share/grafana/public/app/angular/components/PageHeader/PageHeader.tsx
/usr/share/grafana/public/app/angular/components/PageHeader/PanelHeaderMenuItem.tsx
/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/MegaMenu
/usr/share/grafana/public/app/core/components/AppChrome/MegaMenu/FeatureHighlight.tsx
/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/MegaMenuHeader.tsx
/usr/share/grafana/public/app/core/components/AppChrome/MegaMenu/MegaMenuItem.tsx
/usr/share/grafana/public/app/core/components/AppChrome/MegaMenu/MegaMenuItemText.tsx
/usr/share/grafana/public/app/core/components/AppChrome/MegaMenu/hooks.ts
/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/ReturnToPrevious
/usr/share/grafana/public/app/core/components/AppChrome/ReturnToPrevious/DismissableButton.tsx
/usr/share/grafana/public/app/core/components/AppChrome/ReturnToPrevious/ReturnToPrevious.test.tsx
/usr/share/grafana/public/app/core/components/AppChrome/ReturnToPrevious/ReturnToPrevious.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/SingleTopBar.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/Bookmarks
/usr/share/grafana/public/app/core/components/Bookmarks/BookmarksPage.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/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/Form
/usr/share/grafana/public/app/core/components/Form/Form.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/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/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/NativeScrollbar.tsx
/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/useFoldersQuery.ts
/usr/share/grafana/public/app/core/components/NestedFolderPicker/useTreeInteractions.ts
/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/actions.tsx
/usr/share/grafana/public/app/core/components/OptionsUI/color.tsx
/usr/share/grafana/public/app/core/components/OptionsUI/fieldColor.test.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/PageToolbarActions.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/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/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/ValidationLabels
/usr/share/grafana/public/app/core/components/ValidationLabels/ValidationLabels.tsx
/usr/share/grafana/public/app/core/components/WithFeatureToggle.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/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/context/ModalsContextProvider.tsx
/usr/share/grafana/public/app/core/context/ModalsProvider.ts
/usr/share/grafana/public/app/core/context/SidecarContext.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/dates.ts
/usr/share/grafana/public/app/core/internationalization/index.test.tsx
/usr/share/grafana/public/app/core/internationalization/index.tsx
/usr/share/grafana/public/app/core/internationalization/loadTranslations.ts
/usr/share/grafana/public/app/core/internationalization/types.d.ts
/usr/share/grafana/public/app/core/lodash_extended.ts
/usr/share/grafana/public/app/core/log_events.ts
/usr/share/grafana/public/app/core/monacoEnv.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/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/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/SidecarService.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/mousetrap
/usr/share/grafana/public/app/core/services/mousetrap/Mousetrap.ts
/usr/share/grafana/public/app/core/services/mousetrap/index.ts
/usr/share/grafana/public/app/core/services/theme.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/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/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/actions
/usr/share/grafana/public/app/features/actions/ActionEditor.tsx
/usr/share/grafana/public/app/features/actions/ActionEditorModalContent.tsx
/usr/share/grafana/public/app/features/actions/ActionsInlineEditor.tsx
/usr/share/grafana/public/app/features/actions/ActionsListItem.tsx
/usr/share/grafana/public/app/features/actions/ParamsEditor.tsx
/usr/share/grafana/public/app/features/actions/utils.ts
/usr/share/grafana/public/app/features/admin
/usr/share/grafana/public/app/features/admin/AdminEditOrgPage.tsx
/usr/share/grafana/public/app/features/admin/AdminFeatureTogglesAPI.test.ts
/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/LdapDrawer.tsx
/usr/share/grafana/public/app/features/admin/ldap/LdapGroupMapping.tsx
/usr/share/grafana/public/app/features/admin/ldap/LdapPage.tsx
/usr/share/grafana/public/app/features/admin/ldap/LdapSettingsPage.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/.eslintrc
/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/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/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/AlertingNotEnabled.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/MuteTimings.test.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.test.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/Settings.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/Settings.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/Templates.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/Templates.tsx
/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__/NotificationPolicies.test.tsx.snap
/usr/share/grafana/public/app/features/alerting/unified/__snapshots__/PanelAlertTabContent.test.tsx.snap
/usr/share/grafana/public/app/features/alerting/unified/__snapshots__/RuleEditorCloudRules.test.tsx.snap
/usr/share/grafana/public/app/features/alerting/unified/__snapshots__/RuleEditorRecordingRule.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/alertSilencesApi.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/dataSourcesApi.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/incidentsApi.ts
/usr/share/grafana/public/app/features/alerting/unified/api/labelsApi.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/receiversK8sApi.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/sloApi.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/timeIntervalsApi.ts
/usr/share/grafana/public/app/features/alerting/unified/api/util.test.ts
/usr/share/grafana/public/app/features/alerting/unified/api/util.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/ConditionalWrap.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.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/InfoPausedRule.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/MenuItemPauseRule.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.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/Tokenize.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/Well.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/WithReturnButton.tsx
/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/alertmanager-entities
/usr/share/grafana/public/app/features/alerting/unified/components/alertmanager-entities/MuteTimingsSelector.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/common
/usr/share/grafana/public/app/features/alerting/unified/components/common/TextVariants.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/ContactPoint.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/ContactPointHeader.tsx
/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/NewMessageTemplate.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/NotificationTemplates.test.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__/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__/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/constants.ts
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/permissions.ts
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/templates
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/templates/EditorColumnHeader.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.ts
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/useContactPointsSearch.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/useExportContactPoint.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/useNotificationTemplates.ts
/usr/share/grafana/public/app/features/alerting/unified/components/contact-points/utils.test.ts
/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/EditMuteTiming.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/mute-timings/MuteTimingActionsButtons.tsx
/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/NewMuteTiming.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/useExportMuteTimingsDrawer.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/mute-timings/useMuteTimings.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/notification-policies/utils.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/permissions
/usr/share/grafana/public/app/features/alerting/unified/components/permissions/ManagePermissions.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/EditReceiverView.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/GlobalConfigForm.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/NewReceiverView.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/NewReceiverView.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/TemplatePreview.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/TemplatesTable.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/__snapshots__
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/__snapshots__/NewReceiverView.test.tsx.snap
/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/__snapshots__
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/form/__snapshots__/GrafanaReceiverForm.test.tsx.snap
/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/TemplateContentAndPreview.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/form/fields/TemplateSelector.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/form/fields/TemplateSelector.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/form/fields/__snapshots__
/usr/share/grafana/public/app/features/alerting/unified/components/receivers/form/fields/__snapshots__/TemplateSelector.test.tsx.snap
/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/fields/utils.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/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/receivers/usePreviewTemplate.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/EvaluationGroupQuickPick.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/EvaluationGroupQuickPick.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/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/PendingPeriodQuickPick.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/PendingPeriodQuickPick.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/SimplifiedRuleEditor.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/alert-rule-form/simplifiedRouting/__snapshots__
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/alert-rule-form/simplifiedRouting/__snapshots__/SimplifiedRuleEditor.test.tsx.snap
/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/labels
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/labels/LabelsButtons.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/labels/LabelsEditorModal.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/labels/LabelsField.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/labels/LabelsField.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-editor/labels/LabelsFieldInForm.tsx
/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/SimpleCondition.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__/areQueriesTransformableToSimpleCondition.test.ts
/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/descriptions.tsx
/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/useAlertRuleSuggestions.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-list
/usr/share/grafana/public/app/features/alerting/unified/components/rule-list/AlertRuleListItem.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-list/EvaluationGroup.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-list/EvaluationGroupWithRules.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-list/Namespace.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-list/RuleList.v1.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-list/RuleList.v2.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-list/RuleListIcon.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-list/util.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-list/util.ts
/usr/share/grafana/public/app/features/alerting/unified/components/rule-viewer
/usr/share/grafana/public/app/features/alerting/unified/components/rule-viewer/AlertRuleMenu.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-viewer/DeleteModal.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-viewer/FederatedRuleWarning.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-viewer/PausedBadge.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-viewer/RuleContext.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-viewer/RuleViewer.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-viewer/RuleViewer.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/StateBadges.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
/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/Query/DataSourceModelPreview.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-viewer/tabs/Query/LokiQueryPreview.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-viewer/tabs/Query/PrometheusQueryPreview.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-viewer/tabs/Query/SQLQueryPreview.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rule-viewer/tabs/Routing.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/Filter
/usr/share/grafana/public/app/features/alerting/unified/components/rules/Filter/RulesFilter.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/Filter/RulesFilter.v1.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/Filter/RulesFilter.v2.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.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/RuleActionsButtons.test.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/RuleDetailsAnnotations.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/RuleDetailsButtons.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.test.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.test.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/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/__snapshots__
/usr/share/grafana/public/app/features/alerting/unified/components/rules/__snapshots__/RuleActionsButtons.test.tsx.snap
/usr/share/grafana/public/app/features/alerting/unified/components/rules/central-state-history
/usr/share/grafana/public/app/features/alerting/unified/components/rules/central-state-history/CentralAlertHistoryPage.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/central-state-history/CentralAlertHistoryScene.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/central-state-history/CentralHistoryRuntimeDataSource.ts
/usr/share/grafana/public/app/features/alerting/unified/components/rules/central-state-history/EventDetails.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/central-state-history/EventListSceneObject.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/central-state-history/HistoryErrorMessage.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/central-state-history/HistoryEventsList.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/rules/central-state-history/__fixtures__
/usr/share/grafana/public/app/features/alerting/unified/components/rules/central-state-history/__fixtures__/alert-state-history.ts
/usr/share/grafana/public/app/features/alerting/unified/components/rules/central-state-history/__snapshots__
/usr/share/grafana/public/app/features/alerting/unified/components/rules/central-state-history/__snapshots__/useRuleHistoryRecords.test.ts.snap
/usr/share/grafana/public/app/features/alerting/unified/components/rules/central-state-history/__snapshots__/utils.test.ts.snap
/usr/share/grafana/public/app/features/alerting/unified/components/rules/central-state-history/historyResultToDataFrame.test.ts
/usr/share/grafana/public/app/features/alerting/unified/components/rules/central-state-history/useRuleHistoryRecords.test.ts
/usr/share/grafana/public/app/features/alerting/unified/components/rules/central-state-history/useRuleHistoryRecords.ts
/usr/share/grafana/public/app/features/alerting/unified/components/rules/central-state-history/utils.test.ts
/usr/share/grafana/public/app/features/alerting/unified/components/rules/central-state-history/utils.ts
/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/settings
/usr/share/grafana/public/app/features/alerting/unified/components/settings/AlertmanagerCard.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/settings/AlertmanagerCard.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/settings/AlertmanagerConfig.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/settings/AlertmanagerConfig.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/settings/ConfigurationDrawer.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/settings/ExternalAlertmanagers.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/settings/InternalAlertmanager.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/settings/SettingsContext.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/settings/VersionManager.tsx
/usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__
/usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__/api
/usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__/api/alertmanager
/usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__/api/alertmanager/grafana
/usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__/api/alertmanager/grafana/config
/usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__/api/alertmanager/grafana/config/api
/usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__/api/alertmanager/grafana/config/api/v1
/usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__/api/alertmanager/grafana/config/api/v1/alerts.json
/usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__/api/alertmanager/grafana/config/history.json
/usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__/api/alertmanager/provisioned
/usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__/api/alertmanager/provisioned/config
/usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__/api/alertmanager/provisioned/config/api
/usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__/api/alertmanager/provisioned/config/api/v1
/usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__/api/alertmanager/provisioned/config/api/v1/alerts.json
/usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__/api/alertmanager/vanilla prometheus
/usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__/api/alertmanager/vanilla prometheus/api
/usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__/api/alertmanager/vanilla prometheus/api/v2
/usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__/api/alertmanager/vanilla prometheus/api/v2/status.json
/usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__/api/datasources.json
/usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__/api/v1
/usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__/api/v1/ngalert
/usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__/api/v1/ngalert/admin_config.json
/usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__/api/v1/ngalert/alertmanagers.json
/usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__/server.ts
/usr/share/grafana/public/app/features/alerting/unified/components/settings/hooks.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/SilenceGrafanaRuleDrawer.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/components/silences/utils.ts
/usr/share/grafana/public/app/features/alerting/unified/createRouteGroupsMatcherWorker.ts
/usr/share/grafana/public/app/features/alerting/unified/featureToggles.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/home/PluginIntegrations.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/mergeRequestStates.ts
/usr/share/grafana/public/app/features/alerting/unified/hooks/ruleGroup
/usr/share/grafana/public/app/features/alerting/unified/hooks/ruleGroup/__snapshots__
/usr/share/grafana/public/app/features/alerting/unified/hooks/ruleGroup/__snapshots__/useAddRuleToRuleGroup.test.tsx.snap
/usr/share/grafana/public/app/features/alerting/unified/hooks/ruleGroup/__snapshots__/useDeleteRuleFromGroup.test.tsx.snap
/usr/share/grafana/public/app/features/alerting/unified/hooks/ruleGroup/__snapshots__/useDeleteRuleGroup.test.tsx.snap
/usr/share/grafana/public/app/features/alerting/unified/hooks/ruleGroup/__snapshots__/useMoveRuleFromRuleGroup.test.tsx.snap
/usr/share/grafana/public/app/features/alerting/unified/hooks/ruleGroup/__snapshots__/usePauseAlertRule.test.tsx.snap
/usr/share/grafana/public/app/features/alerting/unified/hooks/ruleGroup/__snapshots__/useUpdateRuleGroup.test.tsx.snap
/usr/share/grafana/public/app/features/alerting/unified/hooks/ruleGroup/__snapshots__/useUpdateRuleInRuleGroup.test.tsx.snap
/usr/share/grafana/public/app/features/alerting/unified/hooks/ruleGroup/useAddRuleToRuleGroup.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/hooks/ruleGroup/useDeleteRuleFromGroup.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/hooks/ruleGroup/useDeleteRuleFromGroup.ts
/usr/share/grafana/public/app/features/alerting/unified/hooks/ruleGroup/useDeleteRuleGroup.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/hooks/ruleGroup/useDeleteRuleGroup.ts
/usr/share/grafana/public/app/features/alerting/unified/hooks/ruleGroup/useMoveRuleFromRuleGroup.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/hooks/ruleGroup/usePauseAlertRule.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/hooks/ruleGroup/usePauseAlertRule.ts
/usr/share/grafana/public/app/features/alerting/unified/hooks/ruleGroup/useProduceNewRuleGroup.ts
/usr/share/grafana/public/app/features/alerting/unified/hooks/ruleGroup/useUpdateRuleGroup.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/hooks/ruleGroup/useUpdateRuleGroup.ts
/usr/share/grafana/public/app/features/alerting/unified/hooks/ruleGroup/useUpdateRuleInRuleGroup.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/hooks/ruleGroup/useUpsertRuleFromRuleGroup.ts
/usr/share/grafana/public/app/features/alerting/unified/hooks/rules
/usr/share/grafana/public/app/features/alerting/unified/hooks/rules/usePendingPeriod.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/useAsync.tsx
/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/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/useProduceNewAlertmanagerConfig.ts
/usr/share/grafana/public/app/features/alerting/unified/hooks/usePrometheusConsistencyCheck.ts
/usr/share/grafana/public/app/features/alerting/unified/hooks/useReturnTo.test.tsx
/usr/share/grafana/public/app/features/alerting/unified/hooks/useReturnTo.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/initAlerting.tsx
/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/Active.tsx
/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/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/integration
/usr/share/grafana/public/app/features/alerting/unified/integration/AlertRulesDrawer.tsx
/usr/share/grafana/public/app/features/alerting/unified/integration/AlertRulesDrawerContent.tsx
/usr/share/grafana/public/app/features/alerting/unified/integration/AlertRulesToolbarButton.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/alertmanagerApi.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/grafanaRulerApi.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/mimirRulerApi.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/rulerApi.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/server
/usr/share/grafana/public/app/features/alerting/unified/mocks/server/all-handlers.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/server/configure.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/server/constants.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/server/events.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers
/usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/accessControl.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/alertNotifiers.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/alertmanagers.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/datasources.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/eval.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/folders.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/grafanaRuler.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/k8s
/usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/k8s/receivers.k8s.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/k8s/templates.k8s.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/k8s/timeIntervals.k8s.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/k8s/utils.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/mimirRuler.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/notifications.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/plugins
/usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/plugins.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/plugins/all-plugin-handlers.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/plugins/configure-plugins.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/plugins/grafana-oncall.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/provisioning.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/search.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/silences.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/server/utils.ts
/usr/share/grafana/public/app/features/alerting/unified/mocks/templatesApi.ts
/usr/share/grafana/public/app/features/alerting/unified/openapi
/usr/share/grafana/public/app/features/alerting/unified/openapi/receiversApi.gen.ts
/usr/share/grafana/public/app/features/alerting/unified/openapi/templatesApi.gen.ts
/usr/share/grafana/public/app/features/alerting/unified/openapi/timeIntervalsApi.gen.ts
/usr/share/grafana/public/app/features/alerting/unified/plugins
/usr/share/grafana/public/app/features/alerting/unified/plugins/PluginOriginBadge.tsx
/usr/share/grafana/public/app/features/alerting/unified/plugins/useAlertingHomePageExtensions.ts
/usr/share/grafana/public/app/features/alerting/unified/plugins/useRulePluginLinkExtensions.ts
/usr/share/grafana/public/app/features/alerting/unified/reducers
/usr/share/grafana/public/app/features/alerting/unified/reducers/alertmanager
/usr/share/grafana/public/app/features/alerting/unified/reducers/alertmanager/__snapshots__
/usr/share/grafana/public/app/features/alerting/unified/reducers/alertmanager/__snapshots__/muteTimings.test.ts.snap
/usr/share/grafana/public/app/features/alerting/unified/reducers/alertmanager/__snapshots__/receivers.test.ts.snap
/usr/share/grafana/public/app/features/alerting/unified/reducers/alertmanager/muteTimings.test.ts
/usr/share/grafana/public/app/features/alerting/unified/reducers/alertmanager/muteTimings.ts
/usr/share/grafana/public/app/features/alerting/unified/reducers/alertmanager/receivers.test.ts
/usr/share/grafana/public/app/features/alerting/unified/reducers/alertmanager/receivers.ts
/usr/share/grafana/public/app/features/alerting/unified/reducers/ruler
/usr/share/grafana/public/app/features/alerting/unified/reducers/ruler/__snapshots__
/usr/share/grafana/public/app/features/alerting/unified/reducers/ruler/__snapshots__/ruleGroups.test.ts.snap
/usr/share/grafana/public/app/features/alerting/unified/reducers/ruler/ruleGroups.test.ts
/usr/share/grafana/public/app/features/alerting/unified/reducers/ruler/ruleGroups.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/test
/usr/share/grafana/public/app/features/alerting/unified/test/test-utils.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/testSetup/plugins.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/hooks.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__/routeTree.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/k8s
/usr/share/grafana/public/app/features/alerting/unified/utils/k8s/constants.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/k8s/utils.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.test.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/rules.test.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/settings.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/template-constants.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.test.ts
/usr/share/grafana/public/app/features/alerting/unified/utils/url.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.test.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/apiserver
/usr/share/grafana/public/app/features/apiserver/client.test.ts
/usr/share/grafana/public/app/features/apiserver/client.ts
/usr/share/grafana/public/app/features/apiserver/types.test.ts
/usr/share/grafana/public/app/features/apiserver/types.ts
/usr/share/grafana/public/app/features/auth-config
/usr/share/grafana/public/app/features/auth-config/AuthDrawer.test.tsx
/usr/share/grafana/public/app/features/auth-config/AuthDrawer.tsx
/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/FieldRenderer.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/components/ServerDiscoveryField.tsx
/usr/share/grafana/public/app/features/auth-config/components/ServerDiscoveryModal.tsx
/usr/share/grafana/public/app/features/auth-config/constants.ts
/usr/share/grafana/public/app/features/auth-config/fields.tsx
/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/RecentlyDeletedPage.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/api/useRecentlyDeletedStateManager.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/PermanentlyDeleteModal.tsx
/usr/share/grafana/public/app/features/browse-dashboards/components/RecentlyDeletedActions.tsx
/usr/share/grafana/public/app/features/browse-dashboards/components/RecentlyDeletedEmptyState.tsx
/usr/share/grafana/public/app/features/browse-dashboards/components/RestoreModal.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/cloud.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/parallelogram.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/triangle.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/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/runtime/sceneAbleManagement.ts
/usr/share/grafana/public/app/features/canvas/runtime/sceneElementManagement.ts
/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/staticActions.ts
/usr/share/grafana/public/app/features/commandPalette/actions/useActions.ts
/usr/share/grafana/public/app/features/commandPalette/actions/useExtensionActions.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.test.tsx
/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/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/embedding
/usr/share/grafana/public/app/features/dashboard-scene/embedding/EmbeddedDashboard.tsx
/usr/share/grafana/public/app/features/dashboard-scene/embedding/EmbeddedDashboardLazy.tsx
/usr/share/grafana/public/app/features/dashboard-scene/embedding/EmbeddedDashboardTestPage.tsx
/usr/share/grafana/public/app/features/dashboard-scene/inspect
/usr/share/grafana/public/app/features/dashboard-scene/inspect/HelpWizard
/usr/share/grafana/public/app/features/dashboard-scene/inspect/HelpWizard/HelpWizard.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/inspect/HelpWizard/HelpWizard.tsx
/usr/share/grafana/public/app/features/dashboard-scene/inspect/HelpWizard/SupportSnapshotService.test.ts
/usr/share/grafana/public/app/features/dashboard-scene/inspect/HelpWizard/SupportSnapshotService.ts
/usr/share/grafana/public/app/features/dashboard-scene/inspect/HelpWizard/randomizer.test.ts
/usr/share/grafana/public/app/features/dashboard-scene/inspect/HelpWizard/randomizer.ts
/usr/share/grafana/public/app/features/dashboard-scene/inspect/HelpWizard/utils.ts
/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/PublicDashboardScenePage.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/pages/PublicDashboardScenePage.tsx
/usr/share/grafana/public/app/features/dashboard-scene/pages/utils.test.ts
/usr/share/grafana/public/app/features/dashboard-scene/pages/utils.ts
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit/LibraryVizPanelInfo.tsx
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit/PanelDataPane
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit/PanelDataPane/DataProviderSharer.tsx
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit/PanelDataPane/EmptyTransformationsMessage.tsx
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit/PanelDataPane/NewAlertRuleButton.tsx
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit/PanelDataPane/PanelDataAlertingTab.test.tsx
/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.test.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.test.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/TransformationsDrawer.tsx
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit/PanelDataPane/__snapshots__
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit/PanelDataPane/__snapshots__/PanelDataAlertingTab.test.tsx.snap
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit/PanelDataPane/types.ts
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit/PanelEditControls.tsx
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit/PanelEditor.test.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/PanelOptions.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit/PanelOptions.tsx
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit/PanelOptionsPane.test.tsx
/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/SaveLibraryVizPanelModal.tsx
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit/ShareDataProvider.tsx
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit/getPanelFrameOptions.tsx
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit/splitter
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit/splitter/useSnappingSplitter.ts
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit/testfiles
/usr/share/grafana/public/app/features/dashboard-scene/panel-edit/testfiles/testDashboard.ts
/usr/share/grafana/public/app/features/dashboard-scene/saving
/usr/share/grafana/public/app/features/dashboard-scene/saving/DashboardPrompt.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/saving/DashboardPrompt.tsx
/usr/share/grafana/public/app/features/dashboard-scene/saving/DashboardSceneChangeTracker.test.ts
/usr/share/grafana/public/app/features/dashboard-scene/saving/DashboardSceneChangeTracker.ts
/usr/share/grafana/public/app/features/dashboard-scene/saving/DetectChangesWorker.ts
/usr/share/grafana/public/app/features/dashboard-scene/saving/SaveDashboardAsForm.tsx
/usr/share/grafana/public/app/features/dashboard-scene/saving/SaveDashboardDrawer.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/saving/SaveDashboardDrawer.tsx
/usr/share/grafana/public/app/features/dashboard-scene/saving/SaveDashboardForm.tsx
/usr/share/grafana/public/app/features/dashboard-scene/saving/SaveProvisionedDashboardForm.tsx
/usr/share/grafana/public/app/features/dashboard-scene/saving/__mocks__
/usr/share/grafana/public/app/features/dashboard-scene/saving/__mocks__/createDetectChangesWorker.ts
/usr/share/grafana/public/app/features/dashboard-scene/saving/createDetectChangesWorker.ts
/usr/share/grafana/public/app/features/dashboard-scene/saving/getDashboardChanges.test.ts
/usr/share/grafana/public/app/features/dashboard-scene/saving/getDashboardChanges.ts
/usr/share/grafana/public/app/features/dashboard-scene/saving/getDashboardChangesFromScene.test.ts
/usr/share/grafana/public/app/features/dashboard-scene/saving/getDashboardChangesFromScene.ts
/usr/share/grafana/public/app/features/dashboard-scene/saving/shared.tsx
/usr/share/grafana/public/app/features/dashboard-scene/saving/useSaveDashboard.ts
/usr/share/grafana/public/app/features/dashboard-scene/scene
/usr/share/grafana/public/app/features/dashboard-scene/scene/AddLibraryPanelDrawer.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/AddLibraryPanelDrawer.tsx
/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.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/DashboardControls.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/DashboardDataLayerSet.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/DashboardDatasourceBehaviour.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/DashboardDatasourceBehaviour.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/DashboardGridItem.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/DashboardGridItem.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/DashboardLinksControls.test.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.test.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/DashboardScopesFacade.ts
/usr/share/grafana/public/app/features/dashboard-scene/scene/GoToSnapshotOriginButton.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/GoToSnapshotOriginButton.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/LibraryPanelBehavior.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/LibraryPanelBehavior.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/NavToolbarActions.test.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/PanelSearchLayout.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/UnlinkLibraryPanelModal.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/UnlinkModal.tsx
/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/angular
/usr/share/grafana/public/app/features/dashboard-scene/scene/angular/AngularDeprecation.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/angular/DashboardAngularDeprecationBanner.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/keyboardShortcuts.ts
/usr/share/grafana/public/app/features/dashboard-scene/scene/layout-default
/usr/share/grafana/public/app/features/dashboard-scene/scene/layout-default/DefaultGridLayoutManager.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/layout-default/DefaultGridLayoutManager.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/row-actions
/usr/share/grafana/public/app/features/dashboard-scene/scene/row-actions/RowActions.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/row-actions/RowOptionsButton.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/row-actions/RowOptionsForm.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/row-actions/RowOptionsForm.tsx
/usr/share/grafana/public/app/features/dashboard-scene/scene/row-actions/RowOptionsModal.tsx
/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/__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/buildNewDashboardSaveModel.test.ts
/usr/share/grafana/public/app/features/dashboard-scene/serialization/buildNewDashboardSaveModel.ts
/usr/share/grafana/public/app/features/dashboard-scene/serialization/const.ts
/usr/share/grafana/public/app/features/dashboard-scene/serialization/custom-variables
/usr/share/grafana/public/app/features/dashboard-scene/serialization/custom-variables/SnapshotVariable.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/serialization/custom-variables/SnapshotVariable.tsx
/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.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/AnnotationsEditView.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/DashboardLinksEditView.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/DashboardLinksEditView.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/DeleteDashboardButton.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/JsonModelEditView.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/PermissionsEditView.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/PermissionsEditView.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/VersionsEditView.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/VersionsEditView.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/annotations
/usr/share/grafana/public/app/features/dashboard-scene/settings/annotations/AngularEditorLoader.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/annotations/AnnotationSettingsEdit.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/annotations/AnnotationSettingsEdit.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/annotations/AnnotationSettingsList.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/annotations/AnnotationSettingsList.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/annotations/index.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/links
/usr/share/grafana/public/app/features/dashboard-scene/settings/links/DashboardLinkForm.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/links/DashboardLinkList.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/links/utils.ts
/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/VariableEditorForm.tsx
/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/settings/variables/components
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/components/AdHocVariableForm.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/components/AdHocVariableForm.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/components/ConstantVariableForm.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/components/CustomVariableForm.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/components/CustomVariableForm.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/components/DataSourceVariableForm.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/components/GroupByVariableForm.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/components/GroupByVariableForm.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/components/IntervalVariableForm.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/components/QueryEditor.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/components/QueryVariableForm.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/components/QueryVariableForm.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/components/SelectionOptionsForm.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/components/TextBoxVariableForm.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/components/TextBoxVariableForm.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/components/VariableCheckboxField.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/components/VariableHideSelect.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/components/VariableLegend.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/components/VariableSelectField.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/components/VariableTextAreaField.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/components/VariableTextField.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/components/VariableTypeSelect.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/components/VariableValuesPreview.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/editors
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/editors/AdHocFiltersVariableEditor.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/editors/AdHocFiltersVariableEditor.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/editors/ConstantVariableEditor.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/editors/ConstantVariableEditor.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/editors/CustomVariableEditor.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/editors/CustomVariableEditor.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/editors/DataSourceVariableEditor.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/editors/DataSourceVariableEditor.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/editors/GroupByVariableEditor.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/editors/GroupByVariableEditor.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/editors/IntervalVariableEditor.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/editors/IntervalVariableEditor.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/editors/QueryVariableEditor.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/editors/QueryVariableEditor.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/editors/TextBoxVariableEditor.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/editors/TextBoxVariableEditor.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/utils.test.ts
/usr/share/grafana/public/app/features/dashboard-scene/settings/variables/utils.ts
/usr/share/grafana/public/app/features/dashboard-scene/settings/version-history
/usr/share/grafana/public/app/features/dashboard-scene/settings/version-history/DiffGroup.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/version-history/DiffTitle.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/version-history/DiffValues.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/version-history/DiffViewer.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/version-history/HistorySrv.test.ts
/usr/share/grafana/public/app/features/dashboard-scene/settings/version-history/HistorySrv.ts
/usr/share/grafana/public/app/features/dashboard-scene/settings/version-history/RevertDashboardModal.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/version-history/VersionHistoryButtons.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/version-history/VersionHistoryComparison.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/version-history/VersionHistoryHeader.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/version-history/VersionHistoryTable.tsx
/usr/share/grafana/public/app/features/dashboard-scene/settings/version-history/__mocks__
/usr/share/grafana/public/app/features/dashboard-scene/settings/version-history/__mocks__/dashboardHistoryMocks.ts
/usr/share/grafana/public/app/features/dashboard-scene/settings/version-history/index.ts
/usr/share/grafana/public/app/features/dashboard-scene/settings/version-history/utils.test.ts
/usr/share/grafana/public/app/features/dashboard-scene/settings/version-history/utils.ts
/usr/share/grafana/public/app/features/dashboard-scene/sharing
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ExportButton
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ExportButton/ExportAsJson.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ExportButton/ExportButton.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ExportButton/ExportButton.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ExportButton/ExportMenu.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ExportButton/ExportMenu.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/ShareButton.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/ShareButton.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/ShareMenu.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/ShareMenu.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-externally
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-externally/EmailShare
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-externally/EmailShare/ConfigEmailSharing
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-externally/EmailShare/ConfigEmailSharing/ConfigEmailSharing.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-externally/EmailShare/ConfigEmailSharing/EmailListConfiguration.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-externally/EmailShare/CreateEmailSharing.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-externally/EmailShare/EmailSharing.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-externally/PublicShare
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-externally/PublicShare/CreatePublicSharing.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-externally/PublicShare/PublicSharing.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-externally/ShareAlerts.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-externally/ShareAlerts.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-externally/ShareConfiguration.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-externally/ShareExternally.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-externally/ShareExternally.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-externally/ShareTypeSelect.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-externally/utils.ts
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-internally
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-internally/ShareInternally.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-snapshot
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-snapshot/ShareSnapshot.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-snapshot/UpsertSnapshot.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/utils.ts
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareDrawer
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareDrawer/ShareDrawer.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareDrawer/ShareDrawer.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareDrawer/ShareDrawerConfirmAction.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareDrawer/ShareDrawerContext.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareExportTab.tsx
/usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareInternallyConfiguration.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/panel-share
/usr/share/grafana/public/app/features/dashboard-scene/sharing/panel-share/SharePanelInternally.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/solo
/usr/share/grafana/public/app/features/dashboard-scene/solo/SoloPanelPage.tsx
/usr/share/grafana/public/app/features/dashboard-scene/solo/useSoloPanel.test.tsx
/usr/share/grafana/public/app/features/dashboard-scene/solo/useSoloPanel.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/PanelModelCompatibilityWrapper.test.ts
/usr/share/grafana/public/app/features/dashboard-scene/utils/PanelModelCompatibilityWrapper.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/dashboardSessionState.test.ts
/usr/share/grafana/public/app/features/dashboard-scene/utils/dashboardSessionState.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-scene/utils/variables.test.ts
/usr/share/grafana/public/app/features/dashboard-scene/utils/variables.ts
/usr/share/grafana/public/app/features/dashboard-scene/variables
/usr/share/grafana/public/app/features/dashboard-scene/variables/VariablesDependenciesButton.tsx
/usr/share/grafana/public/app/features/dashboard-scene/variables/utils.test.ts
/usr/share/grafana/public/app/features/dashboard-scene/variables/utils.ts
/usr/share/grafana/public/app/features/dashboard/api
/usr/share/grafana/public/app/features/dashboard/api/dashboard_api.ts
/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/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/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/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/EmailSharingPricingAlert.tsx
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/ModalAlerts/NoUpsertPermissionsAlert.tsx
/usr/share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/ModalAlerts/PublicDashboardAlert.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/TransformationEditorHelpDisplay.test.tsx
/usr/share/grafana/public/app/features/dashboard/components/TransformationsEditor/TransformationEditorHelpDisplay.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/RevertDashboardModal.tsx
/usr/share/grafana/public/app/features/dashboard/components/VersionHistory/VersionHistoryComparison.tsx
/usr/share/grafana/public/app/features/dashboard/components/VersionHistory/VersionHistoryTable.tsx
/usr/share/grafana/public/app/features/dashboard/components/VersionHistory/useDashboardRestore.tsx
/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/PublicDashboardPageProxy.test.tsx
/usr/share/grafana/public/app/features/dashboard/containers/PublicDashboardPageProxy.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/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/getPanelPluginToMigrateTo.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/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.test.tsx
/usr/share/grafana/public/app/features/datasources/components/picker/DataSourcePicker.tsx
/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/ContentOutlineAnalyticEvents.ts
/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/ExploreRunQueryButton.test.tsx
/usr/share/grafana/public/app/features/explore/ExploreRunQueryButton.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/LogsTableActiveFields.tsx
/usr/share/grafana/public/app/features/explore/Logs/LogsTableAvailableFields.tsx
/usr/share/grafana/public/app/features/explore/Logs/LogsTableEmptyFields.tsx
/usr/share/grafana/public/app/features/explore/Logs/LogsTableMultiSelect.tsx
/usr/share/grafana/public/app/features/explore/Logs/LogsTableNavField.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/QueriesDrawer
/usr/share/grafana/public/app/features/explore/QueriesDrawer/QueriesDrawerContext.tsx
/usr/share/grafana/public/app/features/explore/QueriesDrawer/QueriesDrawerDropdown.tsx
/usr/share/grafana/public/app/features/explore/QueriesDrawer/mocks.tsx
/usr/share/grafana/public/app/features/explore/QueriesDrawer/utils.ts
/usr/share/grafana/public/app/features/explore/QueryLibrary
/usr/share/grafana/public/app/features/explore/QueryLibrary/QueryLibrary.tsx
/usr/share/grafana/public/app/features/explore/QueryLibrary/QueryLibraryAnalyticsEvents.ts
/usr/share/grafana/public/app/features/explore/QueryLibrary/QueryTemplateForm.tsx
/usr/share/grafana/public/app/features/explore/QueryLibrary/QueryTemplatesList.tsx
/usr/share/grafana/public/app/features/explore/QueryLibrary/QueryTemplatesTable
/usr/share/grafana/public/app/features/explore/QueryLibrary/QueryTemplatesTable/ActionsCell.tsx
/usr/share/grafana/public/app/features/explore/QueryLibrary/QueryTemplatesTable/AddedByCell.tsx
/usr/share/grafana/public/app/features/explore/QueryLibrary/QueryTemplatesTable/DatasourceTypeCell.tsx
/usr/share/grafana/public/app/features/explore/QueryLibrary/QueryTemplatesTable/DateAddedCell.tsx
/usr/share/grafana/public/app/features/explore/QueryLibrary/QueryTemplatesTable/QueryDescriptionCell.tsx
/usr/share/grafana/public/app/features/explore/QueryLibrary/QueryTemplatesTable/index.tsx
/usr/share/grafana/public/app/features/explore/QueryLibrary/QueryTemplatesTable/styles.tsx
/usr/share/grafana/public/app/features/explore/QueryLibrary/QueryTemplatesTable/types.ts
/usr/share/grafana/public/app/features/explore/QueryLibrary/utils
/usr/share/grafana/public/app/features/explore/QueryLibrary/utils/search.ts
/usr/share/grafana/public/app/features/explore/QueryLibrary/utils/useDatasource.tsx
/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/RichHistoryAddToLibrary.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/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/trace-viewer.test.ts
/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/TTraceTimeline.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/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.tsx
/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/external.utils.ts
/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/internal.utils.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/useStateSync/synchronizer
/usr/share/grafana/public/app/features/explore/hooks/useStateSync/synchronizer/fromURL.ts
/usr/share/grafana/public/app/features/explore/hooks/useStateSync/synchronizer/init.ts
/usr/share/grafana/public/app/features/explore/hooks/useStateSync/synchronizer/toURL.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/queryLibrary.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.test.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/explore/utils/supplementaryQueries_legacy.test.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/SqlExpr.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/gops
/usr/share/grafana/public/app/features/gops/configuration-tracker
/usr/share/grafana/public/app/features/gops/configuration-tracker/Analytics.ts
/usr/share/grafana/public/app/features/gops/configuration-tracker/alerting
/usr/share/grafana/public/app/features/gops/configuration-tracker/alerting/hooks.ts
/usr/share/grafana/public/app/features/gops/configuration-tracker/alerting/utils.ts
/usr/share/grafana/public/app/features/gops/configuration-tracker/components
/usr/share/grafana/public/app/features/gops/configuration-tracker/components/ConfigCard.tsx
/usr/share/grafana/public/app/features/gops/configuration-tracker/components/ConfigureIRM.tsx
/usr/share/grafana/public/app/features/gops/configuration-tracker/components/Essentials.test.tsx
/usr/share/grafana/public/app/features/gops/configuration-tracker/components/Essentials.tsx
/usr/share/grafana/public/app/features/gops/configuration-tracker/components/ProgressBar.tsx
/usr/share/grafana/public/app/features/gops/configuration-tracker/incidents
/usr/share/grafana/public/app/features/gops/configuration-tracker/incidents/hooks.ts
/usr/share/grafana/public/app/features/gops/configuration-tracker/irmHooks.ts
/usr/share/grafana/public/app/features/gops/configuration-tracker/onCall
/usr/share/grafana/public/app/features/gops/configuration-tracker/onCall/hooks.ts
/usr/share/grafana/public/app/features/gops/configuration-tracker/slo
/usr/share/grafana/public/app/features/gops/configuration-tracker/slo/hooks.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/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/utils.ts
/usr/share/grafana/public/app/features/live/index.ts
/usr/share/grafana/public/app/features/live/info.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/InfiniteScroll.test.tsx
/usr/share/grafana/public/app/features/logs/components/InfiniteScroll.tsx
/usr/share/grafana/public/app/features/logs/components/LoadingIndicator.tsx
/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/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/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/migrate-to-cloud
/usr/share/grafana/public/app/features/migrate-to-cloud/MigrateToCloud.tsx
/usr/share/grafana/public/app/features/migrate-to-cloud/api
/usr/share/grafana/public/app/features/migrate-to-cloud/api/README.md
/usr/share/grafana/public/app/features/migrate-to-cloud/api/baseAPI.ts
/usr/share/grafana/public/app/features/migrate-to-cloud/api/endpoints.gen.ts
/usr/share/grafana/public/app/features/migrate-to-cloud/api/index.ts
/usr/share/grafana/public/app/features/migrate-to-cloud/cloud
/usr/share/grafana/public/app/features/migrate-to-cloud/cloud/EmptyState
/usr/share/grafana/public/app/features/migrate-to-cloud/cloud/EmptyState/InfoPane.tsx
/usr/share/grafana/public/app/features/migrate-to-cloud/cloud/EmptyState/MigrationStepsPane.tsx
/usr/share/grafana/public/app/features/migrate-to-cloud/cloud/MigrationTokenPane
/usr/share/grafana/public/app/features/migrate-to-cloud/cloud/MigrationTokenPane/CreateTokenModal.tsx
/usr/share/grafana/public/app/features/migrate-to-cloud/cloud/MigrationTokenPane/DeleteMigrationTokenModal.tsx
/usr/share/grafana/public/app/features/migrate-to-cloud/cloud/MigrationTokenPane/DeleteTokenConfirmationModal.tsx
/usr/share/grafana/public/app/features/migrate-to-cloud/cloud/MigrationTokenPane/MigrationTokenPane.tsx
/usr/share/grafana/public/app/features/migrate-to-cloud/cloud/MigrationTokenPane/TokenStatus.tsx
/usr/share/grafana/public/app/features/migrate-to-cloud/cloud/Page.tsx
/usr/share/grafana/public/app/features/migrate-to-cloud/cloud/TokenErrorAlert.tsx
/usr/share/grafana/public/app/features/migrate-to-cloud/fixtures
/usr/share/grafana/public/app/features/migrate-to-cloud/fixtures/migrationItems.ts
/usr/share/grafana/public/app/features/migrate-to-cloud/fixtures/mswAPI.ts
/usr/share/grafana/public/app/features/migrate-to-cloud/fixtures/others.ts
/usr/share/grafana/public/app/features/migrate-to-cloud/fixtures/tokens.ts
/usr/share/grafana/public/app/features/migrate-to-cloud/onprem
/usr/share/grafana/public/app/features/migrate-to-cloud/onprem/CTAInfo.tsx
/usr/share/grafana/public/app/features/migrate-to-cloud/onprem/DisconnectModal.tsx
/usr/share/grafana/public/app/features/migrate-to-cloud/onprem/EmptyState
/usr/share/grafana/public/app/features/migrate-to-cloud/onprem/EmptyState/CallToAction
/usr/share/grafana/public/app/features/migrate-to-cloud/onprem/EmptyState/CallToAction/CallToAction.test.tsx
/usr/share/grafana/public/app/features/migrate-to-cloud/onprem/EmptyState/CallToAction/CallToAction.tsx
/usr/share/grafana/public/app/features/migrate-to-cloud/onprem/EmptyState/CallToAction/ConnectModal.tsx
/usr/share/grafana/public/app/features/migrate-to-cloud/onprem/EmptyState/EmptyState.tsx
/usr/share/grafana/public/app/features/migrate-to-cloud/onprem/EmptyState/InfoPaneLeft.tsx
/usr/share/grafana/public/app/features/migrate-to-cloud/onprem/EmptyState/InfoPaneRight.tsx
/usr/share/grafana/public/app/features/migrate-to-cloud/onprem/MigrationInfo.tsx
/usr/share/grafana/public/app/features/migrate-to-cloud/onprem/MigrationSummary.tsx
/usr/share/grafana/public/app/features/migrate-to-cloud/onprem/NameCell.tsx
/usr/share/grafana/public/app/features/migrate-to-cloud/onprem/Page.tsx
/usr/share/grafana/public/app/features/migrate-to-cloud/onprem/ResourceDetailsModal.tsx
/usr/share/grafana/public/app/features/migrate-to-cloud/onprem/ResourcesTable.test.tsx
/usr/share/grafana/public/app/features/migrate-to-cloud/onprem/ResourcesTable.tsx
/usr/share/grafana/public/app/features/migrate-to-cloud/onprem/SnapshotCTAs.tsx
/usr/share/grafana/public/app/features/migrate-to-cloud/onprem/StatusCell.tsx
/usr/share/grafana/public/app/features/migrate-to-cloud/onprem/SupportedTypesDisclosure.tsx
/usr/share/grafana/public/app/features/migrate-to-cloud/onprem/TypeCell.tsx
/usr/share/grafana/public/app/features/migrate-to-cloud/onprem/types.ts
/usr/share/grafana/public/app/features/migrate-to-cloud/onprem/useNotifyOnSuccess.tsx
/usr/share/grafana/public/app/features/migrate-to-cloud/shared
/usr/share/grafana/public/app/features/migrate-to-cloud/shared/AlertWithTraceID.tsx
/usr/share/grafana/public/app/features/migrate-to-cloud/shared/InfoItem.tsx
/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/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/Changelog.tsx
/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.test.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/PluginDetailsRightPanel.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/PluginDetailsSignature.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/RoadmapLinks.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/SearchField.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/UpdateAllModal.tsx
/usr/share/grafana/public/app/features/plugins/admin/components/UpdateAllModalBody.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/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/AngularMigrationNotice.test.tsx
/usr/share/grafana/public/app/features/plugins/angularDeprecation/AngularMigrationNotice.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/ExtensionRegistriesContext.tsx
/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/registry
/usr/share/grafana/public/app/features/plugins/extensions/registry/AddedComponentsRegistry.test.ts
/usr/share/grafana/public/app/features/plugins/extensions/registry/AddedComponentsRegistry.ts
/usr/share/grafana/public/app/features/plugins/extensions/registry/AddedLinksRegistry.test.ts
/usr/share/grafana/public/app/features/plugins/extensions/registry/AddedLinksRegistry.ts
/usr/share/grafana/public/app/features/plugins/extensions/registry/ExportedComponentsRegistry.test.ts
/usr/share/grafana/public/app/features/plugins/extensions/registry/ExposedComponentsRegistry.ts
/usr/share/grafana/public/app/features/plugins/extensions/registry/Registry.ts
/usr/share/grafana/public/app/features/plugins/extensions/registry/setup.ts
/usr/share/grafana/public/app/features/plugins/extensions/registry/types.ts
/usr/share/grafana/public/app/features/plugins/extensions/usePluginComponent.test.tsx
/usr/share/grafana/public/app/features/plugins/extensions/usePluginComponent.tsx
/usr/share/grafana/public/app/features/plugins/extensions/usePluginComponents.test.tsx
/usr/share/grafana/public/app/features/plugins/extensions/usePluginComponents.tsx
/usr/share/grafana/public/app/features/plugins/extensions/usePluginExtensions.test.tsx
/usr/share/grafana/public/app/features/plugins/extensions/usePluginExtensions.tsx
/usr/share/grafana/public/app/features/plugins/extensions/usePluginLinks.test.tsx
/usr/share/grafana/public/app/features/plugins/extensions/usePluginLinks.tsx
/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/systemjs.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.test.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/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/preferences
/usr/share/grafana/public/app/features/preferences/api
/usr/share/grafana/public/app/features/preferences/api/index.ts
/usr/share/grafana/public/app/features/preferences/api/user
/usr/share/grafana/public/app/features/preferences/api/user/baseAPI.ts
/usr/share/grafana/public/app/features/preferences/api/user/endpoints.gen.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-library
/usr/share/grafana/public/app/features/query-library/api
/usr/share/grafana/public/app/features/query-library/api/factory.ts
/usr/share/grafana/public/app/features/query-library/api/mappers.ts
/usr/share/grafana/public/app/features/query-library/api/mocks.ts
/usr/share/grafana/public/app/features/query-library/api/query.ts
/usr/share/grafana/public/app/features/query-library/api/testdata
/usr/share/grafana/public/app/features/query-library/api/testdata/identityDisplayList.ts
/usr/share/grafana/public/app/features/query-library/api/testdata/testQueryList.ts
/usr/share/grafana/public/app/features/query-library/api/types.ts
/usr/share/grafana/public/app/features/query-library/api/user.ts
/usr/share/grafana/public/app/features/query-library/index.ts
/usr/share/grafana/public/app/features/query-library/types.ts
/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/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/__mocks__
/usr/share/grafana/public/app/features/query/state/__mocks__/mockDataSource.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/query/utils.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/scopes
/usr/share/grafana/public/app/features/scopes/ScopesDashboards.tsx
/usr/share/grafana/public/app/features/scopes/ScopesFacadeScene.ts
/usr/share/grafana/public/app/features/scopes/ScopesSelector.tsx
/usr/share/grafana/public/app/features/scopes/index.ts
/usr/share/grafana/public/app/features/scopes/instance.tsx
/usr/share/grafana/public/app/features/scopes/internal
/usr/share/grafana/public/app/features/scopes/internal/ScopesDashboardsScene.tsx
/usr/share/grafana/public/app/features/scopes/internal/ScopesDashboardsTree.tsx
/usr/share/grafana/public/app/features/scopes/internal/ScopesDashboardsTreeDashboardItem.tsx
/usr/share/grafana/public/app/features/scopes/internal/ScopesDashboardsTreeFolderItem.tsx
/usr/share/grafana/public/app/features/scopes/internal/ScopesDashboardsTreeSearch.tsx
/usr/share/grafana/public/app/features/scopes/internal/ScopesInput.tsx
/usr/share/grafana/public/app/features/scopes/internal/ScopesSelectorScene.tsx
/usr/share/grafana/public/app/features/scopes/internal/ScopesTree.tsx
/usr/share/grafana/public/app/features/scopes/internal/ScopesTreeHeadline.tsx
/usr/share/grafana/public/app/features/scopes/internal/ScopesTreeItem.tsx
/usr/share/grafana/public/app/features/scopes/internal/ScopesTreeLoading.tsx
/usr/share/grafana/public/app/features/scopes/internal/ScopesTreeSearch.tsx
/usr/share/grafana/public/app/features/scopes/internal/api.ts
/usr/share/grafana/public/app/features/scopes/internal/const.ts
/usr/share/grafana/public/app/features/scopes/internal/types.ts
/usr/share/grafana/public/app/features/scopes/internal/utils.ts
/usr/share/grafana/public/app/features/scopes/tests
/usr/share/grafana/public/app/features/scopes/tests/dashboardReload.test.ts
/usr/share/grafana/public/app/features/scopes/tests/dashboardsApi.test.ts
/usr/share/grafana/public/app/features/scopes/tests/dashboardsList.test.ts
/usr/share/grafana/public/app/features/scopes/tests/featureFlag.test.ts
/usr/share/grafana/public/app/features/scopes/tests/selector.test.ts
/usr/share/grafana/public/app/features/scopes/tests/tree.test.ts
/usr/share/grafana/public/app/features/scopes/tests/utils
/usr/share/grafana/public/app/features/scopes/tests/utils.test.ts
/usr/share/grafana/public/app/features/scopes/tests/utils/actions.ts
/usr/share/grafana/public/app/features/scopes/tests/utils/assertions.ts
/usr/share/grafana/public/app/features/scopes/tests/utils/mocks.ts
/usr/share/grafana/public/app/features/scopes/tests/utils/render.tsx
/usr/share/grafana/public/app/features/scopes/tests/utils/selectors.ts
/usr/share/grafana/public/app/features/scopes/tests/viewMode.test.ts
/usr/share/grafana/public/app/features/scopes/useScopesDashboardsState.ts
/usr/share/grafana/public/app/features/scopes/utils.ts
/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/unified.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/ServiceAccountTable.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/ActionTabs
/usr/share/grafana/public/app/features/trails/ActionTabs/LogsScene.tsx
/usr/share/grafana/public/app/features/trails/ActionTabs/MetricOverviewScene.tsx
/usr/share/grafana/public/app/features/trails/ActionTabs/RelatedMetricsScene.tsx
/usr/share/grafana/public/app/features/trails/AutomaticMetricQueries
/usr/share/grafana/public/app/features/trails/AutomaticMetricQueries/AutoQueryEngine.test.ts
/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/AutomaticMetricQueries/graph-builders
/usr/share/grafana/public/app/features/trails/AutomaticMetricQueries/graph-builders/heatmap.ts
/usr/share/grafana/public/app/features/trails/AutomaticMetricQueries/graph-builders/percentiles.ts
/usr/share/grafana/public/app/features/trails/AutomaticMetricQueries/graph-builders/simple.ts
/usr/share/grafana/public/app/features/trails/AutomaticMetricQueries/graph-builders/types.ts
/usr/share/grafana/public/app/features/trails/AutomaticMetricQueries/query-generators
/usr/share/grafana/public/app/features/trails/AutomaticMetricQueries/query-generators/common
/usr/share/grafana/public/app/features/trails/AutomaticMetricQueries/query-generators/common/baseQuery.ts
/usr/share/grafana/public/app/features/trails/AutomaticMetricQueries/query-generators/common/generator.ts
/usr/share/grafana/public/app/features/trails/AutomaticMetricQueries/query-generators/default.test.ts
/usr/share/grafana/public/app/features/trails/AutomaticMetricQueries/query-generators/default.ts
/usr/share/grafana/public/app/features/trails/AutomaticMetricQueries/query-generators/getQueryGeneratorFor.ts
/usr/share/grafana/public/app/features/trails/AutomaticMetricQueries/query-generators/histogram.ts
/usr/share/grafana/public/app/features/trails/AutomaticMetricQueries/query-generators/summary.ts
/usr/share/grafana/public/app/features/trails/AutomaticMetricQueries/types.ts
/usr/share/grafana/public/app/features/trails/AutomaticMetricQueries/units.test.ts
/usr/share/grafana/public/app/features/trails/AutomaticMetricQueries/units.ts
/usr/share/grafana/public/app/features/trails/Breakdown
/usr/share/grafana/public/app/features/trails/Breakdown/AddToFiltersGraphAction.tsx
/usr/share/grafana/public/app/features/trails/Breakdown/BreakdownSearchScene.tsx
/usr/share/grafana/public/app/features/trails/Breakdown/ByFrameRepeater.tsx
/usr/share/grafana/public/app/features/trails/Breakdown/LabelBreakdownScene.tsx
/usr/share/grafana/public/app/features/trails/Breakdown/LayoutSwitcher.tsx
/usr/share/grafana/public/app/features/trails/Breakdown/SearchInput.tsx
/usr/share/grafana/public/app/features/trails/Breakdown/types.test.ts
/usr/share/grafana/public/app/features/trails/Breakdown/types.ts
/usr/share/grafana/public/app/features/trails/Breakdown/utils.ts
/usr/share/grafana/public/app/features/trails/Breakdown/yAxisSyncBehavior.ts
/usr/share/grafana/public/app/features/trails/BreakdownLabelSelector.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/DataTrailSettings.tsx
/usr/share/grafana/public/app/features/trails/DataTrailsApp.tsx
/usr/share/grafana/public/app/features/trails/DataTrailsHistory.test.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/Integrations
/usr/share/grafana/public/app/features/trails/Integrations/DataTrailEmbedded.tsx
/usr/share/grafana/public/app/features/trails/Integrations/SceneDrawer.tsx
/usr/share/grafana/public/app/features/trails/Integrations/dashboardIntegration.ts
/usr/share/grafana/public/app/features/trails/Integrations/getQueryMetrics.ts
/usr/share/grafana/public/app/features/trails/Integrations/utils.ts
/usr/share/grafana/public/app/features/trails/MetricGraphScene.tsx
/usr/share/grafana/public/app/features/trails/MetricScene.tsx
/usr/share/grafana/public/app/features/trails/MetricSelect
/usr/share/grafana/public/app/features/trails/MetricSelect/MetricSelectScene.tsx
/usr/share/grafana/public/app/features/trails/MetricSelect/SelectMetricAction.tsx
/usr/share/grafana/public/app/features/trails/MetricSelect/api.ts
/usr/share/grafana/public/app/features/trails/MetricSelect/hideEmptyPreviews.ts
/usr/share/grafana/public/app/features/trails/MetricSelect/previewPanel.test.ts
/usr/share/grafana/public/app/features/trails/MetricSelect/previewPanel.ts
/usr/share/grafana/public/app/features/trails/MetricSelect/relatedMetrics.ts
/usr/share/grafana/public/app/features/trails/MetricSelect/util.ts
/usr/share/grafana/public/app/features/trails/MetricsHeader.tsx
/usr/share/grafana/public/app/features/trails/ShareTrailButton.tsx
/usr/share/grafana/public/app/features/trails/StatusWrapper.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/TrailStore/useBookmarkState.ts
/usr/share/grafana/public/app/features/trails/TrailStore/utils.tsx
/usr/share/grafana/public/app/features/trails/groop
/usr/share/grafana/public/app/features/trails/groop/lookup.test.ts
/usr/share/grafana/public/app/features/trails/groop/lookup.ts
/usr/share/grafana/public/app/features/trails/groop/parser.test.ts
/usr/share/grafana/public/app/features/trails/groop/parser.ts
/usr/share/grafana/public/app/features/trails/groop/testdata
/usr/share/grafana/public/app/features/trails/groop/testdata/metrics.txt
/usr/share/grafana/public/app/features/trails/helpers
/usr/share/grafana/public/app/features/trails/helpers/MetricDatasourceHelper.ts
/usr/share/grafana/public/app/features/trails/interactions.ts
/usr/share/grafana/public/app/features/trails/otel
/usr/share/grafana/public/app/features/trails/otel/api.test.ts
/usr/share/grafana/public/app/features/trails/otel/api.ts
/usr/share/grafana/public/app/features/trails/otel/types.ts
/usr/share/grafana/public/app/features/trails/otel/util.ts
/usr/share/grafana/public/app/features/trails/otel/utils.test.ts
/usr/share/grafana/public/app/features/trails/services
/usr/share/grafana/public/app/features/trails/services/levels.test.ts
/usr/share/grafana/public/app/features/trails/services/levels.ts
/usr/share/grafana/public/app/features/trails/services/search.ts
/usr/share/grafana/public/app/features/trails/services/store.ts
/usr/share/grafana/public/app/features/trails/services/variables.ts
/usr/share/grafana/public/app/features/trails/shared.ts
/usr/share/grafana/public/app/features/trails/utils.test.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.test.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/GroupToNestedTableTransformerEditor.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/editors/TransposeTransformerEditor.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/FieldConfigMappingHandlerArgumentsEditor.test.tsx
/usr/share/grafana/public/app/features/transformers/fieldToConfigMapping/FieldConfigMappingHandlerArgumentsEditor.tsx
/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.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/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/VariableTypeSelect.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__/datasourceSettings.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/ConfigEditor
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ConfigEditor/AppRegistrationCredentials.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ConfigEditor/AzureCredentialsForm.test.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ConfigEditor/AzureCredentialsForm.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ConfigEditor/BasicLogsToggle.test.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ConfigEditor/BasicLogsToggle.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ConfigEditor/ConfigEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ConfigEditor/ConfigEditor.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ConfigEditor/CurrentUserFallbackCredentials.test.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ConfigEditor/CurrentUserFallbackCredentials.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ConfigEditor/DefaultSubscription.test.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ConfigEditor/DefaultSubscription.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ConfigEditor/MonitorConfig.test.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/ConfigEditor/MonitorConfig.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/AzureCheatSheet.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/LogsQueryEditor/AzureCheatSheetModal.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/LogsQueryEditor/LogsManagement.test.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/LogsQueryEditor/LogsManagement.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/RawQuery.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/syntax.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/LogsQueryEditor/useMigrations.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/LogsQueryEditor/utils.test.ts
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/LogsQueryEditor/utils.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/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/QueryHeader.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/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/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/shared
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/shared/Field.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/shared/FormatAsField.test.tsx
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/components/shared/FormatAsField.tsx
/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/azureInfraApps.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/azureInfraCompute.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/azureInfraData.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/azureInfraNetwork.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/azureInfraStorageVaults.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/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/azureInfraApps.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/azureInfraCompute.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/azureInfraData.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/azureInfraNetwork.json
/usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/azureInfraStorageVaults.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/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/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/.eslintignore
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/CHANGELOG.md
/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/dist
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dist/CHANGELOG.md
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dist/LICENSE
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dist/README.md
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dist/dashboards
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dist/dashboards/cloud-storage-monitoring.json
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dist/dashboards/cloudfunctions-monitoring.json
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dist/dashboards/cloudsql-monitoring.json
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dist/dashboards/cloudsql-mysql-monitoring.json
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dist/dashboards/cloudsql-postgre-monitoring.json
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dist/dashboards/cloudtasks-monitoring.json
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dist/dashboards/dataprocessing-monitoring.json
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dist/dashboards/firewall-insight-monitoring.json
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dist/dashboards/gce-network-monitoring.json
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dist/dashboards/gce-vm-instance-monitoring.json
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dist/dashboards/gke-prometheus-pod-node-monitoring.json
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dist/dashboards/https-lb-backend-services-monitoring.json
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dist/dashboards/https-loadbalancer-monitoring.json
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dist/dashboards/micro-service-monitoring.json
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dist/dashboards/network-tcp-loadbalancer-monitoring.json
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dist/img
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dist/img/cloud_monitoring_logo.svg
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dist/module.js
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dist/module.js.LICENSE.txt
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dist/module.js.map
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dist/plugin.json
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/e2e
/usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/e2e/selectors.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/package.json
/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/tsconfig.json
/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/cloud-monitoring/webpack.config.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__/CloudWatchVariables.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/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/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.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.test.ts
/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/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/reducerTester.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__
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/configuration/__mocks__/configOptions.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/docs
/usr/share/grafana/public/app/plugins/datasource/elasticsearch/docs/developer_documentation.md
/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/CHANGELOG.md
/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/dist
/usr/share/grafana/public/app/plugins/datasource/grafana-postgresql-datasource/dist/CHANGELOG.md
/usr/share/grafana/public/app/plugins/datasource/grafana-postgresql-datasource/dist/LICENSE
/usr/share/grafana/public/app/plugins/datasource/grafana-postgresql-datasource/dist/README.md
/usr/share/grafana/public/app/plugins/datasource/grafana-postgresql-datasource/dist/img
/usr/share/grafana/public/app/plugins/datasource/grafana-postgresql-datasource/dist/img/postgresql_logo.svg
/usr/share/grafana/public/app/plugins/datasource/grafana-postgresql-datasource/dist/module.js
/usr/share/grafana/public/app/plugins/datasource/grafana-postgresql-datasource/dist/module.js.LICENSE.txt
/usr/share/grafana/public/app/plugins/datasource/grafana-postgresql-datasource/dist/module.js.map
/usr/share/grafana/public/app/plugins/datasource/grafana-postgresql-datasource/dist/plugin.json
/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/package.json
/usr/share/grafana/public/app/plugins/datasource/grafana-postgresql-datasource/plugin.json
/usr/share/grafana/public/app/plugins/datasource/grafana-postgresql-datasource/postgresMetaQuery.test.ts
/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/tsconfig.json
/usr/share/grafana/public/app/plugins/datasource/grafana-postgresql-datasource/types.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-postgresql-datasource/webpack.config.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/.eslintignore
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/CHANGELOG.md
/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/QueryOptionGroup.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/dist
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/dist/CHANGELOG.md
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/dist/LICENSE
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/dist/README.md
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/dist/img
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/dist/img/grafana_pyroscope_icon.svg
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/dist/module.js
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/dist/module.js.LICENSE.txt
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/dist/module.js.map
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/dist/plugin.json
/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/package.json
/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/tsconfig.json
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/types.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/utils.ts
/usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/webpack.config.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.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.LICENSE.txt
/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/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/testData/serviceMapResponseMedium.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/__mocks__
/usr/share/grafana/public/app/plugins/datasource/influxdb/__mocks__/datasource.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/__mocks__/query.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/__mocks__/request.ts
/usr/share/grafana/public/app/plugins/datasource/influxdb/__mocks__/response.ts
/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_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/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/influxdb/variables.ts
/usr/share/grafana/public/app/plugins/datasource/jaeger
/usr/share/grafana/public/app/plugins/datasource/jaeger/CHANGELOG.md
/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/_importedDependencies
/usr/share/grafana/public/app/plugins/datasource/jaeger/_importedDependencies/README.md
/usr/share/grafana/public/app/plugins/datasource/jaeger/_importedDependencies/model
/usr/share/grafana/public/app/plugins/datasource/jaeger/_importedDependencies/model/trace-viewer.ts
/usr/share/grafana/public/app/plugins/datasource/jaeger/_importedDependencies/model/transform-trace-data.tsx
/usr/share/grafana/public/app/plugins/datasource/jaeger/_importedDependencies/selectors
/usr/share/grafana/public/app/plugins/datasource/jaeger/_importedDependencies/selectors/trace.ts
/usr/share/grafana/public/app/plugins/datasource/jaeger/_importedDependencies/types
/usr/share/grafana/public/app/plugins/datasource/jaeger/_importedDependencies/types/index.tsx
/usr/share/grafana/public/app/plugins/datasource/jaeger/_importedDependencies/types/trace.ts
/usr/share/grafana/public/app/plugins/datasource/jaeger/_importedDependencies/utils
/usr/share/grafana/public/app/plugins/datasource/jaeger/_importedDependencies/utils/TreeNode.ts
/usr/share/grafana/public/app/plugins/datasource/jaeger/_importedDependencies/utils/config
/usr/share/grafana/public/app/plugins/datasource/jaeger/_importedDependencies/utils/config/default-config.ts
/usr/share/grafana/public/app/plugins/datasource/jaeger/_importedDependencies/utils/config/get-config.tsx
/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/dependencyGraphTransform.test.ts
/usr/share/grafana/public/app/plugins/datasource/jaeger/dependencyGraphTransform.ts
/usr/share/grafana/public/app/plugins/datasource/jaeger/dist
/usr/share/grafana/public/app/plugins/datasource/jaeger/dist/CHANGELOG.md
/usr/share/grafana/public/app/plugins/datasource/jaeger/dist/LICENSE
/usr/share/grafana/public/app/plugins/datasource/jaeger/dist/README.md
/usr/share/grafana/public/app/plugins/datasource/jaeger/dist/img
/usr/share/grafana/public/app/plugins/datasource/jaeger/dist/img/jaeger_logo.svg
/usr/share/grafana/public/app/plugins/datasource/jaeger/dist/mockJsonResponse.json
/usr/share/grafana/public/app/plugins/datasource/jaeger/dist/module.js
/usr/share/grafana/public/app/plugins/datasource/jaeger/dist/module.js.LICENSE.txt
/usr/share/grafana/public/app/plugins/datasource/jaeger/dist/module.js.map
/usr/share/grafana/public/app/plugins/datasource/jaeger/dist/plugin.json
/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/helpers
/usr/share/grafana/public/app/plugins/datasource/jaeger/helpers/createFetchResponse.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/package.json
/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/tsconfig.json
/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/jaeger/webpack.config.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/LabelParamEditor.test.tsx
/usr/share/grafana/public/app/plugins/datasource/loki/querybuilder/components/LabelParamEditor.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/CHANGELOG.md
/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/configuration/Kerberos.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/dist
/usr/share/grafana/public/app/plugins/datasource/mssql/dist/CHANGELOG.md
/usr/share/grafana/public/app/plugins/datasource/mssql/dist/LICENSE
/usr/share/grafana/public/app/plugins/datasource/mssql/dist/README.md
/usr/share/grafana/public/app/plugins/datasource/mssql/dist/img
/usr/share/grafana/public/app/plugins/datasource/mssql/dist/img/sql_server_logo.svg
/usr/share/grafana/public/app/plugins/datasource/mssql/dist/module.js
/usr/share/grafana/public/app/plugins/datasource/mssql/dist/module.js.LICENSE.txt
/usr/share/grafana/public/app/plugins/datasource/mssql/dist/module.js.map
/usr/share/grafana/public/app/plugins/datasource/mssql/dist/plugin.json
/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/package.json
/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/tsconfig.json
/usr/share/grafana/public/app/plugins/datasource/mssql/types.ts
/usr/share/grafana/public/app/plugins/datasource/mssql/webpack.config.ts
/usr/share/grafana/public/app/plugins/datasource/mysql
/usr/share/grafana/public/app/plugins/datasource/mysql/CHANGELOG.md
/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/dist
/usr/share/grafana/public/app/plugins/datasource/mysql/dist/CHANGELOG.md
/usr/share/grafana/public/app/plugins/datasource/mysql/dist/LICENSE
/usr/share/grafana/public/app/plugins/datasource/mysql/dist/README.md
/usr/share/grafana/public/app/plugins/datasource/mysql/dist/img
/usr/share/grafana/public/app/plugins/datasource/mysql/dist/img/mysql_logo.svg
/usr/share/grafana/public/app/plugins/datasource/mysql/dist/module.js
/usr/share/grafana/public/app/plugins/datasource/mysql/dist/module.js.LICENSE.txt
/usr/share/grafana/public/app/plugins/datasource/mysql/dist/module.js.map
/usr/share/grafana/public/app/plugins/datasource/mysql/dist/plugin.json
/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/package.json
/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/tsconfig.json
/usr/share/grafana/public/app/plugins/datasource/mysql/types.ts
/usr/share/grafana/public/app/plugins/datasource/mysql/webpack.config.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.test.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.LICENSE.txt
/usr/share/grafana/public/app/plugins/datasource/parca/dist/module.js.map
/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/configuration
/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/ConfigEditorPackage.tsx
/usr/share/grafana/public/app/plugins/datasource/prometheus/configuration/DataSourceHttpSettingsOverhaulPackage.tsx
/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/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/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/tempo
/usr/share/grafana/public/app/plugins/datasource/tempo/.eslintignore
/usr/share/grafana/public/app/plugins/datasource/tempo/CHANGELOG.md
/usr/share/grafana/public/app/plugins/datasource/tempo/CheatSheet.tsx
/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/_importedDependencies
/usr/share/grafana/public/app/plugins/datasource/tempo/_importedDependencies/README.md
/usr/share/grafana/public/app/plugins/datasource/tempo/_importedDependencies/components
/usr/share/grafana/public/app/plugins/datasource/tempo/_importedDependencies/components/AdHocFilter
/usr/share/grafana/public/app/plugins/datasource/tempo/_importedDependencies/components/AdHocFilter/AdHocFilter.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/_importedDependencies/components/AdHocFilter/AdHocFilterBuilder.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/_importedDependencies/components/AdHocFilter/AdHocFilterKey.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/_importedDependencies/components/AdHocFilter/AdHocFilterRenderer.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/_importedDependencies/components/AdHocFilter/AdHocFilterValue.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/_importedDependencies/components/AdHocFilter/ConditionSegment.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/_importedDependencies/components/AdHocFilter/OperatorSegment.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/_importedDependencies/components/AdHocFilter/types.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/_importedDependencies/datasources
/usr/share/grafana/public/app/plugins/datasource/tempo/_importedDependencies/datasources/loki
/usr/share/grafana/public/app/plugins/datasource/tempo/_importedDependencies/datasources/loki/types.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/_importedDependencies/datasources/prometheus
/usr/share/grafana/public/app/plugins/datasource/tempo/_importedDependencies/datasources/prometheus/QueryOptionGroup.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/_importedDependencies/datasources/prometheus/RawQuery.tsx
/usr/share/grafana/public/app/plugins/datasource/tempo/_importedDependencies/datasources/prometheus/dataquery.gen.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/_importedDependencies/datasources/prometheus/language_utils.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/_importedDependencies/datasources/prometheus/types.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/_importedDependencies/test
/usr/share/grafana/public/app/plugins/datasource/tempo/_importedDependencies/test/helpers
/usr/share/grafana/public/app/plugins/datasource/tempo/_importedDependencies/test/helpers/createFetchResponse.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/_importedDependencies/test/helpers/selectOptionInTest.ts
/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/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/StreamingSection.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/dist
/usr/share/grafana/public/app/plugins/datasource/tempo/dist/CHANGELOG.md
/usr/share/grafana/public/app/plugins/datasource/tempo/dist/LICENSE
/usr/share/grafana/public/app/plugins/datasource/tempo/dist/README.md
/usr/share/grafana/public/app/plugins/datasource/tempo/dist/img
/usr/share/grafana/public/app/plugins/datasource/tempo/dist/img/tempo_logo.svg
/usr/share/grafana/public/app/plugins/datasource/tempo/dist/module.js
/usr/share/grafana/public/app/plugins/datasource/tempo/dist/module.js.LICENSE.txt
/usr/share/grafana/public/app/plugins/datasource/tempo/dist/module.js.map
/usr/share/grafana/public/app/plugins/datasource/tempo/dist/plugin.json
/usr/share/grafana/public/app/plugins/datasource/tempo/dist/test
/usr/share/grafana/public/app/plugins/datasource/tempo/dist/test/mockJsonResponse.json
/usr/share/grafana/public/app/plugins/datasource/tempo/dist/test/mockServiceGraph.json
/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/module.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/package.json
/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/test
/usr/share/grafana/public/app/plugins/datasource/tempo/test/mockJsonResponse.json
/usr/share/grafana/public/app/plugins/datasource/tempo/test/mockServiceGraph.json
/usr/share/grafana/public/app/plugins/datasource/tempo/test/mocks.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/test/testResponse.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/test/test_utils.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.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/highlighting.test.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/traceql/highlighting.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/tsconfig.json
/usr/share/grafana/public/app/plugins/datasource/tempo/types.ts
/usr/share/grafana/public/app/plugins/datasource/tempo/utils.test.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/tempo/webpack.config.ts
/usr/share/grafana/public/app/plugins/datasource/zipkin
/usr/share/grafana/public/app/plugins/datasource/zipkin/CHANGELOG.md
/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/dist
/usr/share/grafana/public/app/plugins/datasource/zipkin/dist/CHANGELOG.md
/usr/share/grafana/public/app/plugins/datasource/zipkin/dist/LICENSE
/usr/share/grafana/public/app/plugins/datasource/zipkin/dist/README.md
/usr/share/grafana/public/app/plugins/datasource/zipkin/dist/img
/usr/share/grafana/public/app/plugins/datasource/zipkin/dist/img/zipkin-logo.svg
/usr/share/grafana/public/app/plugins/datasource/zipkin/dist/mockJsonResponse.json
/usr/share/grafana/public/app/plugins/datasource/zipkin/dist/module.js
/usr/share/grafana/public/app/plugins/datasource/zipkin/dist/module.js.LICENSE.txt
/usr/share/grafana/public/app/plugins/datasource/zipkin/dist/module.js.map
/usr/share/grafana/public/app/plugins/datasource/zipkin/dist/plugin.json
/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/package.json
/usr/share/grafana/public/app/plugins/datasource/zipkin/plugin.json
/usr/share/grafana/public/app/plugins/datasource/zipkin/tsconfig.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/datasource/zipkin/webpack.config.ts
/usr/share/grafana/public/app/plugins/gen.go
/usr/share/grafana/public/app/plugins/panel
/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/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/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/BarChartLegend.tsx
/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/migrations.test.ts
/usr/share/grafana/public/app/plugins/panel/barchart/migrations.ts
/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/BarGaugeLegend.tsx
/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/LineStyleEditor.tsx
/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/ActionsEditor.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/DataLinksEditor.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.test.ts
/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/HeatmapPanel.tsx
/usr/share/grafana/public/app/plugins/panel/heatmap/HeatmapTooltip.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/HistogramTooltip.tsx
/usr/share/grafana/public/app/plugins/panel/histogram/config.ts
/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/migrations.test.ts
/usr/share/grafana/public/app/plugins/panel/histogram/migrations.ts
/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/LivePublish.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/logs/useDatasourcesFromTargets.test.ts
/usr/share/grafana/public/app/plugins/panel/logs/useDatasourcesFromTargets.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/forceLayout.js
/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/layeredLayout.js
/usr/share/grafana/public/app/plugins/panel/nodeGraph/layeredLayout.test.ts
/usr/share/grafana/public/app/plugins/panel/nodeGraph/layeredLayout.worker.js
/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/suggestions.ts
/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/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/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/AutoCellOptionsEditor.tsx
/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/ImageCellOptionsEditor.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/AnnotationsPlugin2.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/annotations2
/usr/share/grafana/public/app/plugins/panel/timeseries/plugins/annotations2/AnnotationEditor2.tsx
/usr/share/grafana/public/app/plugins/panel/timeseries/plugins/annotations2/AnnotationMarker2.tsx
/usr/share/grafana/public/app/plugins/panel/timeseries/plugins/annotations2/AnnotationTooltip2.tsx
/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/traces/suggestions.ts
/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/XYChartPanel.tsx
/usr/share/grafana/public/app/plugins/panel/xychart/XYChartTooltip.test.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/panel/xychart/v2
/usr/share/grafana/public/app/plugins/panel/xychart/v2/README.md
/usr/share/grafana/public/app/plugins/panel/xychart/v2/SeriesEditor.tsx
/usr/share/grafana/public/app/plugins/panel/xychart/v2/XYChartPanel.tsx
/usr/share/grafana/public/app/plugins/panel/xychart/v2/XYChartTooltip.tsx
/usr/share/grafana/public/app/plugins/panel/xychart/v2/config.ts
/usr/share/grafana/public/app/plugins/panel/xychart/v2/migrations.test.ts
/usr/share/grafana/public/app/plugins/panel/xychart/v2/migrations.ts
/usr/share/grafana/public/app/plugins/panel/xychart/v2/module.tsx
/usr/share/grafana/public/app/plugins/panel/xychart/v2/panelcfg.cue
/usr/share/grafana/public/app/plugins/panel/xychart/v2/panelcfg.gen.ts
/usr/share/grafana/public/app/plugins/panel/xychart/v2/plugin.json
/usr/share/grafana/public/app/plugins/panel/xychart/v2/scatter.ts
/usr/share/grafana/public/app/plugins/panel/xychart/v2/types2.ts
/usr/share/grafana/public/app/plugins/panel/xychart/v2/utils.ts
/usr/share/grafana/public/app/plugins/sdk.ts
/usr/share/grafana/public/app/routes
/usr/share/grafana/public/app/routes/RoutesWrapper.tsx
/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/1118.c684d1aadf16a6c70620.js
/usr/share/grafana/public/build/1118.c684d1aadf16a6c70620.js.map
/usr/share/grafana/public/build/1122.5fbf0d7cd148c610616d.js
/usr/share/grafana/public/build/1122.5fbf0d7cd148c610616d.js.map
/usr/share/grafana/public/build/1162.4803ea56750f9d63806c.js
/usr/share/grafana/public/build/1162.4803ea56750f9d63806c.js.map
/usr/share/grafana/public/build/1166.247cc706617cc6970cae.js
/usr/share/grafana/public/build/1166.247cc706617cc6970cae.js.map
/usr/share/grafana/public/build/1183.d2cb532fd7d264a35e5a.js
/usr/share/grafana/public/build/1183.d2cb532fd7d264a35e5a.js.map
/usr/share/grafana/public/build/1274.510a7ddd0e1987198cec.js
/usr/share/grafana/public/build/1274.510a7ddd0e1987198cec.js.map
/usr/share/grafana/public/build/1282.ae38cac1b732d8ac1d96.js
/usr/share/grafana/public/build/1282.ae38cac1b732d8ac1d96.js.map
/usr/share/grafana/public/build/1420.e63ce495727f83b8887d.js
/usr/share/grafana/public/build/1420.e63ce495727f83b8887d.js.map
/usr/share/grafana/public/build/1438.ccdd05d7188edf4191ff.js
/usr/share/grafana/public/build/1438.ccdd05d7188edf4191ff.js.map
/usr/share/grafana/public/build/1446.fe7b1f4563629b80793f.js
/usr/share/grafana/public/build/1446.fe7b1f4563629b80793f.js.map
/usr/share/grafana/public/build/1460.3c4e7eda72470dc619a2.js
/usr/share/grafana/public/build/1460.3c4e7eda72470dc619a2.js.map
/usr/share/grafana/public/build/1518.a3f1f690c084a37f01c7.js
/usr/share/grafana/public/build/1518.a3f1f690c084a37f01c7.js.map
/usr/share/grafana/public/build/1560.538cd2395be11ba4e2c9.js
/usr/share/grafana/public/build/1560.538cd2395be11ba4e2c9.js.map
/usr/share/grafana/public/build/1654.580e7669272f9b8cfa87.js
/usr/share/grafana/public/build/1654.580e7669272f9b8cfa87.js.map
/usr/share/grafana/public/build/1698.adb9972281a975a50b17.js
/usr/share/grafana/public/build/1698.adb9972281a975a50b17.js.map
/usr/share/grafana/public/build/1708.f42a783c0f6c7a317d49.js
/usr/share/grafana/public/build/1708.f42a783c0f6c7a317d49.js.map
/usr/share/grafana/public/build/1710.7db3f56c6714c0c340e0.js
/usr/share/grafana/public/build/1710.7db3f56c6714c0c340e0.js.map
/usr/share/grafana/public/build/1740.baf38e7ee007e1a6935e.js
/usr/share/grafana/public/build/1740.baf38e7ee007e1a6935e.js.map
/usr/share/grafana/public/build/1783.52631c4a7a4e1fa84f97.js
/usr/share/grafana/public/build/1783.52631c4a7a4e1fa84f97.js.map
/usr/share/grafana/public/build/1810.ac728b425ee2ede10e2c.js
/usr/share/grafana/public/build/1810.ac728b425ee2ede10e2c.js.map
/usr/share/grafana/public/build/1821.fecf3796ddd1c4ae6687.js
/usr/share/grafana/public/build/1821.fecf3796ddd1c4ae6687.js.map
/usr/share/grafana/public/build/1888.d33142738af4fbf8a230.js
/usr/share/grafana/public/build/1888.d33142738af4fbf8a230.js.map
/usr/share/grafana/public/build/1914.5f33b3c2133b5bb7ea6e.js
/usr/share/grafana/public/build/1914.5f33b3c2133b5bb7ea6e.js.map
/usr/share/grafana/public/build/198.65a768ff6c601d19ea3f.js
/usr/share/grafana/public/build/198.65a768ff6c601d19ea3f.js.map
/usr/share/grafana/public/build/2042.fc138c1fbd16940a6b26.js
/usr/share/grafana/public/build/2042.fc138c1fbd16940a6b26.js.map
/usr/share/grafana/public/build/205.afb123cfb639f8770825.js
/usr/share/grafana/public/build/205.afb123cfb639f8770825.js.map
/usr/share/grafana/public/build/2058.84b0f341e2d544e68b72.js
/usr/share/grafana/public/build/2058.84b0f341e2d544e68b72.js.map
/usr/share/grafana/public/build/2077.6e052f173fbf14caf079.js
/usr/share/grafana/public/build/2077.6e052f173fbf14caf079.js.map
/usr/share/grafana/public/build/2094.97e7f0876201e76a77fd.js
/usr/share/grafana/public/build/2094.97e7f0876201e76a77fd.js.map
/usr/share/grafana/public/build/2120.617214410a5cc92bef54.js
/usr/share/grafana/public/build/2120.617214410a5cc92bef54.js.map
/usr/share/grafana/public/build/2136.d3f06def4bc7d1443b7c.js
/usr/share/grafana/public/build/2136.d3f06def4bc7d1443b7c.js.map
/usr/share/grafana/public/build/2150.21f907cc3e0b7a685dac.js
/usr/share/grafana/public/build/2150.21f907cc3e0b7a685dac.js.map
/usr/share/grafana/public/build/2228.cf629cf4a83c5b6c2671.js
/usr/share/grafana/public/build/2228.cf629cf4a83c5b6c2671.js.map
/usr/share/grafana/public/build/2244.70c156ada2487a05595c.js
/usr/share/grafana/public/build/2244.70c156ada2487a05595c.js.map
/usr/share/grafana/public/build/2278.f887de0a65e1b784ea9f.js
/usr/share/grafana/public/build/2278.f887de0a65e1b784ea9f.js.map
/usr/share/grafana/public/build/2288.10ae64beb077bbba6179.js
/usr/share/grafana/public/build/2288.10ae64beb077bbba6179.js.map
/usr/share/grafana/public/build/2398.04a5575aa9d6ad2fb9fd.js
/usr/share/grafana/public/build/2398.04a5575aa9d6ad2fb9fd.js.map
/usr/share/grafana/public/build/2405.c1b37a7cc8182472f6a6.js
/usr/share/grafana/public/build/2405.c1b37a7cc8182472f6a6.js.map
/usr/share/grafana/public/build/2446.d8cb6d47d003fa0578e3.js
/usr/share/grafana/public/build/2446.d8cb6d47d003fa0578e3.js.map
/usr/share/grafana/public/build/2514.c86950e9813e27962050.js
/usr/share/grafana/public/build/2514.c86950e9813e27962050.js.map
/usr/share/grafana/public/build/2586.668c65b61e9ea31b5bca.js
/usr/share/grafana/public/build/2586.668c65b61e9ea31b5bca.js.map
/usr/share/grafana/public/build/2651.48e465e25cec0a1f8cb2.js
/usr/share/grafana/public/build/2651.48e465e25cec0a1f8cb2.js.map
/usr/share/grafana/public/build/2658.7f70ebc378803654a814.js
/usr/share/grafana/public/build/2658.7f70ebc378803654a814.js.map
/usr/share/grafana/public/build/2686.ae267304ddd1380c30c7.js
/usr/share/grafana/public/build/2686.ae267304ddd1380c30c7.js.map
/usr/share/grafana/public/build/2692.fa24ada7d987a7ee05f1.js
/usr/share/grafana/public/build/2692.fa24ada7d987a7ee05f1.js.map
/usr/share/grafana/public/build/2694.a31d749361a36eb167da.js
/usr/share/grafana/public/build/2694.a31d749361a36eb167da.js.map
/usr/share/grafana/public/build/2745.9f335470deb2a63b6115.js
/usr/share/grafana/public/build/2745.9f335470deb2a63b6115.js.map
/usr/share/grafana/public/build/2839.c724e95af2f389ef9fbb.js
/usr/share/grafana/public/build/2839.c724e95af2f389ef9fbb.js.map
/usr/share/grafana/public/build/285.3c441f00004559629139.js
/usr/share/grafana/public/build/285.3c441f00004559629139.js.map
/usr/share/grafana/public/build/2962.85c9dc0cca68efab5e0c.js
/usr/share/grafana/public/build/2962.85c9dc0cca68efab5e0c.js.map
/usr/share/grafana/public/build/2975.09724bc855e2d96e23d0.js
/usr/share/grafana/public/build/2975.09724bc855e2d96e23d0.js.map
/usr/share/grafana/public/build/3042.44bad7d2d0536000b808.js
/usr/share/grafana/public/build/3042.44bad7d2d0536000b808.js.map
/usr/share/grafana/public/build/3062.ad5844391370fcc7525a.js
/usr/share/grafana/public/build/3062.ad5844391370fcc7525a.js.map
/usr/share/grafana/public/build/3082.0aa6e017824e303084d1.js
/usr/share/grafana/public/build/3082.0aa6e017824e303084d1.js.map
/usr/share/grafana/public/build/3096.aed61083f1ba4803ae84.js
/usr/share/grafana/public/build/3096.aed61083f1ba4803ae84.js.map
/usr/share/grafana/public/build/3169.1971add8d896b5a3429e.js
/usr/share/grafana/public/build/3169.1971add8d896b5a3429e.js.map
/usr/share/grafana/public/build/3182.831f754ed3b6f10441a0.js
/usr/share/grafana/public/build/3182.831f754ed3b6f10441a0.js.map
/usr/share/grafana/public/build/322.4432312c327f918e8fb9.js
/usr/share/grafana/public/build/322.4432312c327f918e8fb9.js.map
/usr/share/grafana/public/build/3346.27d8c509370d16b89dae.js
/usr/share/grafana/public/build/3346.27d8c509370d16b89dae.js.map
/usr/share/grafana/public/build/3397.e24df0a60941e1abf504.js
/usr/share/grafana/public/build/3397.e24df0a60941e1abf504.js.map
/usr/share/grafana/public/build/3520.51156d26d7b619a9eba0.js
/usr/share/grafana/public/build/3520.51156d26d7b619a9eba0.js.map
/usr/share/grafana/public/build/3594.dc4cfbc076b258a70da9.js
/usr/share/grafana/public/build/3594.dc4cfbc076b258a70da9.js.map
/usr/share/grafana/public/build/3622.0b196041f825b42c5233.js
/usr/share/grafana/public/build/3622.0b196041f825b42c5233.js.map
/usr/share/grafana/public/build/3656.243d45737a9a0f9c3202.js
/usr/share/grafana/public/build/3656.243d45737a9a0f9c3202.js.map
/usr/share/grafana/public/build/3686.102abfc00452299017bb.js
/usr/share/grafana/public/build/3718.b570aa4fa35f8dfc686e.js
/usr/share/grafana/public/build/3718.b570aa4fa35f8dfc686e.js.map
/usr/share/grafana/public/build/3719.c065b2e146c4c8347d51.js
/usr/share/grafana/public/build/3719.c065b2e146c4c8347d51.js.map
/usr/share/grafana/public/build/3726.84ef8bb1304f7adbc7f3.js
/usr/share/grafana/public/build/3726.84ef8bb1304f7adbc7f3.js.map
/usr/share/grafana/public/build/3865.f9b0cdf4244f8a62805d.js
/usr/share/grafana/public/build/3865.f9b0cdf4244f8a62805d.js.map
/usr/share/grafana/public/build/398.ceeafcf522343c717c4b.js
/usr/share/grafana/public/build/398.ceeafcf522343c717c4b.js.map
/usr/share/grafana/public/build/4007.cfd25ba5558e3595af64.js
/usr/share/grafana/public/build/4007.cfd25ba5558e3595af64.js.map
/usr/share/grafana/public/build/4064.a51701bcc2f8829f86b0.js
/usr/share/grafana/public/build/4064.a51701bcc2f8829f86b0.js.map
/usr/share/grafana/public/build/4067.5fb00383024de02ce17a.js
/usr/share/grafana/public/build/4067.5fb00383024de02ce17a.js.map
/usr/share/grafana/public/build/407.8d27c00123356eb1ded7.js
/usr/share/grafana/public/build/407.8d27c00123356eb1ded7.js.map
/usr/share/grafana/public/build/4085.1543bb7c207dfde943a2.js
/usr/share/grafana/public/build/4085.1543bb7c207dfde943a2.js.map
/usr/share/grafana/public/build/4114.c4741f0a73781d3f87dc.js
/usr/share/grafana/public/build/4114.c4741f0a73781d3f87dc.js.map
/usr/share/grafana/public/build/4120.968e1408d894f8515330.js
/usr/share/grafana/public/build/4120.968e1408d894f8515330.js.map
/usr/share/grafana/public/build/4209.de7f2b850ee1292a67e5.js
/usr/share/grafana/public/build/4209.de7f2b850ee1292a67e5.js.map
/usr/share/grafana/public/build/4239.c2eca2b0222ddf40980b.js
/usr/share/grafana/public/build/4239.c2eca2b0222ddf40980b.js.map
/usr/share/grafana/public/build/4289.d5662b0904798ff437e9.js
/usr/share/grafana/public/build/4289.d5662b0904798ff437e9.js.map
/usr/share/grafana/public/build/4334.396d65b7ba31733108e9.js
/usr/share/grafana/public/build/4334.396d65b7ba31733108e9.js.map
/usr/share/grafana/public/build/4581.1a99105f1cdf15cceea0.js
/usr/share/grafana/public/build/4581.1a99105f1cdf15cceea0.js.map
/usr/share/grafana/public/build/4606.b79b4f6137533589f0f3.js
/usr/share/grafana/public/build/4606.b79b4f6137533589f0f3.js.map
/usr/share/grafana/public/build/4630.54d7f3b9d384c6b95bbc.js
/usr/share/grafana/public/build/4630.54d7f3b9d384c6b95bbc.js.map
/usr/share/grafana/public/build/4680.abd86af55b75e75326ab.js
/usr/share/grafana/public/build/4680.abd86af55b75e75326ab.js.map
/usr/share/grafana/public/build/4698.c9a2c562b12da12dc66e.js
/usr/share/grafana/public/build/4698.c9a2c562b12da12dc66e.js.map
/usr/share/grafana/public/build/4753.1482d61804b402f43934.js
/usr/share/grafana/public/build/4753.1482d61804b402f43934.js.map
/usr/share/grafana/public/build/4787.3d5599ae567f79a24d89.js
/usr/share/grafana/public/build/4787.3d5599ae567f79a24d89.js.map
/usr/share/grafana/public/build/4839.bec8db1a845c71c79157.js
/usr/share/grafana/public/build/4839.bec8db1a845c71c79157.js.map
/usr/share/grafana/public/build/494.5463fc5a297eaedd150f.js
/usr/share/grafana/public/build/494.5463fc5a297eaedd150f.js.map
/usr/share/grafana/public/build/4958.226af5f19bf47305a407.js
/usr/share/grafana/public/build/4958.226af5f19bf47305a407.js.map
/usr/share/grafana/public/build/4962.bbff24c5a85e9314600a.js
/usr/share/grafana/public/build/4962.bbff24c5a85e9314600a.js.map
/usr/share/grafana/public/build/500.e3b769358f48206e0bed.js
/usr/share/grafana/public/build/500.e3b769358f48206e0bed.js.map
/usr/share/grafana/public/build/5091.1280b6de16f16fb21665.js
/usr/share/grafana/public/build/5091.1280b6de16f16fb21665.js.map
/usr/share/grafana/public/build/5130.cbdddcd716a093bdbaac.js
/usr/share/grafana/public/build/5130.cbdddcd716a093bdbaac.js.map
/usr/share/grafana/public/build/5194.f8ee0a8ea1b684b0d25b.js
/usr/share/grafana/public/build/5194.f8ee0a8ea1b684b0d25b.js.map
/usr/share/grafana/public/build/5196.9b7364caf64a8583ad01.js
/usr/share/grafana/public/build/5196.9b7364caf64a8583ad01.js.map
/usr/share/grafana/public/build/5277.ce6608b6f47246e32767.js
/usr/share/grafana/public/build/5277.ce6608b6f47246e32767.js.map
/usr/share/grafana/public/build/5279.3fa5de3a833d8bd75548.js
/usr/share/grafana/public/build/5279.3fa5de3a833d8bd75548.js.map
/usr/share/grafana/public/build/5280.2c29942977baa2dfbe0e.js
/usr/share/grafana/public/build/5280.2c29942977baa2dfbe0e.js.map
/usr/share/grafana/public/build/5356.ed243c1847fa19a5965e.js
/usr/share/grafana/public/build/5356.ed243c1847fa19a5965e.js.map
/usr/share/grafana/public/build/5358.27a4db815fd138ba7d43.js
/usr/share/grafana/public/build/5358.27a4db815fd138ba7d43.js.map
/usr/share/grafana/public/build/5364.0288d9c98f74f26b73e7.js
/usr/share/grafana/public/build/5364.0288d9c98f74f26b73e7.js.map
/usr/share/grafana/public/build/5398.2e7c25d2496f80fd889e.js
/usr/share/grafana/public/build/5398.2e7c25d2496f80fd889e.js.map
/usr/share/grafana/public/build/5511.448e6d990cb888c8419c.js
/usr/share/grafana/public/build/5511.448e6d990cb888c8419c.js.map
/usr/share/grafana/public/build/5550.5bf3e7d23d6b104740fd.js
/usr/share/grafana/public/build/5550.5bf3e7d23d6b104740fd.js.map
/usr/share/grafana/public/build/5618.909592bbe054b70f2377.js
/usr/share/grafana/public/build/5618.909592bbe054b70f2377.js.map
/usr/share/grafana/public/build/5648.bceca11c6f5ae3613fe0.js
/usr/share/grafana/public/build/5648.bceca11c6f5ae3613fe0.js.map
/usr/share/grafana/public/build/5786.c45dfaf9e1d969472e5e.js
/usr/share/grafana/public/build/5786.c45dfaf9e1d969472e5e.js.map
/usr/share/grafana/public/build/5995.093dfee3c4cfd184e057.js
/usr/share/grafana/public/build/5995.093dfee3c4cfd184e057.js.map
/usr/share/grafana/public/build/6018.befdd11bf701ea71f7bf.js
/usr/share/grafana/public/build/6018.befdd11bf701ea71f7bf.js.map
/usr/share/grafana/public/build/6029.0549a3fcb50e73c4b256.js
/usr/share/grafana/public/build/6029.0549a3fcb50e73c4b256.js.map
/usr/share/grafana/public/build/6144.dea67e32f62e0cfd0c9b.js
/usr/share/grafana/public/build/6144.dea67e32f62e0cfd0c9b.js.map
/usr/share/grafana/public/build/6185.2a7c893c6b3f2f0dadb8.js
/usr/share/grafana/public/build/6185.2a7c893c6b3f2f0dadb8.js.map
/usr/share/grafana/public/build/6263.a73b1b322df478919fca.js
/usr/share/grafana/public/build/6263.a73b1b322df478919fca.js.map
/usr/share/grafana/public/build/630.780594fdd1087a70f1c4.js
/usr/share/grafana/public/build/630.780594fdd1087a70f1c4.js.map
/usr/share/grafana/public/build/6302.a2ffa52069511df9772f.js
/usr/share/grafana/public/build/6302.a2ffa52069511df9772f.js.map
/usr/share/grafana/public/build/6359.4b3bfe33c54801ccbe95.js
/usr/share/grafana/public/build/6359.4b3bfe33c54801ccbe95.js.map
/usr/share/grafana/public/build/6414.7520859a2d9cc0a63d7f.js
/usr/share/grafana/public/build/6414.7520859a2d9cc0a63d7f.js.map
/usr/share/grafana/public/build/6446.1d75a8140260005fffbd.js
/usr/share/grafana/public/build/6446.1d75a8140260005fffbd.js.map
/usr/share/grafana/public/build/6464.f379e014f9909e621de6.js
/usr/share/grafana/public/build/6464.f379e014f9909e621de6.js.map
/usr/share/grafana/public/build/6556.3cb66428afda88cac3e1.js
/usr/share/grafana/public/build/6556.3cb66428afda88cac3e1.js.map
/usr/share/grafana/public/build/660.57d6a62355ee16ce8a28.js
/usr/share/grafana/public/build/660.57d6a62355ee16ce8a28.js.map
/usr/share/grafana/public/build/680.b5b0babf28733e388a95.js
/usr/share/grafana/public/build/680.b5b0babf28733e388a95.js.map
/usr/share/grafana/public/build/6830.a4b0ecf3a6d784ca7609.js
/usr/share/grafana/public/build/6830.a4b0ecf3a6d784ca7609.js.map
/usr/share/grafana/public/build/6938.5c518d2c601b4707b633.js
/usr/share/grafana/public/build/6938.5c518d2c601b4707b633.js.map
/usr/share/grafana/public/build/6940.b6c74df14413f0188f0d.js
/usr/share/grafana/public/build/6940.b6c74df14413f0188f0d.js.map
/usr/share/grafana/public/build/6965.0c5239d653c3175969b3.js
/usr/share/grafana/public/build/6965.0c5239d653c3175969b3.js.map
/usr/share/grafana/public/build/6990.d663924714fc213b17c6.js
/usr/share/grafana/public/build/6990.d663924714fc213b17c6.js.map
/usr/share/grafana/public/build/7011.7d4922a92c3ad2bd5548.js
/usr/share/grafana/public/build/7011.7d4922a92c3ad2bd5548.js.map
/usr/share/grafana/public/build/7048.3746fc9a274bf8ff72f1.js
/usr/share/grafana/public/build/7048.3746fc9a274bf8ff72f1.js.map
/usr/share/grafana/public/build/7049.14f2acbbdf538c5a95ca.js
/usr/share/grafana/public/build/7049.14f2acbbdf538c5a95ca.js.map
/usr/share/grafana/public/build/707.b02de56435c1c89199e3.js
/usr/share/grafana/public/build/707.b02de56435c1c89199e3.js.map
/usr/share/grafana/public/build/7200.d4425528f6cee80f9931.js
/usr/share/grafana/public/build/7200.d4425528f6cee80f9931.js.map
/usr/share/grafana/public/build/7229.aac41279237e5e8d0e91.js
/usr/share/grafana/public/build/7229.aac41279237e5e8d0e91.js.map
/usr/share/grafana/public/build/7246.ac713f7e9b9e7f71153f.js
/usr/share/grafana/public/build/7246.ac713f7e9b9e7f71153f.js.map
/usr/share/grafana/public/build/7315.93e9d56159a0b43608e5.js
/usr/share/grafana/public/build/7315.93e9d56159a0b43608e5.js.map
/usr/share/grafana/public/build/7391.e68b0c7ec4118a82836a.js
/usr/share/grafana/public/build/7391.e68b0c7ec4118a82836a.js.map
/usr/share/grafana/public/build/7409.a6385201bbfab569faae.js
/usr/share/grafana/public/build/7409.a6385201bbfab569faae.js.map
/usr/share/grafana/public/build/7445.2f7bcbfce0f7dab9e620.js
/usr/share/grafana/public/build/7445.2f7bcbfce0f7dab9e620.js.map
/usr/share/grafana/public/build/7455.bea2262b50ce52a3f921.js
/usr/share/grafana/public/build/7455.bea2262b50ce52a3f921.js.map
/usr/share/grafana/public/build/7466.b7c17c526c7b734dd5f7.js
/usr/share/grafana/public/build/7466.b7c17c526c7b734dd5f7.js.map
/usr/share/grafana/public/build/7515.95323f0dfbd0de010e5c.js
/usr/share/grafana/public/build/7515.95323f0dfbd0de010e5c.js.map
/usr/share/grafana/public/build/7613.6334cff4df12cc157522.js
/usr/share/grafana/public/build/7613.6334cff4df12cc157522.js.map
/usr/share/grafana/public/build/7743.0f680902d6a7518337e0.js
/usr/share/grafana/public/build/7743.0f680902d6a7518337e0.js.map
/usr/share/grafana/public/build/7808.a4905d4b2b3c5def138b.js
/usr/share/grafana/public/build/7808.a4905d4b2b3c5def138b.js.map
/usr/share/grafana/public/build/7836.afe37ef4be354f0a3b91.js
/usr/share/grafana/public/build/7836.afe37ef4be354f0a3b91.js.map
/usr/share/grafana/public/build/7882.e1721e9d6ac2d421bcda.js
/usr/share/grafana/public/build/7882.e1721e9d6ac2d421bcda.js.map
/usr/share/grafana/public/build/7886.8499ded396232466be7d.js
/usr/share/grafana/public/build/7886.8499ded396232466be7d.js.map
/usr/share/grafana/public/build/7887.f590918b713075a1cc09.js
/usr/share/grafana/public/build/7887.f590918b713075a1cc09.js.map
/usr/share/grafana/public/build/7914.acf7876e55bbc9807bf4.js
/usr/share/grafana/public/build/7914.acf7876e55bbc9807bf4.js.map
/usr/share/grafana/public/build/8078.a4260b06f1454becf5c9.js
/usr/share/grafana/public/build/8078.a4260b06f1454becf5c9.js.map
/usr/share/grafana/public/build/8107.6382e8bc728665f7afd9.js
/usr/share/grafana/public/build/8107.6382e8bc728665f7afd9.js.map
/usr/share/grafana/public/build/8164.cc510b92780293a4489e.js
/usr/share/grafana/public/build/8164.cc510b92780293a4489e.js.map
/usr/share/grafana/public/build/8177.52abd0953ac914f69e26.js
/usr/share/grafana/public/build/8177.52abd0953ac914f69e26.js.map
/usr/share/grafana/public/build/8230.d65bce2998eec95c6082.js
/usr/share/grafana/public/build/8230.d65bce2998eec95c6082.js.map
/usr/share/grafana/public/build/829.6b4dee20c93348daf8b3.js
/usr/share/grafana/public/build/829.6b4dee20c93348daf8b3.js.map
/usr/share/grafana/public/build/8314.76ef7cead069b612af28.js
/usr/share/grafana/public/build/8314.76ef7cead069b612af28.js.map
/usr/share/grafana/public/build/8332.a62e8632a336661f2969.js
/usr/share/grafana/public/build/8332.a62e8632a336661f2969.js.map
/usr/share/grafana/public/build/8334.1196f5ddcef25711fc25.js
/usr/share/grafana/public/build/8334.1196f5ddcef25711fc25.js.map
/usr/share/grafana/public/build/8373.f869d2868f13f771a388.js
/usr/share/grafana/public/build/8373.f869d2868f13f771a388.js.map
/usr/share/grafana/public/build/8390.9de755da2e214cc845a3.js
/usr/share/grafana/public/build/8390.9de755da2e214cc845a3.js.map
/usr/share/grafana/public/build/8468.9d996d314228a151de36.js
/usr/share/grafana/public/build/8468.9d996d314228a151de36.js.map
/usr/share/grafana/public/build/8477.5a149b2dc106a4cdce43.js
/usr/share/grafana/public/build/8477.5a149b2dc106a4cdce43.js.map
/usr/share/grafana/public/build/8494.659892f00c9d15ae441a.js
/usr/share/grafana/public/build/8494.659892f00c9d15ae441a.js.map
/usr/share/grafana/public/build/8542.317c15ed57f68fcf0c97.js
/usr/share/grafana/public/build/8542.317c15ed57f68fcf0c97.js.map
/usr/share/grafana/public/build/8566.5c8f392bb383ab92eed0.js
/usr/share/grafana/public/build/8566.5c8f392bb383ab92eed0.js.map
/usr/share/grafana/public/build/8730.3dcdd8cbf22c63b45d78.js
/usr/share/grafana/public/build/8730.3dcdd8cbf22c63b45d78.js.map
/usr/share/grafana/public/build/8747.4212653b167a52121b0f.js
/usr/share/grafana/public/build/8747.4212653b167a52121b0f.js.map
/usr/share/grafana/public/build/8779.e255d939a1787b5617b6.js
/usr/share/grafana/public/build/8779.e255d939a1787b5617b6.js.map
/usr/share/grafana/public/build/8786.8ec719bff77c4a335cb6.js
/usr/share/grafana/public/build/8786.8ec719bff77c4a335cb6.js.map
/usr/share/grafana/public/build/8891.80b3b278e0fc66508502.js
/usr/share/grafana/public/build/8891.80b3b278e0fc66508502.js.map
/usr/share/grafana/public/build/8895.798f7b1aef7dce87f66b.js
/usr/share/grafana/public/build/8895.798f7b1aef7dce87f66b.js.map
/usr/share/grafana/public/build/8902.71f14964ec6cea84dc8e.js
/usr/share/grafana/public/build/8902.71f14964ec6cea84dc8e.js.map
/usr/share/grafana/public/build/8990.665213a5c89afd6b2f83.js
/usr/share/grafana/public/build/8990.665213a5c89afd6b2f83.js.map
/usr/share/grafana/public/build/9034.a32e36472481cbe5d72d.js
/usr/share/grafana/public/build/9034.a32e36472481cbe5d72d.js.map
/usr/share/grafana/public/build/9038.f03b25f160057d4a0bf6.js
/usr/share/grafana/public/build/9038.f03b25f160057d4a0bf6.js.map
/usr/share/grafana/public/build/9044.70f5e23dc4894d93e436.js
/usr/share/grafana/public/build/9044.70f5e23dc4894d93e436.js.map
/usr/share/grafana/public/build/9118.3121c6b96ec7dc211973.js
/usr/share/grafana/public/build/9118.3121c6b96ec7dc211973.js.map
/usr/share/grafana/public/build/9150.38487365ffd149b730af.js
/usr/share/grafana/public/build/9150.38487365ffd149b730af.js.map
/usr/share/grafana/public/build/9199.abd79a178713a3651625.js
/usr/share/grafana/public/build/9199.abd79a178713a3651625.js.map
/usr/share/grafana/public/build/9241.345caf2e5420f22c9d0c.js
/usr/share/grafana/public/build/9241.345caf2e5420f22c9d0c.js.map
/usr/share/grafana/public/build/9264.1e075b68d81ebdd09f1f.js
/usr/share/grafana/public/build/9264.1e075b68d81ebdd09f1f.js.map
/usr/share/grafana/public/build/9355.95d7e1782f93f339549e.js
/usr/share/grafana/public/build/9355.95d7e1782f93f339549e.js.map
/usr/share/grafana/public/build/9362.86fb72d4be535de3d53f.js
/usr/share/grafana/public/build/9362.86fb72d4be535de3d53f.js.map
/usr/share/grafana/public/build/9384.f33667e2d41ab96dab00.js
/usr/share/grafana/public/build/9384.f33667e2d41ab96dab00.js.map
/usr/share/grafana/public/build/9390.c72fcd228017f7647b38.js
/usr/share/grafana/public/build/9390.c72fcd228017f7647b38.js.map
/usr/share/grafana/public/build/94.6acbb36fede37ba2a793.js
/usr/share/grafana/public/build/94.6acbb36fede37ba2a793.js.map
/usr/share/grafana/public/build/946.48c5e8c688cf29424295.js
/usr/share/grafana/public/build/946.48c5e8c688cf29424295.js.map
/usr/share/grafana/public/build/9510.1e255e96fe40aad2ed6f.js
/usr/share/grafana/public/build/9510.1e255e96fe40aad2ed6f.js.map
/usr/share/grafana/public/build/9521.9d3621a6f245a3ddbdfe.js
/usr/share/grafana/public/build/9521.9d3621a6f245a3ddbdfe.js.map
/usr/share/grafana/public/build/9538.c1d8b7bd5bc77e17988a.js
/usr/share/grafana/public/build/9538.c1d8b7bd5bc77e17988a.js.map
/usr/share/grafana/public/build/9569.817db115a7df4172282b.js
/usr/share/grafana/public/build/9569.817db115a7df4172282b.js.map
/usr/share/grafana/public/build/9654.48d695aca138fe70b75b.js
/usr/share/grafana/public/build/9654.48d695aca138fe70b75b.js.map
/usr/share/grafana/public/build/9666.1121533eca69be2427b3.js
/usr/share/grafana/public/build/9666.1121533eca69be2427b3.js.map
/usr/share/grafana/public/build/968.d4b150f9211c478b7b05.js
/usr/share/grafana/public/build/968.d4b150f9211c478b7b05.js.map
/usr/share/grafana/public/build/970.46f17b76711e4961a575.js
/usr/share/grafana/public/build/970.46f17b76711e4961a575.js.map
/usr/share/grafana/public/build/9711.9bbb489fb2ca3baed3d3.js
/usr/share/grafana/public/build/9711.9bbb489fb2ca3baed3d3.js.map
/usr/share/grafana/public/build/9739.c4a15d0444326278de88.js
/usr/share/grafana/public/build/9739.c4a15d0444326278de88.js.map
/usr/share/grafana/public/build/9838.06bd7dfd4290786f80e3.js
/usr/share/grafana/public/build/9838.06bd7dfd4290786f80e3.js.map
/usr/share/grafana/public/build/AdminAuthentication.83248b22367f63657a24.js
/usr/share/grafana/public/build/AdminAuthentication.83248b22367f63657a24.js.map
/usr/share/grafana/public/build/AdminEditOrgPage.29e6825870b2d17dcbc6.js
/usr/share/grafana/public/build/AdminEditOrgPage.29e6825870b2d17dcbc6.js.map
/usr/share/grafana/public/build/AdminFeatureTogglesPage.890aa314228072e4d15a.js
/usr/share/grafana/public/build/AdminFeatureTogglesPage.890aa314228072e4d15a.js.map
/usr/share/grafana/public/build/AdminListOrgsPage.66e5e0f36ccdc34a44df.js
/usr/share/grafana/public/build/AdminListOrgsPage.66e5e0f36ccdc34a44df.js.map
/usr/share/grafana/public/build/AdminSettings.05f561ee8d9afba87ad9.js
/usr/share/grafana/public/build/AdminSettings.05f561ee8d9afba87ad9.js.map
/usr/share/grafana/public/build/AlertAmRoutes.3d42ac7f2a165a9998e4.js
/usr/share/grafana/public/build/AlertAmRoutes.3d42ac7f2a165a9998e4.js.map
/usr/share/grafana/public/build/AlertGroups.8142d5d050479725e796.js
/usr/share/grafana/public/build/AlertGroups.8142d5d050479725e796.js.map
/usr/share/grafana/public/build/AlertRuleListIndex.455b029341e61b605050.js
/usr/share/grafana/public/build/AlertRuleListIndex.455b029341e61b605050.js.map
/usr/share/grafana/public/build/AlertSilences.e3218f16c6aed730db2b.js
/usr/share/grafana/public/build/AlertSilences.e3218f16c6aed730db2b.js.map
/usr/share/grafana/public/build/AlertingDisabled.43e76d554390b374d5a9.js
/usr/share/grafana/public/build/AlertingDisabled.43e76d554390b374d5a9.js.map
/usr/share/grafana/public/build/AlertingHome.c7e35163ded55be1ab60.js
/usr/share/grafana/public/build/AlertingHome.c7e35163ded55be1ab60.js.map
/usr/share/grafana/public/build/AlertingRedirectToRule.7e857313d4d720476ac7.js
/usr/share/grafana/public/build/AlertingRedirectToRule.7e857313d4d720476ac7.js.map
/usr/share/grafana/public/build/AlertingRuleForm.8f80cb7838714858d51c.js
/usr/share/grafana/public/build/AlertingRuleForm.8f80cb7838714858d51c.js.map
/usr/share/grafana/public/build/AlertingSettings.51e2844c4b5205461122.js
/usr/share/grafana/public/build/AlertingSettings.51e2844c4b5205461122.js.map
/usr/share/grafana/public/build/AngularApp.1eff8a25ac54cfc7d404.js
/usr/share/grafana/public/build/AngularApp.1eff8a25ac54cfc7d404.js.map
/usr/share/grafana/public/build/ApiKeysPage.fe5f7255a3546701ad49.js
/usr/share/grafana/public/build/ApiKeysPage.fe5f7255a3546701ad49.js.map
/usr/share/grafana/public/build/BenchmarksPage.17770588f9263a33947f.js
/usr/share/grafana/public/build/BenchmarksPage.17770588f9263a33947f.js.map
/usr/share/grafana/public/build/ChangePasswordPage.2091072dc68a849fdee8.js
/usr/share/grafana/public/build/ChangePasswordPage.2091072dc68a849fdee8.js.map
/usr/share/grafana/public/build/Connections.e0eda96e0598ac758584.js
/usr/share/grafana/public/build/Connections.e0eda96e0598ac758584.js.map
/usr/share/grafana/public/build/CorrelationsFeatureToggle.ce53a9f0987ae3dd2e47.js
/usr/share/grafana/public/build/CorrelationsFeatureToggle.ce53a9f0987ae3dd2e47.js.map
/usr/share/grafana/public/build/CorrelationsPage.cb8d06f7ff3b093df125.js
/usr/share/grafana/public/build/CorrelationsPage.cb8d06f7ff3b093df125.js.map
/usr/share/grafana/public/build/CreateTeam.ee4bf19a6d0d37cb68d0.js
/usr/share/grafana/public/build/CreateTeam.ee4bf19a6d0d37cb68d0.js.map
/usr/share/grafana/public/build/DashboardImport.bba95b5237b4d8acf313.js
/usr/share/grafana/public/build/DashboardImport.bba95b5237b4d8acf313.js.map
/usr/share/grafana/public/build/DashboardListPage.725594642c343001b808.js
/usr/share/grafana/public/build/DashboardListPage.725594642c343001b808.js.map
/usr/share/grafana/public/build/DashboardPage.84aef37ccc0bb3b13c48.js
/usr/share/grafana/public/build/DashboardPage.84aef37ccc0bb3b13c48.js.map
/usr/share/grafana/public/build/DashboardPageProxy.2c83f7d8b1477f13fd57.js
/usr/share/grafana/public/build/DashboardPageProxy.2c83f7d8b1477f13fd57.js.map
/usr/share/grafana/public/build/DataTrailsPage.f3b7b20abdcecea28c2f.js
/usr/share/grafana/public/build/DataTrailsPage.f3b7b20abdcecea28c2f.js.map
/usr/share/grafana/public/build/EditMuteTiming.0306ee1a167280d2fc7b.js
/usr/share/grafana/public/build/EditMuteTiming.0306ee1a167280d2fc7b.js.map
/usr/share/grafana/public/build/EmbeddedDashboard.8a379ada1b7457e0afca.js
/usr/share/grafana/public/build/EmbeddedDashboard.8a379ada1b7457e0afca.js.map
/usr/share/grafana/public/build/FolderAlerting.acb413647e3b8ab01f88.js
/usr/share/grafana/public/build/FolderAlerting.acb413647e3b8ab01f88.js.map
/usr/share/grafana/public/build/FolderLibraryPanelsPage.a2af0f8e982d3ece4d49.js
/usr/share/grafana/public/build/FolderLibraryPanelsPage.a2af0f8e982d3ece4d49.js.map
/usr/share/grafana/public/build/HistoryPage.cc4c8f0247a15b09cd01.js
/usr/share/grafana/public/build/HistoryPage.cc4c8f0247a15b09cd01.js.map
/usr/share/grafana/public/build/LdapSettingsPage.cc56eb4cb135811ac691.js
/usr/share/grafana/public/build/LdapSettingsPage.cc56eb4cb135811ac691.js.map
/usr/share/grafana/public/build/LibraryPanelsPage.da66fe248827b89eba15.js
/usr/share/grafana/public/build/LibraryPanelsPage.da66fe248827b89eba15.js.map
/usr/share/grafana/public/build/ListPublicDashboardPage.7dfd2b53f50f3d7b0c97.js
/usr/share/grafana/public/build/ListPublicDashboardPage.7dfd2b53f50f3d7b0c97.js.map
/usr/share/grafana/public/build/LoginPage.337a8fe1cc0c69e91c08.js
/usr/share/grafana/public/build/LoginPage.337a8fe1cc0c69e91c08.js.map
/usr/share/grafana/public/build/MigrateToCloud.f6f8c8eb8d103cc9d24a.js
/usr/share/grafana/public/build/MigrateToCloud.f6f8c8eb8d103cc9d24a.js.map
/usr/share/grafana/public/build/NewMuteTiming.841e02ef0fea0ab362bb.js
/usr/share/grafana/public/build/NewMuteTiming.841e02ef0fea0ab362bb.js.map
/usr/share/grafana/public/build/NewOrgPage.cf05cb4eca33c44ed6cb.js
/usr/share/grafana/public/build/NewOrgPage.cf05cb4eca33c44ed6cb.js.map
/usr/share/grafana/public/build/NotificationsListPage.4fffa343feff4394086b.js
/usr/share/grafana/public/build/NotificationsListPage.4fffa343feff4394086b.js.map
/usr/share/grafana/public/build/NotificationsPage.d135b1bb049d09819a7a.js
/usr/share/grafana/public/build/NotificationsPage.d135b1bb049d09819a7a.js.map
/usr/share/grafana/public/build/OrgDetailsPage.dc0855dcaf05a47ef174.js
/usr/share/grafana/public/build/OrgDetailsPage.dc0855dcaf05a47ef174.js.map
/usr/share/grafana/public/build/PlaylistEditPage.6cd5d7fb6e87465c6f38.js
/usr/share/grafana/public/build/PlaylistEditPage.6cd5d7fb6e87465c6f38.js.map
/usr/share/grafana/public/build/PlaylistNewPage.c04d03c6c013712feb91.js
/usr/share/grafana/public/build/PlaylistNewPage.c04d03c6c013712feb91.js.map
/usr/share/grafana/public/build/PlaylistPage.c69d5d8b0c9aadc22a61.js
/usr/share/grafana/public/build/PlaylistPage.c69d5d8b0c9aadc22a61.js.map
/usr/share/grafana/public/build/PlaylistStartPage.96cb6e649b8f5933f0e3.js
/usr/share/grafana/public/build/PlaylistStartPage.96cb6e649b8f5933f0e3.js.map
/usr/share/grafana/public/build/PluginListPage.3082f37964d5d9c67277.js
/usr/share/grafana/public/build/PluginListPage.3082f37964d5d9c67277.js.map
/usr/share/grafana/public/build/PluginPage.2a6ab4807a76494cbeee.js
/usr/share/grafana/public/build/PluginPage.2a6ab4807a76494cbeee.js.map
/usr/share/grafana/public/build/ProfileFeatureTogglePage.d6b22b15ae993c7ddd02.js
/usr/share/grafana/public/build/ProfileFeatureTogglePage.d6b22b15ae993c7ddd02.js.map
/usr/share/grafana/public/build/PublicDashboardPage.c5c18959475f72cad0d5.js
/usr/share/grafana/public/build/PublicDashboardPage.c5c18959475f72cad0d5.js.map
/usr/share/grafana/public/build/RecentlyDeletedPage.3943eb6a8e0cf06330d1.js
/usr/share/grafana/public/build/RecentlyDeletedPage.3943eb6a8e0cf06330d1.js.map
/usr/share/grafana/public/build/SelectOrgPage.84b76c108e2e2884d609.js
/usr/share/grafana/public/build/SelectOrgPage.84b76c108e2e2884d609.js.map
/usr/share/grafana/public/build/SendResetMailPage.3d4298737e5d78db7ac7.js
/usr/share/grafana/public/build/SendResetMailPage.3d4298737e5d78db7ac7.js.map
/usr/share/grafana/public/build/ServerStats.c5fc88804389ce2f7709.js
/usr/share/grafana/public/build/ServerStats.c5fc88804389ce2f7709.js.map
/usr/share/grafana/public/build/ServiceAccountCreatePage.acf6b2d3db88f74c6c72.js
/usr/share/grafana/public/build/ServiceAccountCreatePage.acf6b2d3db88f74c6c72.js.map
/usr/share/grafana/public/build/ServiceAccountPage.fb9f68e1d6efbd73ef47.js
/usr/share/grafana/public/build/ServiceAccountPage.fb9f68e1d6efbd73ef47.js.map
/usr/share/grafana/public/build/ServiceAccountsPage.f8347bcad76c386e9449.js
/usr/share/grafana/public/build/ServiceAccountsPage.f8347bcad76c386e9449.js.map
/usr/share/grafana/public/build/SignupInvited.2fae628305149021bc56.js
/usr/share/grafana/public/build/SignupInvited.2fae628305149021bc56.js.map
/usr/share/grafana/public/build/SnapshotListPage.f6059ee6526734abdb9b.js
/usr/share/grafana/public/build/SnapshotListPage.f6059ee6526734abdb9b.js.map
/usr/share/grafana/public/build/SoloPanelPage.3503f57a0621d0c5de80.js
/usr/share/grafana/public/build/SoloPanelPage.3503f57a0621d0c5de80.js.map
/usr/share/grafana/public/build/SoloPanelPageOld.d95e3159fd334b9b625e.js
/usr/share/grafana/public/build/SoloPanelPageOld.d95e3159fd334b9b625e.js.map
/usr/share/grafana/public/build/StoragePage.a1dc7657c9f9b88501d7.js
/usr/share/grafana/public/build/StoragePage.a1dc7657c9f9b88501d7.js.map
/usr/share/grafana/public/build/SupportBundles.93d917b23f485c5c2a81.js
/usr/share/grafana/public/build/SupportBundles.93d917b23f485c5c2a81.js.map
/usr/share/grafana/public/build/SupportBundlesCreate.c36db2f81312eece2e9b.js
/usr/share/grafana/public/build/SupportBundlesCreate.c36db2f81312eece2e9b.js.map
/usr/share/grafana/public/build/TeamList.35e28d5fbcf00f4a529e.js
/usr/share/grafana/public/build/TeamList.35e28d5fbcf00f4a529e.js.map
/usr/share/grafana/public/build/TeamPages.6936065da991ddfe49ae.js
/usr/share/grafana/public/build/TeamPages.6936065da991ddfe49ae.js.map
/usr/share/grafana/public/build/Templates.61eeed4d2d4389aac319.js
/usr/share/grafana/public/build/Templates.61eeed4d2d4389aac319.js.map
/usr/share/grafana/public/build/TestStuffPage.6b3b9a12c257089c804f.js
/usr/share/grafana/public/build/TestStuffPage.6b3b9a12c257089c804f.js.map
/usr/share/grafana/public/build/UserAdminPage.6bf6def6d6d8e9e36787.js
/usr/share/grafana/public/build/UserAdminPage.6bf6def6d6d8e9e36787.js.map
/usr/share/grafana/public/build/UserCreatePage.909c60c7ce78ba74d99e.js
/usr/share/grafana/public/build/UserCreatePage.909c60c7ce78ba74d99e.js.map
/usr/share/grafana/public/build/UserInvitePage.054ebd65f77c24628a92.js
/usr/share/grafana/public/build/UserInvitePage.054ebd65f77c24628a92.js.map
/usr/share/grafana/public/build/UserListPage.f184594c8b7ac2f7f149.js
/usr/share/grafana/public/build/UserListPage.f184594c8b7ac2f7f149.js.map
/usr/share/grafana/public/build/UserProfileEditPage.a1572d74af3786c14ab6.js
/usr/share/grafana/public/build/UserProfileEditPage.a1572d74af3786c14ab6.js.map
/usr/share/grafana/public/build/alert-rules-drawer-content.4d9e654e57260b42bb2e.js
/usr/share/grafana/public/build/alert-rules-drawer-content.4d9e654e57260b42bb2e.js.map
/usr/share/grafana/public/build/alert-rules-toolbar-button.010e6a536193cda52eeb.js
/usr/share/grafana/public/build/alert-rules-toolbar-button.010e6a536193cda52eeb.js.map
/usr/share/grafana/public/build/alertListPanel.6d48cbdd01af1e33e62c.js
/usr/share/grafana/public/build/alertListPanel.6d48cbdd01af1e33e62c.js.map
/usr/share/grafana/public/build/alertmanagerPlugin.46571144bd6b12418a63.js
/usr/share/grafana/public/build/alertmanagerPlugin.46571144bd6b12418a63.js.map
/usr/share/grafana/public/build/annoListPanel.d02e69c368b26a55c97c.js
/usr/share/grafana/public/build/annoListPanel.d02e69c368b26a55c97c.js.map
/usr/share/grafana/public/build/app.e617f902c769b0facee7.js
/usr/share/grafana/public/build/app.e617f902c769b0facee7.js.map
/usr/share/grafana/public/build/assets-manifest.json
/usr/share/grafana/public/build/barChartPanel.0badf1c77669baf760d5.js
/usr/share/grafana/public/build/barChartPanel.0badf1c77669baf760d5.js.map
/usr/share/grafana/public/build/barGaugePanel.7f5aeb48bcd2801b02cb.js
/usr/share/grafana/public/build/barGaugePanel.7f5aeb48bcd2801b02cb.js.map
/usr/share/grafana/public/build/brace.4a68600431dfe2b97207.js
/usr/share/grafana/public/build/brace.4a68600431dfe2b97207.js.map
/usr/share/grafana/public/build/candlestickPanel.4350b704dc0f577f1aed.js
/usr/share/grafana/public/build/candlestickPanel.4350b704dc0f577f1aed.js.map
/usr/share/grafana/public/build/canvasPanel.0aecf24cc66f39c9144e.js
/usr/share/grafana/public/build/canvasPanel.0aecf24cc66f39c9144e.js.map
/usr/share/grafana/public/build/cloudwatchPlugin.06ef34f60000c4f7ea37.js
/usr/share/grafana/public/build/cloudwatchPlugin.06ef34f60000c4f7ea37.js.map
/usr/share/grafana/public/build/dark.7fa24d1908c1c96e6fcc.js
/usr/share/grafana/public/build/dashListPanel.d68c2f1cab6a53912c18.js
/usr/share/grafana/public/build/dashListPanel.d68c2f1cab6a53912c18.js.map
/usr/share/grafana/public/build/dataGridPanel.ba04ee3879df0753eb95.js
/usr/share/grafana/public/build/dataGridPanel.ba04ee3879df0753eb95.js.map
/usr/share/grafana/public/build/debugPanel.fd6073389b14ba349795.js
/usr/share/grafana/public/build/debugPanel.fd6073389b14ba349795.js.map
/usr/share/grafana/public/build/elasticsearchPlugin.3f2edb012f5162b48903.js
/usr/share/grafana/public/build/elasticsearchPlugin.3f2edb012f5162b48903.js.map
/usr/share/grafana/public/build/explore-feature-toggle-page.f205914ed2f3c49b7bdd.js
/usr/share/grafana/public/build/explore-feature-toggle-page.f205914ed2f3c49b7bdd.js.map
/usr/share/grafana/public/build/explore.be1f937e68a8c15b1e01.js
/usr/share/grafana/public/build/explore.be1f937e68a8c15b1e01.js.map
/usr/share/grafana/public/build/flamegraphPanel.3f7ef8d5b3701a364b70.js
/usr/share/grafana/public/build/flamegraphPanel.3f7ef8d5b3701a364b70.js.map
/usr/share/grafana/public/build/geomapPanel.4cd3fb8fabc339209d05.js
/usr/share/grafana/public/build/geomapPanel.4cd3fb8fabc339209d05.js.map
/usr/share/grafana/public/build/gettingStartedPanel.830005e471ef0dce7e2a.js
/usr/share/grafana/public/build/gettingStartedPanel.830005e471ef0dce7e2a.js.map
/usr/share/grafana/public/build/grafana.dark.722d809dba5a31f57d49.css
/usr/share/grafana/public/build/grafana.light.2fbd901d840329c18394.css
/usr/share/grafana/public/build/grafanaPlugin.abd290ae5943e08a7661.js
/usr/share/grafana/public/build/grafanaPlugin.abd290ae5943e08a7661.js.map
/usr/share/grafana/public/build/graphPlugin.68d58b7928329cdb8bad.js
/usr/share/grafana/public/build/graphPlugin.68d58b7928329cdb8bad.js.map
/usr/share/grafana/public/build/graphitePlugin.82a3802c199949a29ad5.js
/usr/share/grafana/public/build/graphitePlugin.82a3802c199949a29ad5.js.map
/usr/share/grafana/public/build/heatmapPanel.15cd889552afed81b6a0.js
/usr/share/grafana/public/build/heatmapPanel.15cd889552afed81b6a0.js.map
/usr/share/grafana/public/build/histogramPanel.fe145bdcc770b4834de0.js
/usr/share/grafana/public/build/histogramPanel.fe145bdcc770b4834de0.js.map
/usr/share/grafana/public/build/influxdbPlugin.5fa4f666b04eb5021747.js
/usr/share/grafana/public/build/influxdbPlugin.5fa4f666b04eb5021747.js.map
/usr/share/grafana/public/build/light.af65e5ce03b9ed0aa2b1.js
/usr/share/grafana/public/build/livePanel.db4e0c38c4c7ff721d69.js
/usr/share/grafana/public/build/livePanel.db4e0c38c4c7ff721d69.js.map
/usr/share/grafana/public/build/logsPanel.37c0e991f554637edb20.js
/usr/share/grafana/public/build/logsPanel.37c0e991f554637edb20.js.map
/usr/share/grafana/public/build/loki-query-field.238850b4efef64330a67.js
/usr/share/grafana/public/build/loki-query-field.238850b4efef64330a67.js.map
/usr/share/grafana/public/build/lokiPlugin.12931648a8f8917976df.js
/usr/share/grafana/public/build/lokiPlugin.12931648a8f8917976df.js.map
/usr/share/grafana/public/build/mixedPlugin.f36bd557a883d9a67538.js
/usr/share/grafana/public/build/newsPanel.7a6c4a3b292ad055d222.js
/usr/share/grafana/public/build/newsPanel.7a6c4a3b292ad055d222.js.map
/usr/share/grafana/public/build/nodeGraphPanel.f3cf4eaaa80ab54d2e6f.js
/usr/share/grafana/public/build/nodeGraphPanel.f3cf4eaaa80ab54d2e6f.js.map
/usr/share/grafana/public/build/opentsdbPlugin.13757a43402806666939.js
/usr/share/grafana/public/build/opentsdbPlugin.13757a43402806666939.js.map
/usr/share/grafana/public/build/pieChartPanel.e89c9cf47156827c6895.js
/usr/share/grafana/public/build/pieChartPanel.e89c9cf47156827c6895.js.map
/usr/share/grafana/public/build/prometheusPlugin.e05775ba4915b4af3a0f.js
/usr/share/grafana/public/build/prometheusPlugin.e05775ba4915b4af3a0f.js.map
/usr/share/grafana/public/build/react-monaco-editor.5d00e21b6521b3c7086f.js
/usr/share/grafana/public/build/react-monaco-editor.5d00e21b6521b3c7086f.js.map
/usr/share/grafana/public/build/runtime.e59a35b53d33212bd299.js
/usr/share/grafana/public/build/runtime.e59a35b53d33212bd299.js.map
/usr/share/grafana/public/build/stateTimelinePanel.158705559a7af78a8076.js
/usr/share/grafana/public/build/stateTimelinePanel.158705559a7af78a8076.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/static/img/grot-completed.b1b61233.svg
/usr/share/grafana/public/build/static/img/grot-cta.4d6c2ca8.svg
/usr/share/grafana/public/build/static/img/grot-not-found.47681922.svg
/usr/share/grafana/public/build/statusHistoryPanel.2ba3ae1df928d17856a2.js
/usr/share/grafana/public/build/statusHistoryPanel.2ba3ae1df928d17856a2.js.map
/usr/share/grafana/public/build/swagger.a8acf398fb1dff7765e0.js
/usr/share/grafana/public/build/swagger.a8acf398fb1dff7765e0.js.map
/usr/share/grafana/public/build/tableOldPlugin.476c7b81c7d2b869780a.js
/usr/share/grafana/public/build/tableOldPlugin.476c7b81c7d2b869780a.js.map
/usr/share/grafana/public/build/tablePanel.f71d0ff07b049008ce88.js
/usr/share/grafana/public/build/tablePanel.f71d0ff07b049008ce88.js.map
/usr/share/grafana/public/build/textPanel.0c6f79977cf76e160bd3.js
/usr/share/grafana/public/build/textPanel.0c6f79977cf76e160bd3.js.map
/usr/share/grafana/public/build/timeseriesPanel.ac61c60b21097a7e8bf0.js
/usr/share/grafana/public/build/timeseriesPanel.ac61c60b21097a7e8bf0.js.map
/usr/share/grafana/public/build/tracesPanel.513bae1e8aac28c13a07.js
/usr/share/grafana/public/build/tracesPanel.513bae1e8aac28c13a07.js.map
/usr/share/grafana/public/build/trendPanel.b2846eaa8485bd0d74e4.js
/usr/share/grafana/public/build/trendPanel.b2846eaa8485bd0d74e4.js.map
/usr/share/grafana/public/build/visjs-network.11af2bcc26528bfab7f3.js
/usr/share/grafana/public/build/visjs-network.11af2bcc26528bfab7f3.js.map
/usr/share/grafana/public/build/welcomeBanner.50166ab0d8976013cfec.js
/usr/share/grafana/public/build/welcomeBanner.50166ab0d8976013cfec.js.map
/usr/share/grafana/public/build/xychart.22656e4d191ff37a5ae9.js
/usr/share/grafana/public/build/xychart.22656e4d191ff37a5ae9.js.map
/usr/share/grafana/public/build/xychart2.e7e57ef6e015593e096f.js
/usr/share/grafana/public/build/xychart2.e7e57ef6e015593e096f.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.html
/usr/share/grafana/public/emails/verify_email.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/Inter-Medium.woff2
/usr/share/grafana/public/fonts/inter/Inter-Regular.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-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/README.md
/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/add-user.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/asserts.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/attach.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/kubernetes.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/legend-hide.svg
/usr/share/grafana/public/img/icons/unicons/legend-show.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-collapse-all.svg
/usr/share/grafana/public/img/icons/unicons/table-expand-all.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/unarchive.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/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/adobe-analytics.svg
/usr/share/grafana/public/img/plugins/appdynamics.svg
/usr/share/grafana/public/img/plugins/atlassian-statuspage.svg
/usr/share/grafana/public/img/plugins/aurora.svg
/usr/share/grafana/public/img/plugins/azure-cosmosdb.svg
/usr/share/grafana/public/img/plugins/azure-devops.png
/usr/share/grafana/public/img/plugins/catchpoint.svg
/usr/share/grafana/public/img/plugins/cloudflare.jpg
/usr/share/grafana/public/img/plugins/cockroachdb.jpg
/usr/share/grafana/public/img/plugins/datadog.png
/usr/share/grafana/public/img/plugins/drone.svg
/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/netlify.svg
/usr/share/grafana/public/img/plugins/newrelic.svg
/usr/share/grafana/public/img/plugins/oracle.png
/usr/share/grafana/public/img/plugins/pagerduty.svg
/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/plugins/zendesk.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/groupToNestedTable.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/dark/transpose.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/groupToNestedTable.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/groupToNestedTable.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/transformations/light/transpose.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-languages
/usr/share/grafana/public/lib/monaco-languages/index.ts
/usr/share/grafana/public/lib/monaco-languages/kusto.ts
/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-enterprise.config.cjs
/usr/share/grafana/public/locales/i18next-parser.config.cjs
/usr/share/grafana/public/locales/pseudo-LOCALE
/usr/share/grafana/public/locales/pseudo-LOCALE/grafana.json
/usr/share/grafana/public/locales/pseudo.mjs
/usr/share/grafana/public/locales/pt-BR
/usr/share/grafana/public/locales/pt-BR/grafana.json
/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/example-with-style.geojson
/usr/share/grafana/public/maps/usa-states.geojson
/usr/share/grafana/public/mockServiceWorker.js
/usr/share/grafana/public/openapi3.json
/usr/share/grafana/public/robots.txt
/usr/share/grafana/public/sass
/usr/share/grafana/public/sass/_angular.scss
/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/_font_awesome.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/swagger
/usr/share/grafana/public/swagger/K8sNameLookup.tsx
/usr/share/grafana/public/swagger/SwaggerPage.tsx
/usr/share/grafana/public/swagger/index.tsx
/usr/share/grafana/public/swagger/plugins.tsx
/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/comboboxTestSetup.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/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/mock-api
/usr/share/grafana/public/test/mock-api/worker.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/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/setupTests.ts
/usr/share/grafana/public/test/specs
/usr/share/grafana/public/test/specs/helpers.ts
/usr/share/grafana/public/test/test-utils.tsx
/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, Sat Feb 1 23:51:40 2025