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
[](https://quay.io/repository/drycc/grafana)
6
-
[](https://quay.io/repository/drycc/influxdb)
7
-
[](https://quay.io/repository/drycc/telegraf)
8
5
9
6
Drycc (pronounced DAY-iss) Workflow is an open source Platform as a Service (PaaS) that adds a developer-friendly layer to any [Kubernetes](http://kubernetes.io) cluster, making it easy to deploy and manage applications on your own servers.
Copy file name to clipboardExpand all lines: grafana/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
# Grafana
2
-
[](https://quay.io/repository/drycc/grafana)
3
2
4
3
## Description
5
4
[Grafana](https://grafana.org/) is a graphing application built for time series data. It natively supports influxdb and provides great dashboarding support. This project is focused on provided a grafana installation that can be run within a kubernetes installation. The grafana application is agnostic to [Workflow](https://github.com/drycc/workflow) and can be installed as a stand alone system with the monitoring suite.
@@ -120,4 +119,4 @@ There are a few key environment variables you should be aware of when interactin
120
119
*`make push` - Push docker image to a registry
121
120
*`make upgrade` - Replaces the running grafana instance with a new one
122
121
123
-
The typical workflow will look something like this - `DRYCC_REGISTRY=quay.io/ IMAGE_PREFIX=foouser make build push upgrade`
122
+
The typical workflow will look something like this - `DRYCC_REGISTRY= IMAGE_PREFIX=foouser make build push upgrade`
Copy file name to clipboardExpand all lines: influxdb/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
# InfluxDB
2
-
[](https://quay.io/repository/drycc/influxdb)
3
2
4
3
## Configuration
5
4
Right now the configuration is completely static but eventually I hope to use the [envtpl](https://github.com/arschles/envtpl) project to help provide a more robust solution.
@@ -21,7 +20,7 @@ There are a few key environment variables you should be aware of when interactin
21
20
*`make push` - Push docker image to a registry
22
21
*`make upgrade` - Replaces the running grafana instance with a new one
23
22
24
-
The typical workflow will look something like this - `DRYCC_REGISTRY=quay.io/ IMAGE_PREFIX=foouser make build push upgrade`
23
+
The typical workflow will look something like this - `DRYCC_REGISTRY= IMAGE_PREFIX=foouser make build push upgrade`
25
24
26
25
### Accessing Admin UI
27
26
Included is a proxy pod that proxies the UI ports so they are accessible when doing local development. These ports are `8086` and `8083`. You can access the UI by going to the `http://<host_ip>:8083`.
[](https://quay.io/repository/drycc/telegraf)
3
2
4
3
## Description
5
4
Telegraf is a metrics collection daemon from InfluxData. It contains numerous input and output plugins that allows the user to customize what data they collect and where it is sent. This image is based on the official [drycc base image](https://github.com/drycc/docker-base).
@@ -45,4 +44,4 @@ There are a few key environment variables you should be aware of when interactin
45
44
*`make push` - Push docker image to a registry
46
45
*`make upgrade` - Replaces the running grafana instance with a new one
47
46
48
-
The typical workflow will look something like this - `DRYCC_REGISTRY=quay.io/ IMAGE_PREFIX=foouser make build push upgrade``
47
+
The typical workflow will look something like this - `DRYCC_REGISTRY= IMAGE_PREFIX=foouser make build push upgrade``
0 commit comments