Added facts documentation
This commit is contained in:
parent
67ab0186b5
commit
68aba3b9c1
1 changed files with 7 additions and 0 deletions
|
|
@ -8,6 +8,13 @@ import { translate } from 'react-i18next';
|
||||||
import { withTracker } from 'meteor/react-meteor-data';
|
import { withTracker } from 'meteor/react-meteor-data';
|
||||||
import Blaze from 'meteor/gadicc:blaze-react-component';
|
import Blaze from 'meteor/gadicc:blaze-react-component';
|
||||||
|
|
||||||
|
/*
|
||||||
|
https://github.com/meteor/docs/blob/version-NEXT/long-form/oplog-observe-driver.md
|
||||||
|
(...)
|
||||||
|
Now look at your app. The facts template will render a variety of metrics; the ones we're looking for are observe-drivers-oplog and observe-drivers-polling in the mongo-livedata section. If observe-drivers-polling is zero or not rendered at all, then all of your observeChanges calls are using OplogObserveDriver!
|
||||||
|
(...)
|
||||||
|
*/
|
||||||
|
|
||||||
class Status extends Component {
|
class Status extends Component {
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
super(props);
|
super(props);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue