prometheus
Here are 3,213 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
-
Updated
Nov 29, 2020 - Go
Move all Dockerfile samples to non-root user
Expected Behaviour
As an OpenFaaS end-user, I want to run all samples on my OpenFaaS cluster, even with the new non-root feature enabled.
Current Behaviour
Hello Loki team,
First and foremost, thank you so much for Loki! It's awesome.
Is your feature request related to a problem? Please describe.
As a cluster administrator, when installing loki-stack
I want to be able to set toleration for promtail
So that I may forward logs from all nodes, even nodes with taint, to loki
Describe the solution you'd like
I would like to be able to
It'd be great to have a frequently asked questions section as part of our official website. Such like https://prometheus.io/docs/introduction/faq/
We are getting similar questions from the community over public slack channels and office hours. We can gather them together and help the community.
## Python/Regex fix
This is a reminder for me or a task if anyone wants :P
Basically, The last two questions aren't really regex's questions.
To do:
- Move said questions to correct place.
- Add new regex questions (Python related!)?
- Maybe add a new ## Regex section, as it is a valuable skill
In the documentation user-guide for linting, the example script's docker command is broken.
It seems like the docker command broke since the image was changed.
The following command does work, and I would be happy to modify the script to imp
-
Updated
Nov 30, 2020 - Go
-
Updated
Nov 27, 2020
When the table manager actually attempts to sync and operate on the chunk storage backend it will proceed in the following order:
- Delete
- Create
- Update
If any of these operations fail at any point, the entire sync will return. This can lead to issues for use
-
Updated
Nov 29, 2020 - Go
-
Updated
Nov 29, 2020 - Go
-
Updated
Oct 16, 2020
-
Updated
Nov 30, 2020 - Go
This is a FEATURE REQUEST.
Please add support for kube_state_metrics_build_info as part of the metrics exposed on telemetry port 8081.
kube_state_metrics_build_info shall include the version of the kube-state-metrics.
Most Prometheus exporters are currently supporting such metric.
What is missing?
Not all objects created with kube-prometehus have recommended set of labels
Why do we need it?
To comply with best practices and allow easier dependency discovery
Environment
- kube-prom
-
Updated
Nov 27, 2020 - Go
-
Updated
Nov 27, 2020
-
Updated
Nov 22, 2019 - Go
-
Updated
Nov 28, 2020 - Java
What did you expect to see?
I'm expecting to be able to filter out the requests from blackbox exporter in my access logs.
So, please, add a user agent header that container the "blackbox exporter" string somewhere.
What did you see instead?
I see User-Agent: Go-http-client/1.1
Not easy to filter in the access logs...
-
Updated
Nov 24, 2020 - Python
-
Updated
Nov 27, 2020 - Ruby
It would be awesome if the metrics could include the node's topology.kubernetes.io/region & topology.kubernetes.io/zone (not sure what the non-AWS fields are called). That would help quickly identify patterns in the results. e.g., zone "a" is slower than zone "b" or that cross-zone traffic is what's causing a large spike in response times. Not sure if this is possible within the framework of this
-
Updated
Nov 25, 2020 - Go
-
Updated
Nov 23, 2020 - C#
-
Updated
Nov 29, 2020 - TypeScript
-
Updated
Nov 18, 2020 - Java
Improve this page
Add a description, image, and links to the prometheus topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the prometheus 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.