-
Notifications
You must be signed in to change notification settings - Fork 455
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
[documentation] Document prom-remote backend type #3777
Conversation
@Antanukas Pretty good so far, just small grammar nits and tweaks. |
Co-authored-by: Chris Chinchilla <[email protected]>
Signed-off-by: ChrisChinchilla <[email protected]>
…oth expandable and leaf path values (#3784)
Passing the interrupt channel to multiple goroutines could cause a race where the main thread ends up missing the interrupt that triggers a server shutdown. This commit ensures that only a single goroutine is listening for the interrupt at a given time and all other interested parties can check the interrupted channel. The interrupted channel will be closed as soon as an interrupt is received. Since closed channels return immediately, this allows any interested goroutine to know if it should terminate by simply checking the interrupted channel.
This commit fixes a couple small things re: embedded coordinators: 1) Fails fast if dbnode is not started when creating an embedded coordinator. 2) Adds support for port and filepath replacement in embedded config.
…ss Coordinator (#3786) This PR adds some admin functions to the in-process coordinators, so they can manage m3msg topics and aggregator placements. In-process aggregators will be implemented based on this change. Co-authored-by: Wesley Kim <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after making some minor changes
Codecov Report
@@ Coverage Diff @@
## master #3777 +/- ##
======================================
Coverage 57.0% 57.0%
======================================
Files 552 552
Lines 63120 63120
======================================
Hits 36023 36023
Misses 23902 23902
Partials 3195 3195
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tried the steps locally, works fine
site/content/includes/integrations/prometheus/prometheus-scraper.yml
Outdated
Show resolved
Hide resolved
…er.yml Co-authored-by: Vilius Pranckaitis <[email protected]>
Co-authored-by: Vilius Pranckaitis <[email protected]>
What this PR does / why we need it:
Documentation of a new backend type
prom-remote
Special notes for your reviewer:
The idea was to give a very concrete examples on how to run M3 Coordinator with
prom-remote
storage localy.I also describe 2 production deployment scenarios:
Does this PR introduce a user-facing and/or backwards incompatible change?:
Does this PR require updating code package or user-facing documentation?: