Tagged: devops, kubernetes, monitoring, Prometheus
This topic has 5 replies, 3 voices, and was last updated 4 years, 1 month ago by Nicolas Seigneur.
-
AuthorPosts
-
May 29, 2018 at 11:20 pm #21941
Nicolas Seigneur
ParticipantHaving used Prometheus Monitoring in our infrastructure for over a year, we were very excited to see ForgeRock adding support for Prometheus Metrics in the complete 6.0 release.
We wanted to share more with the ForgeRock Community, specifically around DevOps. For that reason, we have started a new blog with two entries explaining the concepts and providing more details on our current implementation.
You can head over to our Blog Entry and discuss any questions you may have in this entry. We hope to provide more content in the near future, let us know what you would like to see!
Nicolas
May 29, 2018 at 11:39 pm #21942Warren Strange
ParticipantAwesome! Thanks for sharing Nicolas.
May 30, 2018 at 9:19 am #21944JnRouvignac
ParticipantThanks a lot! We’re very happy to hear about the positive feedback!
Also from http://idstacks.io/blog_prom_2.html, note that this statement is not true:
One important note is that Directory Services /metrics/prometheus does not support anonymous HTTP requests, they must be authenticated, for that reason, we first had to create a Kubernetes secret.
You can enable anonymous access like this (although non anonymous is more secure):
bin/dsconfig -h opendj.example.com -p 4444 -D "cn=Directory Manager" -w password --trustAll --no-prompt set-http-endpoint-prop --endpoint-name /metrics/prometheus --set authorization-mechanism:HTTP\ Anonymous
I also noted a typo: “Direcrory”
May 30, 2018 at 9:25 am #21945JnRouvignac
ParticipantOh and does http://idstacks.io/blog.html have an RSS or Atom feed to which I can subscribe?
May 30, 2018 at 4:11 pm #21967Nicolas Seigneur
ParticipantThanks for the feedback JnRouvignac.
Regarding setting
/metrics/prometheus
asHTTP\ Anonymous
we did try to set this with the interactivedsconfig
and it was rejected, this was before we ran the server in--productionMode
. I will clarify in our post that it is protected by default.Adding RSS feed to the blog is on top of the list, we will add a feed along with our post.
Nicolas
May 30, 2018 at 7:22 pm #21968Nicolas Seigneur
ParticipantI corrected the entry and I have added a simple RSS feed to our Main Page and Blog, you should be able to pick it up under http://idstacks.io/
Thanks again for pointing this out.
Nicolas
-
AuthorPosts
You must be logged in to reply to this topic.