grafana / pyroscope

Continuous Profiling Platform. Debug performance issues down to a single line of code
https://grafana.com/oss/pyroscope/
GNU Affero General Public License v3.0
9.69k stars 578 forks source link

[release/v1.5] docs: Fix invalid references to `targets` in discovery.relabel #3247

Closed github-actions[bot] closed 2 months ago

github-actions[bot] commented 2 months ago

Backport 65be0e07d548a7f6e048fb419f9a0c8f58bb9465 from #3153


The component discovery.relabel exports a label output, but some code examples are trying to get targets field instead and failing.

This PR fixes such invalid references.