Skip to content

Commit

Permalink
Upped readme's.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Jan 8, 2025
1 parent 95081c3 commit fda2a3f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@ places in VPRO artifacts.
* link:vpro-shared-elasticsearch-client[vpro-shared-elasticsearch-client]: Related to elasticsearch low level client
* link:vpro-shared-elasticsearch-high-level-client[vpro-shared-elasticsearch-high-level-client]: Related to elasticsearch high level client
* link:vpro-shared-swagger3[vpro-shared-swagger3]: Some utilities related to swagger frontend and openapi. Depends on webjars to provide the actuall swagger frontend too

* link:vpro-shared-monitoring[vpro-shared-monitoring]: Kind of like spring-actuator, for non-springboot applications. Providing the monitoring endpoints which can be used by openshift for example.
* link:archived/vpro-shared-couchdb-util[vpro-shared-couchdb-util]: Lightweight and streaming couchdb clients
* link:archived/vpro-shared-swagger[vpro-shared-swagger]: Some utilities related to swagger frontend. Depends on webjars.

r frontend. Depends on webjars.
* ..

== Builds
Expand Down Expand Up @@ -74,7 +78,7 @@ Release builds will be provided via https://search.maven.org/search?q=g:nl.vpro.

| 5.4
|
| January 2025
| January 2025


| 6.x >
Expand Down
8 changes: 6 additions & 2 deletions vpro-shared-monitoring/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@
Related to monitoring.

This basically adds endpoints:

[source]
----
/manage/health
/manage/metrics
----

to a spring application.

Normally just taking the dependency should suffice.
Normally just taking the dependency should suffice. It can be configured with spring properties (`monitoring.*`, see link:src/main/java/nl/vpro/monitoring/config/MonitoringConfig.java[`MonitoringProperties`]), which the most important one may be

TODO: test/document this a bit better?
All have defaults, or can be set via system properties (such as for example the username/password for the monitoring endpoint)

Used in spring openshift applications of VPRO and POMS

0 comments on commit fda2a3f

Please sign in to comment.