jtorkkel
jtorkkel
**What happened**: Most template variables are loaded multiple times on time range change, which slow down template variable loading maybe 3-10x. **What you expected to happen**: Template variables should be...
In SpringBoot based uservices Prometheus endpoint is not necessary /metric but is is configured to something like /xx/prometheus. If health check use xx/status it is not possible to remove /xx...
metrics reactor_netty_http_server_connections_active in docker active connection gauge value is exposed twice with different local_address but same gauge value local_address="127.0.0.1:8080 local_address="10.0.4.238:8080" # this is same as scrape instance address tag date...
Scrape Prometheus metrics from uservice running micrometer which is configured to collect also http_server histogram and quantiles. Query for generating Grafana heatmap, template variable filtering removed from query: sum(rate(http_server_requests_seconds_bucket{}[$range])) by...
Configuration: Four multimaster in full mesh in ports 8881, 8882, 8883 and 8884 in same test machine --active-replica yes --multi-master yes --repl-diskless-sync yes --repl-timeout 180 In conf file the following...
### Description Remote sampling per "operation" match the first created http server span when matching name is passed to Start. In http server the spanName could be for example "req.method"...
## Current behauviour: Without proxy springFW "http_client_requests_seconds_count" "client_name" label report same address as reactor_netty_http_client_* and reactor_netty_tcp_client_* "remote_address" label. Example correctly reported by reactor_netty_http_client ``` http_client_requests_seconds_count{client_name="petstore.swagger.io",error="none",exception="none",method="GET",outcome="SUCCESS",status="200",uri="none",} 6.0 reactor_netty_http_client_data_sent_bytes_count{remote_address="petstore.swagger.io:443",uri="http",} 3.0 ``` With...
When using explicit serviceLevelObjectiveBoundaries in prometheus metrics like ``` management.prometheus.metrics.export.enabled=true management.metrics.distribution.slo.http=30,50,100,150,200,300,500,700,1s,1500,2s,3s,4s,5s,7s,10s,15s,20s,30s ``` Then only "http_server_requests_seconds_bucket" and "http_client_requests_seconds_bucket" are correctly created. ``` http_server_requests_seconds_bucket{app="test-v1-v",error="none",exception="none",method="GET",outcome="SUCCESS",status="200",uri="/test",le="0.03"} 0 http_server_requests_seconds_bucket{app="test-v1-v",error="none",exception="none",method="GET",outcome="SUCCESS",status="200",uri="/test",le="0.05"} 0 ``` However when using "percentiles-histogram"...
Pongo build fails on https://github.com/Kong/kong-pongo/blob/master/kong-versions/3.9.0/kong/Makefile due rust/cargo and and reqwest install https://github.com/Kong/kong-pongo/blob/master/kong-versions/3.9.0/kong/Makefile#L79 5.219 error: failed to download file error=Reqwest(reqwest::Error { kind: Request, url: "https://static.rust-lang.org/dist/channel-rust-stable.toml.sha256", source: hyper_util::client::legacy::Error(Connect, C ustom { kind:...