You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2023. It is now read-only.
In the future, the agent will be integrated into the [Grafana Agent](https://grafana.com/docs/tempo/latest/grafana-agent/), which will remove the needs to run a standalone agent if you're already running the Grafana Agent.
108
+
In the future, the agent will be integrated into the [Grafana Agent](/docs/agent/latest/), which will remove the need to run a standalone agent if you're already running the Grafana Agent.
Copy file name to clipboardExpand all lines: docs/sources/operators-guide/get-started/_index.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ weight: 10
11
11
12
12
Choose one of the following options to get started with Grafana Phlare:
13
13
14
-
- The **written tutorial** below provides a series of imperative commands to start a single Phlare process, or [monolith]({{< relref "../architecture/deployment-modes/index.md#monolithic-mode" >}}), which is designed for users getting started with the project.
14
+
- The **written tutorial** below provides a series of imperative commands to start a single Phlare process, or [monolith]({{< relref "../architecture/deployment-modes/index.md#monolithic-mode" >}}), which is designed for users getting started with the project.
15
15
16
16
- The following **video tutorial** uses [`docker-compose`](https://github.com/grafana/phlare/tree/main/tools/docker-compose) to declaratively deploy Phlare and Grafana.
17
17
@@ -26,8 +26,8 @@ Verify that you have installed [Docker](https://docs.docker.com/engine/install/)
26
26
## Download and configure Phlare
27
27
28
28
1. Download Grafana Phlare.
29
-
30
-
You can use Docker or download a binary to install Phlare.
29
+
30
+
You can use Docker or download a binary to install Phlare.
31
31
32
32
- To install with Docker, run the following command:
33
33
@@ -48,8 +48,8 @@ Verify that you have installed [Docker](https://docs.docker.com/engine/install/)
48
48
49
49
1. Start Phlare.
50
50
51
-
To run Grafana Phlare as a monolith and with local filesystem storage, you can create your own file, or use a demo configuration file.
52
-
51
+
To run Grafana Phlare as a monolith and with local filesystem storage, you can create your own file, or use a demo configuration file.
52
+
53
53
- To create your own file, write the following YAML configuration to a file called `demo.yaml`:
54
54
55
55
```yaml
@@ -84,7 +84,7 @@ Verify that you have installed [Docker](https://docs.docker.com/engine/install/)
84
84
./phlare --config.file=./demo.yaml
85
85
```
86
86
87
-
1. Verify that Phlare is ready. Grafana Phlare listens on port `4100`.
87
+
1. Verify that Phlare is ready. Grafana Phlare listens on port `4100`.
88
88
89
89
```bash
90
90
curl localhost:4100/ready
@@ -116,7 +116,7 @@ Verify that you have installed [Docker](https://docs.docker.com/engine/install/)
To learn more about adding data sources, see [Add a data source](https://grafana.com/docs/grafana/latest/datasources/add-a-data-source/).
119
+
To learn more about adding data sources, see [Add a data source](/docs/grafana/latest/datasources/add-a-data-source/).
120
120
121
-
When you have completed the tasks in this getting started guide, you can query profiles in [Grafana Explore](https://grafana.com/docs/grafana/latest/explore/)
122
-
and create dashboard panels using the newly configured Grafana Phlare data source. For more information on working with dashboards with Grafana, see [Panels and visualizations](https://grafana.com/docs/grafana/latest/panels-visualizations/) in the Grafana documentation.
121
+
When you have completed the tasks in this getting started guide, you can query profiles in [Grafana Explore](/docs/grafana/latest/explore/)
122
+
and create dashboard panels using the newly configured Grafana Phlare data source. For more information on working with dashboards with Grafana, see [Panels and visualizations](/docs/grafana/latest/panels-visualizations/) in the Grafana documentation.
0 commit comments