crafana
Version, currently 0.1.215 versions
- 1.0.1latestMar 23, 2021
- 1.0.0not indexedJan 26, 2024
- 0.2.0not indexedJan 26, 2024
- 0.1.11not indexedJan 26, 2024
- 0.1.10not indexedJan 26, 2024
- 0.1.9not indexedJan 26, 2024
- 0.1.8not indexedJan 26, 2024
- 0.1.7not indexedJan 26, 2024
- 0.1.6not indexedJan 26, 2024
- 0.1.5not indexedJan 26, 2024
- 0.1.4not indexedJan 26, 2024
- 0.1.3not indexedJan 26, 2024
- 0.1.2not indexedJan 26, 2024
- 0.1.1not indexedJan 26, 2024
- 0.1.0not indexedJan 26, 2024
github.com/spoved/crafana.cr
Crystal library to help autogenerate Grafana dashboards
21 stars
0 dependents
License: MIT
Nothing has been indexed for 0.1.2 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
crafana:
github: spoved/crafana.cr
version: ~> 0.1.2Then run:
shards installshard.yml
No shard.yml has been indexed for 0.1.2. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
# Crafana [](https://travis-ci.org/spoved/crafana.cr)
This library is intended to help autogenerate Grafana dashboards
## Installation
Add the dependency to your project's `shard.yml`:
```yaml
dependencies:
crafana:
github: spoved/crafana.cr
```
## Usage
### Builder
The `Crafana::Builder` can be used to generate dashboards and sub panels.
```crystal
builder = Crafana::Builder.new
builder.add_dashboard("My new dash") do |dash|
# Add sub panels to the dashboard here
dash.add_row("row 1") do |row|
# Configure row here
end
dash.add_graph("graph 1") do |graph|
# Configure graph here
end
end
```
The dashboard json can be exported via the `to_json` method.
```crystal
builder.dashboards.first.to_json
```
## Contributing
1. Fork it (<https://github.com/spoved/crafana/fork>)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
## Contributors
- [Holden Omans](https://github.com/kalinon) - creator and maintainer
- [Christian Nicolai](https://github.com/cmur2) - Superuser!
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.1.2- Tagged
- Jan 26, 2024
- Commit
a2f9d77d109e- Indexed
- not yet
Dependents
No indexed shard depends on this one yet.
Repository
github.com/spoved/crafana.cr
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 12, 2026
- Synced
- Aug 12, 2026
- Versions
- 15