prometheus
Here are 3,970 public repositories matching this topic...
-
Updated
Sep 30, 2021 - Go
-
Updated
Sep 9, 2021 - Go
Search before asking
- I had searched in the issues and found no similar feature requirement.
Description
I find some configurations are in configurations.md , but not in the agent.config , such as
agent.trace_segment_ref_limit_per_span、agent.instance_properties[key]=value. Otherwise , the configuration ```
## 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
Is your feature request related to a problem? Please describe.
I have a container's logs with mixed output of nginx, php-fpm, php errors and custom application logs.
And to I need to attach a fixed value as custom text to label in pipeline_stages, based on regexp matching, something like this:
if "log ~= '^{app="brick-drupal",': set label="drupal"
elseif "log ~= "NOTICE: PHP message|
These are all functions/structs for configuring the same thing:
https://github.com/thanos-io/thanos/blob/5bda2d48b9ef0bf138af6132641eb20102223edb/pkg/objstore/azure/helpers.go#L121
https://github.com/thanos-io/thanos/blob/46ac4d590e783368fc4ec7676f29ff97cd0bd630/pkg/objstore/cos/cos.go#L95
https://github.com/thanos-io/thanos/blob/bf963237e0b95402aeea4093dce465abde055675/pkg/objstore/s3/s3.go#
Host operating system: output of uname -a
Linux sarbian 5.13.5-arch1-1 #1 SMP PREEMPT Sun, 25 Jul 2021 18:02:58 +0000 x86_64 GNU/Linux
node_exporter version: output of node_exporter --version
node_exporter, version 1.2.0 (branch: tarball, revision: 1.2.0)
build user: someone@builder
build date:
go version: go1.16.5
platform: linux/amd64
n
Currently ThanosRulerSpec.labels logic
-
Updated
Sep 3, 2021 - Vue
-
Updated
Sep 29, 2021 - Go
Is your feature request related to a problem?
Please describe.
Describe the solution you'd like
Integrate bundlephobia as Github CI/CD Actions which will tell the size of the different packages in the frontend
-
Updated
Sep 22, 2021
Currently Cortex is on Alpine 3.13 for its build image. Alpine 3.13 was released in June and the current latest version is 3.14.2.
We should update to ensure we benefit from any security related patches.
See example of the previous update: #4042
-
Updated
Sep 30, 2021 - Go
What happened?
I wanted to configure my kubeadm-like cluster to get monitored by prometheus-operator. I started using the following file:
apiVersion: kubeadm.k8s.io/v1alpha1
kind: MasterConfiguration
api:
advertiseAddress: 192.168.1.173 (I changed the IP from here)
bindPort: 6443
authorizationModes:
- Node
- RBAC
certificatesDir: /etc/kubernetes/pki
cloudProvider:-
Updated
Aug 25, 2021
-
Updated
Sep 29, 2021 - Go
-
Updated
Sep 27, 2021 - HTML
-
Updated
Sep 29, 2021 - Go
-
Updated
Sep 28, 2021 - Go
-
Updated
Sep 28, 2021 - TypeScript
-
Updated
Sep 23, 2021
-
Updated
Nov 22, 2019 - Go
-
Updated
Sep 28, 2021 - 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
Sep 24, 2021 - Python
-
Updated
Sep 20, 2021 - Go
-
Updated
Sep 15, 2021 - 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."

Hi,
first thanks for this awesome software. But I have some trouble and I don't know how to proceed. First I try to find out what else I could provide for this report to be a good bug report.
First, I use the latest version (v1.14.0) from openSUSE build Service. I know, I should compile it by my self to avoid any other causes for this behavior. But for now I still use this package from there