Skip to content

Commit

Permalink
Deprecate apachepulsar/pulsar-grafana docker image (apache#13389)
Browse files Browse the repository at this point in the history
* Deprecate apachepulsar/pulsar-grafana docker image

* Add license to new file
  • Loading branch information
michaeljmarshall authored Dec 23, 2021
1 parent c9d8ecf commit 68cf3a9
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 220 deletions.
30 changes: 0 additions & 30 deletions docker/grafana/Dockerfile

This file was deleted.

39 changes: 0 additions & 39 deletions docker/grafana/grafana.ini

This file was deleted.

91 changes: 0 additions & 91 deletions docker/grafana/pom.xml

This file was deleted.

39 changes: 0 additions & 39 deletions docker/grafana/start.sh

This file was deleted.

1 change: 0 additions & 1 deletion docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
</activation>
<modules>
<module>pulsar</module>
<module>grafana</module>
<module>pulsar-all</module>
</modules>
</profile>
Expand Down
24 changes: 24 additions & 0 deletions grafana/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->

## Grafana Dashboards

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.
10 changes: 1 addition & 9 deletions site2/docs/deploy-monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,7 @@ The per-topic dashboard instructions are available at [Pulsar manager](administr

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

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.

Enter the command below to use the dashboard manually:

```shell
docker run -p3000:3000 \
-e PROMETHEUS_URL=http://$PROMETHEUS_HOST:9090/ \
apachepulsar/pulsar-grafana:latest
```
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.

The following are some Grafana dashboards examples:

Expand Down
12 changes: 1 addition & 11 deletions site2/website-next/docs/deploy-monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,17 +126,7 @@ The per-topic dashboard instructions are available at [Pulsar manager](administr

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

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.

Enter the command below to use the dashboard manually:

```shell

docker run -p3000:3000 \
-e PROMETHEUS_URL=http://$PROMETHEUS_HOST:9090/ \
apachepulsar/pulsar-grafana:latest

```
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.

The following are some Grafana dashboards examples:

Expand Down

0 comments on commit 68cf3a9

Please sign in to comment.