* Chore: Bump golang.org/x/net to v0.36.0
* Chore: Bump filippo.io/age to v1.2.1
* Chore: Bump github.com/ua-parser/uap-go to v0.0.0-20250213224047-9c035f085b90
* Chore: Bump github.com/moby/moby to v27.5.1
* Chore: Bump github.com/go-jose/go-jose/v3 to v3.0.4
* Zanzana: bump openfga version (#94485)
* Bump openfga
* Remove internall sqlite implementation for openfga
* Use sqlite implementation from openfga
(cherry picked from commit 9ece88d585)
* Chore: Bump github.com/openfga/openfga to v1.8.5
* Chore: Bump github.com/elazarl/goproxy to v1.7.1
* Chore: Pin Prometheus to v1.20.3 for ngalert
---------
Co-authored-by: Karl Persson <kalle.persson@grafana.com>
Grafana OpenTelemetry Semantic Conventions
Adding new attributes
- Add a new attribute to a new or existing attribute group in model/registry.
- Add a reference to the new attribute in a new or existing attribute group in model/trace.
- If you are adding a new attribute group, add a new
semconvHTML comment tag to the README.md file with the name of the new attribute group. - Run
make allto update the generated files.
For more information:
- Semantic Convention generator + Docker
- OpenTelemetry Semantic Conventions (these can be used as a reference)
Attribute Groups
grafana.datasource
| Attribute | Type | Description | Examples | Requirement Level | Stability |
|---|---|---|---|---|---|
grafana.datasource.type |
string | The datasource type. | prometheus; loki; grafana-github-datasource |
Recommended |
|
grafana.datasource.uid |
string | The datasource unique identifier. | abcdefg-123456 |
Recommended |
grafana.datasource.request
| Attribute | Type | Description | Examples | Requirement Level | Stability |
|---|---|---|---|---|---|
grafana.datasource.request.query_count |
int | The number of queries in the request. | 3 |
Recommended |
k8s
| Attribute | Type | Description | Examples | Requirement Level | Stability |
|---|---|---|---|---|---|
k8s.dataplaneservice.name |
string | The name of the DataPlaneService. | v0alpha1.prometheus.grafana.app |
Recommended |
grafana.plugin
| Attribute | Type | Description | Examples | Requirement Level | Stability |
|---|---|---|---|---|---|
grafana.plugin.id |
string | The plugin ID. | prometheus; loki; grafana-github-datasource |
Recommended |
|
grafana.plugin.type |
string | The plugin type. | datasource |
Recommended |