Tags: platformengineerid/grafana-pyroscope
Tags
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>
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>
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>
Xiyu/css fix dependency update (grafana#2765) * chore: update dependency and fix css overflow * chore: revert version
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
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.
PreviousNext