Skip to content
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

Metric threshold get applied when new data arrived, but get ignore after next minute #3842

Closed
RankyLau opened this issue Nov 5, 2019 · 2 comments
Labels
Milestone

Comments

@RankyLau
Copy link

RankyLau commented Nov 5, 2019

We are using Cahcet v2.4.0 dev and using mysql for the database.
We are encountering a strange problem with metric threshold, we set the threshold at five minutes, which should makes the datapoint to be connected even if there is a five minute difference between them. However what we saw is that the right hand side of the graph applied the metric threshold, but at the next minute the threshold is ignored.
Here is a screenshot to show the problem:
Screen Shot 2019-11-05 at 9 09 50 AM
Notice the right hand side of the graph where the metric threshold is applied
And here is what happened next minute:
Screen Shot 2019-11-05 at 9 18 58 AM
Here is the .env file that we are using:
APP_ENV=production
APP_DEBUG=false
APP_URL=localhost
APP_TIMEZONE=UTC
APP_KEY=base64:some_random_string
DEBUGBAR_ENABLED=false

DB_DRIVER=mysql
DB_HOST=localhost
DB_UNIX_SOCKET=null
DB_DATABASE=cachet
DB_USERNAME=cachet
DB_PASSWORD=cachet
DB_PORT=3306
DB_PREFIX=

CACHE_DRIVER=apc
SESSION_DRIVER=apc
QUEUE_DRIVER=null

CACHET_BEACON=true
CACHET_EMOJI=false
CACHET_AUTO_TWITTER=true

MAIL_DRIVER=smtp
MAIL_HOST=
MAIL_PORT=25
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ADDRESS=
MAIL_NAME=null
MAIL_ENCRYPTION=null

REDIS_HOST=null
REDIS_DATABASE=null
REDIS_PORT=null

GITHUB_TOKEN=null

NEXMO_KEY=null
NEXMO_SECRET=null
NEXMO_SMS_FROM=Cachet

TRUSTED_PROXIES=

@welcome
Copy link

welcome bot commented Nov 5, 2019

👋 Thank you for opening your first issue. I'm just an automated bot that's here to help you get the information you need quicker, so please ignore this message if it doesn't apply to your issue.
If you're looking for support, you should try the Slack group by registering your email address at https://cachethq-slack.herokuapp.com. Alternatively, email [email protected] for our Professional support service (please note, this a paid service.)
If you're issue is with documentation, you can suggest edits by clicking the Suggest Edits link on any page, or open an issue at https://github.com/CachetHQ/Docs

marek-knappe pushed a commit to marek-knappe/Cachet that referenced this issue May 20, 2020
marek-knappe pushed a commit to marek-knappe/Cachet that referenced this issue May 20, 2020
jbrooksuk added a commit that referenced this issue Aug 1, 2020
jdkemme pushed a commit to Gentex-Corporation/Cachet that referenced this issue Sep 3, 2020
jdkemme added a commit to Gentex-Corporation/Cachet that referenced this issue Sep 3, 2020
@jbrooksuk jbrooksuk added this to the v2.x milestone Aug 12, 2023
@jbrooksuk
Copy link
Member

Thank you for your input on Cachet 2.x. We are shifting our attention and resources to Cachet 3.x and will no longer be supporting the 2.x version. If your feedback or issue is relevant to the 3.x series, we encourage you to engage with the new branch.

For more information on the Cachet rebuild and our plans for 3.x, you can read the announcement here.

We appreciate your understanding and look forward to your contributions to the new version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants