Skip to content

Commit

Permalink
Update phlare references (#4987)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rperry2174 authored Aug 29, 2023
1 parent 2c357cc commit 48a62dc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/make-docs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
# - mimir
# - oncall
# - opentelemetry
# - phlare
# - pyroscope
# - plugins
# - slo
# - tempo
Expand Down
2 changes: 1 addition & 1 deletion docs/rfcs/0006-clustering.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ as how they change over time.

I propose that we start with the following set of components that make use of
this functionality: prometheus.scrape, loki.source.file,
loki.source.kubernetes, and phlare.scrape.
loki.source.kubernetes, and pyroscope.scrape.

Here’s how the configuration for a component could look like:
```river
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Grafana Agent can collect, transform, and send data to:

* The [Prometheus][] ecosystem
* The [OpenTelemetry][] ecosystem
* The Grafana open source ecosystem ([Loki][], [Grafana][], [Tempo][], [Mimir][], [Phlare][])
* The Grafana open source ecosystem ([Loki][], [Grafana][], [Tempo][], [Mimir][], [Pyroscope][])

[Terraform]: https://terraform.io
[Prometheus]: https://prometheus.io
Expand Down
4 changes: 2 additions & 2 deletions docs/sources/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ You should run Flow mode when:
* **Ecosystem transformation**: You need to be able to convert Prometheus and
Loki pipelines to and from OpenTelmetry Collector pipelines.

* **Grafana Phlare support**: Support for collecting profiles for Grafana
Phlare.
* **Grafana Pyroscope support**: Support for collecting profiles for Grafana
Pyroscope.


### BoringCrypto
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/flow/reference/components/pyroscope.write.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ title: pyroscope.write
{{< docs/shared lookup="flow/stability/beta.md" source="agent" >}}

`pyroscope.write` receives performance profiles from other components and forwards them
to a series of user-supplied endpoints using [Pyroscope' Push API](https://grafana.com/oss/phlare/).
to a series of user-supplied endpoints using [Pyroscope' Push API](https://grafana.com/oss/pyroscope/).

Multiple `pyroscope.write` components can be specified by giving them
different labels.
Expand Down

0 comments on commit 48a62dc

Please sign in to comment.