analytics
Here are 3,323 public repositories matching this topic...
What would you like to be added:
Currently, some headings are also steps in procedures. The format is not consistent. We need the heading format made consistent per the Grafana documentation style guide.
This means both the step number format (Step 1., Step 2.) and that everyt
Screenshot
N/A
Description
Right now whenever users search for queries they are case sensitive. We should remove this to allow users to put in term with any cases
Design input
[describe any input/collaboration you'd like from designers, and
tag accordingly. For design review, add the
label design:review
. If this includes a design proposal,
include the label `design:suggest
-
Updated
Nov 28, 2020 - Clojure
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Nov 27, 2020
-
Updated
Nov 28, 2020 - PHP
Now insert and query share the resource ( Max Process Count control) 。 When the query with high TPS,the insert will get error (“error: too many process”). I think separator the resource for Insert and Query will makes sense. Ensure enough resource for insert。It looks like Use Yarn, Insert and Query use the different resource quota。
Or the simple way , Can we set Ratio for Insert and
-
Updated
Nov 25, 2020 - C
-
Updated
Mar 28, 2020 - HTML
-
Updated
Nov 27, 2020 - C
Is your feature request related to a problem? Please describe.
It is idiomatic for JWTs to be accepted using a header format of Authorization: Bearer <JWT>
(see jwt.io introduction.) In general, in history, the RFCs surrounding the authorization header have taken care to specify the mode of Authorization as the first part of the header value (e.g. Basic, Di
-
Updated
Nov 26, 2020 - JavaScript
Describe the bug
When a user signs in using Auth.signIn() the "signIn" event is registered multiple times in the Hub listener
To Reproduce
- Add a log inside the "signIn" event in the Hub.listener callback
- Open devtools
- Sign in using Auth.signIn()
- Notice there is at least 4 or more logs and the same amount of network calls
Expected behavior
The sign in event shou
-
Updated
Aug 21, 2020 - Go
When entering a repository path, users should be able to hit TAB for autocomplete, like in bash.
-
Updated
Nov 29, 2020 - JavaScript
Is your feature request related to a problem? Please describe.
There are parts of the website that can use improvements in increasing the accessibility of the website.
**Describe the solution you
-
Updated
Nov 27, 2020 - Go
-
Updated
Nov 26, 2020 - JavaScript
-
Updated
Nov 27, 2020 - Elixir
Q | A |
---|---|
Bug report? | no |
Feature request? | yes |
Library version | 1.13.0 |
Related with nunomaduro/phpinsights#23 will be a great idea to allow set all commands parameters from config/insights.php
when is used with php artisan insights
.
Maybe something like:
'parameters' => '--format=json -d memo
-
Updated
Nov 28, 2020 - Python
-
Updated
Oct 26, 2020 - PHP
Not a big deal but a UX annoyance...
Bug description
On our production app, look at a dashboard
https://app.posthog.com/dashboard/267
Then click into 'unique real sign ups', which is a pie chart
You will land on a trends page shown as a line graph instead.
-
Updated
Nov 19, 2020 - Ruby
Bug Report
Steps to Reproduce:
- Create a dataframe with a categorical axis.
- Attempt to load into a
PerspectiveWidget
orTable
.
Expected Result:
A valid widget or Table.
Actual Result:
---------------------------------------------------------------------------
PerspectiveError Traceback (most recent call last)
<ipython-i
Hi, if my spark app is using 2 storage type, both S3 and Azure Data Lake Store Gen2, could I put spark.delta.logStore.class=org.apache.spark.sql.delta.storage.AzureLogStore, org.apache.spark.sql.delta.storage.S3SingleDriverLogStore
Thanks in advance
-
Updated
Sep 15, 2020 - Rust
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."
Feature idea summary
Cgroups plugin supports only proportional and max Block IO policies. We should support BFQ scheduler as well. Disk stats for the scheduler are in
blkio.bfq.io_service_bytes
andblkio.bfq.io_serviced
files.