-
Notifications
You must be signed in to change notification settings - Fork 13
feat: Add optional service monitor to HA chart #1408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for GitHub.
|
matea16
approved these changes
Oct 6, 2025
matea16
added a commit
that referenced
this pull request
Oct 8, 2025
* init * feat: Add support for routing based on replica lag (#1409) * docs: Add docs section for replicas' read lag * docs: Improve wording * restructure content --------- Co-authored-by: matea16 <mateapesic@hotmail.com> * bug fix: Disable starting HA cluster when --storage-wal-enabled=false for IN_MEMORY_TRANSACTIONAL storage (#1400) * docs: Document snapshot flags and WAL behavior * Update pages/fundamentals/data-durability.mdx --------- Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com> * docs: Document optional init containers (#1407) Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com> * docs: Add support for extraEnv variables (#1401) Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com> * docs: Support custom command for probes (#1397) Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com> * feat: Support MT authentication with bolt+routing on the HA cluster (#1404) * docs: Describe the authentication process * Update pages/clustering/high-availability.mdx --------- Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com> * feat: Use num committed txns for failover and use replication lag as input for the failover decision (#1403) * docs: Document max_failover_replica_lag * docs: Describe the failover process * docs: Clarify and fix the example * Update pages/clustering/high-availability.mdx --------- Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com> * feat: Add ISSU docs (#1389) * ISSU docs * docs: Explain write and read downtime * restructure docs --------- Co-authored-by: matea16 <mateapesic@hotmail.com> Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com> * docs: Document extra hooks, volumes and volume mounts (#1410) Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com> * docs: Document HA telemetry (#1414) * docs: Document telemetry data * Apply suggestions from code review --------- Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com> * Drop all indexes and constraints docs (#1391) * drop all indexes and constraints * restructure * add drop all indexes and constraints info on index and constraints pages * update callouts --------- Co-authored-by: matea16 <mateapesic@hotmail.com> Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com> * feat: Add optional service monitor to HA chart (#1408) * docs: Document optional service monitor * docs: Clean monitoring chapter * Update pages/getting-started/install-memgraph/kubernetes.mdx --------- Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com> * Remove redundant previous release * Add the first changelog item under memgraph * Add almost half of the Memgraph release noets * Add all available Memgraph release notes * Add all mage release notes * bugfix: make it obvious that user-role maps are not updated (#1419) Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com> * New features: Rename and Force drop database (#1418) * force drop * rename database * updates --------- Co-authored-by: matea16 <mateapesic@hotmail.com> * Set nested properties documentation (#1421) * Add documentation for setting nested properties * Apply suggestions from code review * Update cybersecurity guide --------- Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com> * Add text edge index, relevance score and limit parameters to text search docs (#1422) * add relevance score, search limit and text edge index to docs * Apply suggestions from code review --------- Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com> * Add cosine similarity function docs (#1423) * add cosine similarity function * Apply suggestions from code review --------- Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com> * Auth on show schema info documentation (#1424) * Add auth on show schema info * Update pages/deployment/workloads/memgraph-in-graphrag.mdx --------- Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com> * Filter with pattern expressions documentation (#1425) * Add pattern expressions * Apply suggestions from code review --------- Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com> * Add the rest of the changelog items * docs: HA system configuration (#1416) * docs: Extract HA system configuration * Update pages/getting-started/install-memgraph/kubernetes.mdx --------- Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com> --------- Co-authored-by: Andi Skrgat <andi8647@gmail.com> Co-authored-by: Ivan Milinović <44698587+imilinovic@users.noreply.github.com> Co-authored-by: Marko Budiselic <marko.budiselic@memgraph.com> Co-authored-by: andrejtonev <29177572+andrejtonev@users.noreply.github.com> Co-authored-by: Josipmrden <josip.mrden@memgraph.io> Co-authored-by: David Ivekovic <david.ivekovic@memgraph.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
customer
feature
Documentation related to a new product feature of feature update
status: ready
PR is ready for review
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release note
ServiceMonitor can now be optionally deployed. Deletes old monitoring chapter that was there from before.
Related product PRs
PRs from product repo this doc page is related to:
memgraph/helm-charts#172
Checklist:
bugfix
orfeature
label, based on the product PR type you're documenting