Skip to content

Commit 4e25586

Browse files
Exadata Real-Time Insight - Quick Start (#324)
* Exadtata Real-Time Insight Quick Start - Initial Commit * Exadtata Real-Time Insight Quick Start - Initial Commit * Exadtata Real-Time Insight Quick Start - Initial Commit * Exadtata Real-Time Insight Quick Start - Initial Commit * Exadtata Real-Time Insight Quick Start - Initial Commit * Exadtata Real-Time Insight Quick Start - Initial Commit * Exadata Real-Time Insight Quick Start - Initial Commit
1 parent cd2ffe0 commit 4e25586

31 files changed

+9035
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
![Oracle Exadata](../docs/Oracle_Exadata_cmyk.png)
2+
3+
# Real-Time Insight - Quick Start
4+
5+
## Overview
6+
7+
This guide is a quick start to the installation, configuration and use of Prometheus and Grafana as a quick start guide for Exadata Real-Time Insight.
8+
9+
Initial documentation is located on the Exadata Product Management Blog https://blogs.oracle.com/exadata/post/real-time-insight-quick-start
10+
11+
Please submit feedback, improvements, enhancements via GitHub.
12+
13+
## License
14+
15+
You may not use the identified files except in compliance with the
16+
Apache License, Version 2.0 (the "License.")
17+
18+
You may obtain a copy of the License at
19+
http://www.apache.org/licenses/LICENSE-2.0. A copy of the license is
20+
also reproduced in [LICENSE.md](./LICENSE.md)
21+
22+
Unless required by applicable law or agreed to in writing, software
23+
distributed under the License is distributed on an "AS IS" BASIS,
24+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
25+
implied.
26+
27+
See the License for the specific language governing permissions and
28+
limitations under the License.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
![Oracle Exadata](../docs/Oracle_Exadata_cmyk.png)
2+
3+
# Real-Time Insight - Quick Start
4+
5+
## Container Overview
6+
7+
The sample containers assume the use of Podman. They should work with minimal modification to work with any Linux container sowftware including Docker and containerd.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
FROM grafana/grafana-oss
2+
ADD ./datasources/*.yaml /etc/grafana/provisioning/datasources
3+
#ADD ./datasources/*.json /etc/grafana/provisioning/datasources
4+
ADD ./dashboards/*.yaml /etc/grafana/provisioning/dashboards
5+
ADD ./dashboards/*.json /etc/grafana/provisioning/dashboards
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
podman build -t realtime_grafana .

0 commit comments

Comments
 (0)