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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ All three exporters (metrics, log, and trace) can be configured in the same file
15
15
16
16
The old version of the metrics exporter can be found in the [old implementation branch][old implementation branch] and the new metrics exporter implementation is backward compatible such that the same configuration for both database connection and metrics definition can be used.
17
17
18
+
Users are encouraged to open issues and enhancements requests against this github repos and feel free to ask any questions. We will actively work on them as we will the development of the exporters.
Copy file name to clipboardExpand all lines: examples/README.md
-19Lines changed: 0 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,22 +4,3 @@
4
4
Please refer to the Unified Observability in Grafana with converged Oracle Database Workshop at http://bit.ly/unifiedobservability and it's corresponding repos https://github.com/oracle/microservices-datadriven/tree/main/grabdish/observability/db-metrics-exporter for complete examples.
5
5
6
6
More examples will be provided here in the near future.
7
-
8
-
# Metrics exporter
9
-
10
-
1. Pre-req. Run setup for the GrabDish workshop including observability lab steps to install and configure Grafana and Prometheus
11
-
2. Run `./deploy.sh` in this directory
12
-
3.`curl http://observability-exporter-example:8080/metrics` from within cluster to see Prometheus stats
13
-
4. View same stats from within Grafana by loading AQ dashboard
14
-
15
-
The same can be done above for TEW by simply replace `aq` with `teq` in the deployment and configmap yamls
0 commit comments