Skip to content

Commit 68cf3a9

Browse files
Deprecate apachepulsar/pulsar-grafana docker image (#13389)
* Deprecate apachepulsar/pulsar-grafana docker image * Add license to new file
1 parent c9d8ecf commit 68cf3a9

14 files changed

+26
-220
lines changed

docker/grafana/Dockerfile

-30
This file was deleted.

docker/grafana/grafana.ini

-39
This file was deleted.

docker/grafana/pom.xml

-91
This file was deleted.

docker/grafana/start.sh

-39
This file was deleted.

docker/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
</activation>
5959
<modules>
6060
<module>pulsar</module>
61-
<module>grafana</module>
6261
<module>pulsar-all</module>
6362
</modules>
6463
</profile>

grafana/README.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!--
2+
3+
Licensed to the Apache Software Foundation (ASF) under one
4+
or more contributor license agreements. See the NOTICE file
5+
distributed with this work for additional information
6+
regarding copyright ownership. The ASF licenses this file
7+
to you under the Apache License, Version 2.0 (the
8+
"License"); you may not use this file except in compliance
9+
with the License. You may obtain a copy of the License at
10+
11+
http://www.apache.org/licenses/LICENSE-2.0
12+
13+
Unless required by applicable law or agreed to in writing,
14+
software distributed under the License is distributed on an
15+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16+
KIND, either express or implied. See the License for the
17+
specific language governing permissions and limitations
18+
under the License.
19+
20+
-->
21+
22+
## Grafana Dashboards
23+
24+
In the [dashboards](./dashboards) directory, you can find sample grafana dashboards for several Pulsar components.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

site2/docs/deploy-monitoring.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,7 @@ The per-topic dashboard instructions are available at [Pulsar manager](administr
108108

109109
You can use grafana to create dashboard driven by the data that is stored in Prometheus.
110110

111-
When you deploy Pulsar on Kubernetes, a `pulsar-grafana` Docker image is enabled by default. You can use the docker image with the principal dashboards.
112-
113-
Enter the command below to use the dashboard manually:
114-
115-
```shell
116-
docker run -p3000:3000 \
117-
-e PROMETHEUS_URL=http://$PROMETHEUS_HOST:9090/ \
118-
apachepulsar/pulsar-grafana:latest
119-
```
111+
When you deploy Pulsar on Kubernetes with the Pulsar Helm Chart, a `pulsar-grafana` Docker image is enabled by default. You can use the docker image with the principal dashboards.
120112

121113
The following are some Grafana dashboards examples:
122114

site2/website-next/docs/deploy-monitoring.md

+1-11
Original file line numberDiff line numberDiff line change
@@ -126,17 +126,7 @@ The per-topic dashboard instructions are available at [Pulsar manager](administr
126126

127127
You can use grafana to create dashboard driven by the data that is stored in Prometheus.
128128

129-
When you deploy Pulsar on Kubernetes, a `pulsar-grafana` Docker image is enabled by default. You can use the docker image with the principal dashboards.
130-
131-
Enter the command below to use the dashboard manually:
132-
133-
```shell
134-
135-
docker run -p3000:3000 \
136-
-e PROMETHEUS_URL=http://$PROMETHEUS_HOST:9090/ \
137-
apachepulsar/pulsar-grafana:latest
138-
139-
```
129+
When you deploy Pulsar on Kubernetes with the Pulsar Helm Chart, a `pulsar-grafana` Docker image is enabled by default. You can use the docker image with the principal dashboards.
140130

141131
The following are some Grafana dashboards examples:
142132

0 commit comments

Comments
 (0)