chore: rebrand to Hanzo Dashboards

This commit is contained in:
Hanzo Dev
2026-03-03 08:06:14 -08:00
parent 8b7d8453d2
commit b163ebeb35
3 changed files with 21 additions and 45 deletions
+3 -2
View File
@@ -163,8 +163,9 @@ FROM ${JS_SRC} AS js-src
# Final stage
FROM ${BASE_IMAGE}
LABEL maintainer="Grafana Labs <hello@grafana.com>"
LABEL org.opencontainers.image.source="https://github.com/grafana/grafana"
LABEL maintainer="Hanzo AI <eng@hanzo.ai>"
LABEL org.opencontainers.image.source="https://github.com/hanzoai/dashboards"
LABEL org.opencontainers.image.title="Hanzo Dashboards"
ARG GF_UID="472"
ARG GF_GID="0"
+11 -40
View File
@@ -1,51 +1,22 @@
![Grafana Logo (Light)](docs/logo-horizontal.png#gh-light-mode-only)
![Grafana Logo (Dark)](docs/logo-horizontal-dark.png#gh-dark-mode-only)
# Hanzo Dashboards
The open-source platform for monitoring and observability
[![License](https://img.shields.io/github/license/grafana/grafana)](LICENSE)
[![Go Report Card](https://goreportcard.com/badge/github.com/grafana/grafana)](https://goreportcard.com/report/github.com/grafana/grafana)
Grafana allows you to query, visualize, alert on and understand your metrics no matter where they are stored. Create, explore, and share dashboards with your team and foster a data-driven culture:
- **Visualizations:** Fast and flexible client side graphs with a multitude of options. Panel plugins offer many different ways to visualize metrics and logs.
- **Dynamic Dashboards:** Create dynamic & reusable dashboards with template variables that appear as dropdowns at the top of the dashboard.
- **Explore Metrics:** Explore your data through ad-hoc queries and dynamic drilldown. Split view and compare different time ranges, queries and data sources side by side.
- **Explore Logs:** Experience the magic of switching from metrics to logs with preserved label filters. Quickly search through all your logs or streaming them live.
- **Alerting:** Visually define alert rules for your most important metrics. Grafana will continuously evaluate and send notifications to systems like Slack, PagerDuty, VictorOps, OpsGenie.
- **Mixed Data Sources:** Mix different data sources in the same graph! You can specify a data source on a per-query basis. This works for even custom datasources.
Observability and monitoring dashboards for the Hanzo platform. Based on Grafana.
## Get started
- [Get Grafana](https://grafana.com/get)
- [Installation guides](https://grafana.com/docs/grafana/latest/setup-grafana/installation/)
```bash
# Development
pnpm install
pnpm dev
Unsure if Grafana is for you? Watch Grafana in action on [play.grafana.org](https://play.grafana.org/)!
# Build
pnpm build
```
## Documentation
The Grafana documentation is available at [grafana.com/docs](https://grafana.com/docs/).
## Contributing
If you're interested in contributing to the Grafana project:
- Start by reading the [Contributing guide](https://github.com/grafana/grafana/blob/HEAD/CONTRIBUTING.md).
- Learn how to set up your local environment, in our [Developer guide](https://github.com/grafana/grafana/blob/HEAD/contribute/developer-guide.md).
- Explore our [beginner-friendly issues](https://github.com/grafana/grafana/issues?q=is%3Aopen+is%3Aissue+label%3A%22beginner+friendly%22).
- Look through our [style guide and Storybook](https://developers.grafana.com/ui/latest/index.html).
> Share your contributor experience in our [feedback survey](https://gra.fan/ome) to help us improve.
## Get involved
- Follow [@grafana on X (formerly Twitter)](https://x.com/grafana/).
- Read and subscribe to the [Grafana blog](https://grafana.com/blog/).
- If you have a specific question, check out our [discussion forums](https://community.grafana.com/).
- For general discussions, join us on the [official Slack](https://slack.grafana.com) team.
This project is tested with [BrowserStack](https://www.browserstack.com/).
See the upstream [Grafana documentation](https://grafana.com/docs/) for core functionality.
## License
Grafana is distributed under [AGPL-3.0-only](LICENSE). For Apache-2.0 exceptions, see [LICENSING.md](https://github.com/grafana/grafana/blob/HEAD/LICENSING.md).
Distributed under [AGPL-3.0-only](LICENSE). Based on [Grafana](https://github.com/grafana/grafana).
+7 -3
View File
@@ -1,10 +1,14 @@
{
"author": "Grafana Labs",
"author": "Hanzo AI <eng@hanzo.ai>",
"license": "AGPL-3.0-only",
"private": true,
"name": "grafana",
"name": "hanzo-dashboards",
"version": "13.0.0-pre",
"repository": "github:grafana/grafana",
"homepage": "https://hanzo.ai",
"repository": {
"type": "git",
"url": "https://github.com/hanzoai/dashboards.git"
},
"scripts": {
"check-frontend-dev": "./scripts/check-frontend-dev.sh",
"build": "NODE_ENV=production nx exec --verbose -- webpack --config scripts/webpack/webpack.prod.js && pnpm run build:react19",