Skip to content

Commit

Permalink
Merge pull request #145 from pingidentity/PDI-1475-remove-prometheus
Browse files Browse the repository at this point in the history
Remove outdated dsconfig settings for prometheus
  • Loading branch information
PingDavidR authored Mar 27, 2024
2 parents aa4051c + f806cc6 commit c32903a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 36 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Configure and enable the HTTP servlet extension for publishing values of a configured set of data
# for consumption by Prometheus
# See https://docs.pingidentity.com/r/en-us/pingauthorize-100/paz_monitor_server_metrics_prometheus

dsconfig set-connection-handler-prop \
--handler-name "HTTPS Connection Handler" \
--add "http-servlet-extension:Prometheus Monitoring" \

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Configure and enable the HTTP servlet extension for publishing values of a configured set of data
# for consumption by Prometheus
# See https://docs.pingidentity.com/r/en-us/pingdirectory-92/pd_ds_monitor_server_metrics_prometheus

dsconfig set-connection-handler-prop \
--handler-name "HTTPS Connection Handler" \
--add "http-servlet-extension:Prometheus Monitoring" \

0 comments on commit c32903a

Please sign in to comment.