Skip to content

Tags: platformengineerid/grafana-pyroscope

Tags

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix query split logic for LabelNames, LabelValues and ProfileTypes (g…

…rafana#2852)

weekly-f44-80ab1eaf5

Toggle weekly-f44-80ab1eaf5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: Add lambda extension docs (grafana#2809)

* docs: add lambda extension docs

* More tweaks

* More tweaks

* Update docs/sources/configure-client/aws-lambda.md

Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>

* Update docs/sources/configure-client/aws-lambda.md

Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>

* Update docs/sources/configure-client/aws-lambda.md

Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>

* Update docs/sources/configure-client/aws-lambda.md

Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>

* Update docs/sources/configure-client/aws-lambda.md

Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>

* Update docs/sources/configure-client/aws-lambda.md

Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>

* Update docs/sources/configure-client/aws-lambda.md

Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>

* Update docs/sources/configure-client/aws-lambda.md

Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>

* Update docs/sources/configure-client/aws-lambda.md

Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>

* Update docs/sources/configure-client/aws-lambda.md

Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>

* Update docs/sources/configure-client/aws-lambda.md

Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>

* Update docs/sources/configure-client/aws-lambda.md

Co-authored-by: Anton Kolesnikov <anton.e.kolesnikov@gmail.com>

---------

Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
Co-authored-by: Anton Kolesnikov <anton.e.kolesnikov@gmail.com>

weekly-f43-4ddcd54db

Toggle weekly-f43-4ddcd54db's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: adds ability to render profile in dot format (grafana#2808)

* Add API for fetching a profile in the DOT format

* Remove unneeded comments

* Remove unused code, fix warnings

* create dot profile in /render

---------

Co-authored-by: Aleksandar Petrov <8142643+aleks-p@users.noreply.github.com>
Co-authored-by: Anton Kolesnikov <anton.e.kolesnikov@gmail.com>

weekly-f43-7df628856

Toggle weekly-f43-7df628856's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: Add why use continuous profiling docs (grafana#2747)

* docs: Add what is continuous profiling page

* reorient to "why" instead of "what"

* Clean up initial wording

* More slight rewording to intros

* Add more detail to flamegraph section

* reorganize structure/hierarchy

* Add details to the business use cases section

* Add better explanation of ui capabilities

* Add one more statement to ui section

* Add docs for profiling types

* Remove unecessary section

* Add note

* small tweak

* Add first version of UI doc

* more tweaks

* Add docs for ui

* Update docs/sources/profiling-types-in-pyroscope/_index.md

Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>

* Update docs/sources/analyzing-profiles-in-pyroscope-ui/_index.md

Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>

* Update docs/sources/analyzing-profiles-in-pyroscope-ui/_index.md

Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>

* Update docs/sources/analyzing-profiles-in-pyroscope-ui/_index.md

Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>

* Update docs/sources/analyzing-profiles-in-pyroscope-ui/_index.md

Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>

* Update docs/sources/profiling-types-in-pyroscope/_index.md

Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>

* add images

* Add screenshot to profiling types

* Update docs/sources/analyzing-profiles-in-pyroscope-ui/_index.md

Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>

* Add images

---------

Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>

api/v0.3.0

Toggle api/v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Xiyu/css fix dependency update (grafana#2765)

* chore: update dependency and fix css overflow

* chore: revert version

weekly-f42-9e55dd123

Toggle weekly-f42-9e55dd123's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add admin module serving the bucket web tool (grafana#2724)

* Add admin module serving the bucket web pages

* Revert unneeded change

* Add unit tests

* Fix tests

* Add compaction level to block table in the bucket tool

* Add a grid-style visualization of bucket blocks

* Add admin as a dependency to store-gateway (temp)

* Add shortcut to the object storage bucket tool in /admin

* Add a few more unit tests

weekly-f41-0a86cb4d3

Toggle weekly-f41-0a86cb4d3's commit message
Handle overriding extraArgs in components correctly (grafana#2751)

I noticed a bug, when setting extraArgs on a single component
(`.values.pyroscope.components.querier.extraArgs`) they would
completely overwrite the whole global (`.values.pyroscope.extraArgs`)
array.

This change will make sure we do a merge of global and component based
extraArgs.