analytics
Here are 4,986 public repositories matching this topic...
Currently, in provisioning, we always update structs if they already exist. This introduces some load to the database. In the future, we would like to have a function that compares the internal state with the external state.
- Alert rules
- Contact points
- Templates
- Mute timings
Time-series Bar Chart v2 does not update total values for stacked bar chart when toggling legends.
How to reproduce the bug
- Create a "Time-series Bar Chart v2"
- Go to "Customize" and select "Show value", "Stack series" and "Only total"
- Toggle series in legends
- The total value should update but it doesn't
The legacy Time-series Bar Chart does not have this issue.
-
Updated
Aug 5, 2022 - Clojure
-
Updated
Aug 5, 2022 - C++
-
Updated
Aug 4, 2022 - Python
-
Updated
Aug 2, 2022
-
Updated
Aug 5, 2022 - PHP
-
Updated
Aug 4, 2022 - C
Describe the bug
Using a time dimension on a runningTotal measure on Snowflake mixes quoted and unquoted columns in the query. This fails the query, because Snowflake has specific rules about quoted columns. Specifically:
- All unquoted column names are treated as upper case
- Quoted column names are case sensitive.
So "date_from" <> date_from
To Reproduce
Steps to reproduce
-
Updated
Aug 4, 2022 - C
-
Updated
Aug 4, 2022 - Go
-
Updated
Aug 5, 2022 - JavaScript
-
Updated
Aug 4, 2022 - Elixir
-
Updated
Nov 2, 2021 - HTML
-
Updated
Aug 2, 2022 - JavaScript
Zendesk integration
Before opening, please confirm:
- I have searched for duplicate or closed issues and discussions.
- I have read the guide for submitting bug reports.
- I have done my best
Bug description
viewed in feature flag
viewed in history tab
When a change in the activity log has
-
Updated
Aug 4, 2022 - Python
Tests
it's becoming more time-consuming and error-prone to manually re-test all the demos following internal refactorings and API adjustments.
now that the API is fleshed out a bit, it's possible to test a large amount of code (non-granularly) without having to simulate all interactions via Puppeteer or similar.
a lot of code can already be regression-tested by simply running all the demos and val
-
Updated
May 9, 2022 - Go
-
Updated
Dec 2, 2021 - JavaScript
When entering a repository path, users should be able to hit TAB for autocomplete, like in bash.
-
Updated
Jul 27, 2022 - Scala
Currently, JWT aud claim is validated as below in io.jsonwebtoken.impl.DefaultJwtParser:
if (!expectedClaimValue.equals(actualClaimValue))
As requiredAudience is set as String, this equals comparison fails if aud claim contains multiple audiences in JWT token.
"aud": ["trino", "oauth2_client_id"]
-
Updated
Aug 5, 2022 - Go
Currently, these flags are passed as JVM args to the process that launches the server. The general (though not universal) convention today is that JVM args are mostly used for tuning the JVM itself, and OpenSearch application configuration is specified via settings in opensearch.yml. It would make for a better user experience for the feature flags to be a configuration option in opensearch.yml, i.
-
Updated
Aug 5, 2022 - C
Improve this page
Add a description, image, and links to the analytics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the analytics topic, visit your repo's landing page and select "manage topics."




Problem
My notification services is not available
Description
ntfy (pronounce: notify) is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer, entirely without signup, cost or setup. It's also [open source](https://github.com/b