Revision 74c809f54459d235f4d3e9b1c117f291cbf16339 authored by Joey Tawadrous on 07 October 2022, 10:39:14 UTC, committed by GitHub on 07 October 2022, 10:39:14 UTC
* Flamegraph

* Updated flame graph width/height values

* Fix top table rendering issue

* Add feature toggle for flamegraph in explore

* Update tests

* Hide flamegraph from dash panel viz list if feature toggle not enabled

* Show table if no flameGraphFrames

* Add flame graph to testdata ds

* Minor improvement
1 parent a18a3d7
Raw File
LICENSING.md
# Licensing

License names used in this document are as per [SPDX License List](https://spdx.org/licenses/).

The default license for this project is [AGPL-3.0-only](LICENSE).

## Apache-2.0

The following directories and their subdirectories are licensed under Apache-2.0:

```
packages/grafana-data/
packages/grafana-e2e/
packages/grafana-e2e-selectors/
packages/grafana-runtime/
packages/grafana-toolkit/
packages/grafana-ui/
packages/jaeger-ui-components/
packaging/
pkg/coremodel/
pkg/framework/coremodel/
grafana-mixin/
cue/
public/app/plugins/datasource/tempo
public/img/icons/solid/
public/img/icons/unicons/
```

The following directories and their subdirectories are licensed under their original upstream licenses:

```
public/vendor/
```
back to top