analytics
Here are 3,288 public repositories matching this topic...
Environment:
Grafana 7.3
Data source: custom back-end data source, https://github.com/KeckObservatory/epics-grafana-datasource
OS: CentOS 7
User OS/browser: Chrome 83
When a combo box("Select" component) in the query parameters has many entries, clicking on it will sometimes make it pop upwards (vs downwards). The component Z order is apparently underneath the graph itself, obscuring the t
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 11, 2020 - Clojure
-
Updated
Nov 11, 2020 - JavaScript
-
Updated
Nov 11, 2020
-
Updated
Nov 11, 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 11, 2020 - C
-
Updated
Mar 28, 2020 - HTML
-
Updated
Nov 11, 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 11, 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.
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 10, 2020 - JavaScript
-
Updated
Nov 11, 2020 - Go
-
Updated
Nov 11, 2020 - JavaScript
-
Updated
Nov 11, 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 9, 2020 - Python
-
Updated
Oct 26, 2020 - PHP
Describe the solution you'd like
- the ability to filter actions that are attached to a hook
Additional context
- this will allow users to know which actions will trigger notifications in slack
Thank you for your feature request – we love each and every one!
-
Updated
Nov 3, 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.