f6c4191a01
DevEnv: Add jaegeronly container ( #106890 )
...
(cherry picked from commit c687901cd33267d81fbbf308f2eb51ad0e5bef63)
2025-06-18 17:00:10 +02:00
6cb2c701e6
Tempo: Enable native histograms for Tempo service graph ( #105989 )
...
* add native histogram dropdown to tempo config for service graph
* add docs for configuring native histograms
* add config native histogram options to types
* add native histogram metric to graph transform
* add native histogram to service map query for links
* add native histogram duration metric for duration queries
* use native histogram for duration queries
* export for tests
* add tests for native histogram links, queries and dataframes
* update tempo devenv to use native histograms
* use union for histogramType
* run prettier
* remove comment
2025-06-17 20:40:40 +00:00
5c268c1734
Dependencies: Bump Go to v1.24.4 ( #106533 )
2025-06-11 14:25:48 +02:00
f3d725f400
Devenv: Add requirements.txt and versions + hashes to collectd Dockerfile ( #106175 )
...
* Add requirements.txt and version+hashes
* Update docker image
2025-06-02 09:07:18 +02:00
c25b0f053c
Devenv: Remove graphite 0.9 ( #106167 )
...
* Add trailing slash
* Remove graphite09 from devenv
* Remove directory from codeowners and modify CodeQL workflow
* Fix shell script
2025-06-02 09:06:48 +02:00
c4c4faff1e
Dependencies: Bump github.com/openfga/openfga to v1.8.13 to address CVE-2025-48371 ( #106064 )
2025-05-27 16:30:23 +02:00
d7715c4220
Dependencies: Bump packages in modules with incorrect dependencies or outside of workspace ( #105455 )
...
* Dependencies: Bump github.com/getkin/kin-openapi from v0.131.0 to v0.132.0
* Dependencies: Bump github.com/openfga/openfga from v1.8.6 to v1.8.12
* Dependencies: Bump golang.org/x to latest
2025-05-15 13:09:49 +00:00
4b426238bd
Dependencies: Bump github.com/openfga/openfga from v1.8.6 to v1.8.12 ( #105193 )
...
* Dependencies: Bump github.com/openfga/openfga from v1.8.6 to v1.8.12
* Linter: Replace x/exp/rand with math/rand/v2
* NGAlert: Fix test after linter fixes
2025-05-14 11:09:00 +03:00
9fb20efea9
Chore: Bump Go version to 1.24.3 ( #105098 )
2025-05-08 15:28:03 +02:00
ca36d77f5b
Dependencies: Bump golang.org/x/net to v0.39.0 in apps/advisor ( #104228 )
2025-04-22 09:06:59 +02:00
9df94718ab
[main] Go: Bump to 1.24.2 ( #103521 )
...
Go: Bump to 1.24.2
It is not likely we are actually affected by the CVEs, but updating proactively is not a bad idea nonetheless.
Fixes: CVE-2025-22871
Fixes: https://github.com/grafana/grafana-operator-experience-squad/issues/1311
2025-04-08 17:12:30 +02:00
7a513a5a6a
Chore: Devenv MySQL fix authentication for data gen ( #103598 )
2025-04-08 17:05:13 +03:00
1a988df143
Prometheus: Support new info function in code editor ( #97850 )
...
* first attempt to have info function
* unit test for query modeller
* enable info function in devenv
* fix unit test
* add unit test for info function
* throw error when trying to visualize the info function
* remove visual query support
* Update packages/grafana-prometheus/src/promql.ts
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
* Update packages/grafana-prometheus/src/querybuilder/parsing.test.ts
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
* update info function detail
---------
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
2025-04-04 13:50:54 +02:00
c158b56eab
Chore: Update Postgres version to 17.4-alpine3.21 in devenv ( #102805 )
2025-03-26 08:55:59 +01:00
99e49a0548
Chore: Update remaining gomod and containers to use Go 1.24.1 ( #102794 )
2025-03-25 15:23:29 +01:00
caabb06cd8
Chore: Bump dependencies to address security issues ( #101620 )
...
* Chore: Bump golang.org/x/net to v0.36.0
* Chore: Use github.com/moby/moby version 27.5.1 instead of 26.0.0
* Chore: Bump github.com/ua-parser/uap-go to v0.0.0-20250213224047-9c035f085b90
* Chore: Bump github.com/grpc-ecosystem/go-grpc-middleware/v2 to fix 32-bit overflow issue
2025-03-06 10:12:05 +01:00
61eb837dd6
Chore: Bump Go to 1.23.7 ( #101576 )
2025-03-05 14:55:36 +01:00
ae9837b793
Alerting: Add alertmanager integration tests ( #100106 )
2025-02-13 11:36:45 +01:00
6e00954bb1
Devenv: Use newer label syntax ( #100507 )
2025-02-12 16:44:49 +01:00
a18fa4af8f
Tempo: Fix devenv ( #99750 )
...
Fix Tempo devenv
2025-02-03 15:14:41 +01:00
d062453c49
Prometheus: Don't show expand rules warning for unique rule ( #99540 )
...
* fix recording rule query hints
* don't show the hint twice in code editor
* provide testing rules
2025-01-31 11:46:38 +01:00
49f8359ce5
Elasticsearch: Fix adhoc filters with number fields ( #99514 )
2025-01-27 09:04:48 -05:00
b532df36c4
Explore Metrics: Support prometheus utf8 metrics names and labels ( #98285 )
...
* utf8 metrics for prometheus devenv
* introduce utf8 support
* completions and suggestions
* don't wrap the utf8 label in quotes
* linting
* support utf8 labels and metrics on visual query builder
* lint
* update raw view for utf8 metric syntax
* betterer
* support utf8 metric names in explore metrics
* utf8 support in grouop by
* utf8 support in label break down
* support series endpoint
* support series endpoint
* support series endpoint
* Explore metrics: Utf8 support in Explore metrics with OTel experience enabled (#98707 )
* betterer
---------
Co-authored-by: Brendan O'Handley <brendan.ohandley@grafana.com>
2025-01-16 16:49:06 +02:00
38c4f3d5ef
Prometheus: UTF8 metrics for prometheus devenv ( #98237 )
...
* utf8 metrics for prometheus devenv
* add label value with quotes
2025-01-13 19:28:50 +02:00
2b2c94050c
Docker: Don't use legacy ENV syntax ( #93218 )
...
chore(docker): don't use legacy ENV syntax
2024-11-19 16:13:55 -05:00
9e408f842c
Alerting: Skip sanitizing labels when sending alerts to the remote Alertmanager ( #96251 )
...
* Alerting: Skip sanitizing labels when sending alerts to the remote Alertmanager
* fix drone image name
2024-11-13 11:21:44 -03:00
5f4944117c
Elasticsearch: Stop escaping backslash in regex adhoc filter ( #94577 )
2024-11-01 11:06:13 -04:00
71d04a326b
Alerting: Support tls config for webhook receiver ( #93513 )
...
Adds the ability to configure tls settings on the webhook receiver (e.g. to skip server certificate validation)
2024-10-22 12:44:32 +02:00
59af06e36a
Devenv: Add serve_from_sub_path scenario to nginx devenv ( #93691 )
...
Setup serve_from_sub_path scenario with nginx
2024-09-24 19:53:29 +02:00
5bc7a47ecb
Auth: Update extra_hosts property ( #93545 )
...
Update extra_hosts property
2024-09-23 17:21:09 +02:00
e59ea00518
Alerting: Add TLS, QoS and retain options to the MQTT receiver ( #92331 )
2024-09-17 21:11:16 +02:00
c539e3627c
Docs: Fix broken links in contribute/backend/README.md ( #92261 )
...
Co-authored-by: Dave Henderson <dhenderson@gmail.com>
2024-09-13 12:34:31 +03:00
61074e7e5e
Devenv: Adds docker for prometheus with high cardinality labels. ( #91035 )
...
Signed-off-by: bergquist <carl.bergquist@gmail.com>
2024-08-26 19:12:59 +02:00
8d725a641c
Alerting: Integration test for testing template via remote alertmanager ( #92147 )
...
* Add integration test for testing template
* Update drone signature
2024-08-21 13:06:01 +01:00
eecd56659c
LDAP: SSO Configuration page ( #91875 )
...
* Init screen for LDAP UI
* add ldap drawer
* update routes
* update definitions
* add definitions for ldap configurations
* improve readibility
* remove whitespace
* clean up
* Adjust LdapSettingsPage
* adjust form autocomplete from backend call
2024-08-20 17:31:13 +02:00
37f198d5e8
LDAP: Add guide on how to configure LDAP with TLS ( #91686 )
...
add guide on how to configure LDAP with TLS
2024-08-08 15:29:00 +03:00
d2467bb088
Chore: Fix dev profiling ( #90866 )
2024-07-24 06:12:45 -04:00
c0641a0ca6
Devenv: Allow configuring alertmanager config for prometheus docker block ( #89558 )
2024-06-22 11:20:51 +00:00
8eabef1f91
Alerting: Update remote alertmanager to use extended receivers API. ( #89253 )
...
* Alerting: Update remote alertmanager to use extended receivers API.
* Update integration test and Mimir image
* Update Mimir image in more places
2024-06-19 12:40:22 +03:00
4a97ff45fe
API Server: Enhanced profiling with godeltaprof ( #88939 )
2024-06-07 19:39:45 +02:00
40931b6da6
Tracing: Enable traces to profiles ( #88896 )
2024-06-07 16:58:24 +02:00
961272a76d
Datasources: Enable native histograms for datasource response size metric ( #87962 )
2024-05-16 13:48:51 +02:00
7f58a5b239
Disable Requirement for SSL in 'cloak.sql' ( #86919 )
...
Disable Requirment for SSL in 'cloak.sql'
Disable the Requirement for SSL on External Sites in Keycloak Database for Grafana Realm
2024-05-15 17:12:51 +02:00
224d61746a
Remove SAML form the list of auth providers for devenv ( #86684 )
...
Update README.md
The link for SAML was broken. Since SAML is an enterprise feature, it has been removed.
2024-04-22 17:27:58 +02:00
a2ce8fefed
Alerting: Use a struct when sending a Grafana AM configuration to the remote Alertmanager ( #86451 )
...
* Alerting: Use a struct when sending a Grafana AM configuration to the remote Alertmanager
* remove '-distroless' from mimir image name
2024-04-19 13:04:18 +02:00
1ffe858e06
chore: remove repetitive words ( #86412 )
...
Signed-off-by: TechVest <techdashen@qq.com>
2024-04-17 13:08:00 +01:00
4ad6d66479
Alerting: Remove ID from UserGrafanaConfig struct ( #84602 )
...
* Alerting: Remove ID from UserGrafanaConfig struct
* user custom mimir image withoud id in grafana config
* change mimir image name
2024-03-19 12:47:13 +01:00
2f0784186b
Tempo: Minor update to fix Tempo dev env as new vParquet used ( #84348 )
...
* Minor update to fix Tempo dev env as new vParquet used
* Remove vParquet version
2024-03-13 14:22:57 +00:00
7bc8b27c33
Update README.md ( #84011 )
2024-03-07 01:54:53 -06:00
705ab460a2
Devenv: Add groups to jwt_proxy ( #82424 )
...
Add groups claim to jwt, add groups
2024-02-14 13:57:36 +01:00