mirror of https://github.com/grafana/grafana.git
|
Backend Unit Tests / Grafana (push) Waiting to run
Details
Backend Unit Tests / Grafana Enterprise (push) Waiting to run
Details
CodeQL checks / Analyze (go) (push) Waiting to run
Details
CodeQL checks / Analyze (javascript) (push) Waiting to run
Details
CodeQL checks / Analyze (python) (push) Waiting to run
Details
Lint Frontend / Verify i18n (push) Waiting to run
Details
Lint Frontend / Lint (push) Waiting to run
Details
Lint Frontend / Typecheck (push) Waiting to run
Details
Lint Frontend / Betterer (push) Waiting to run
Details
End-to-end tests / Build & Package Grafana (push) Waiting to run
Details
End-to-end tests / ${{ matrix.suite }} (dashboards-suite) (push) Blocked by required conditions
Details
End-to-end tests / ${{ matrix.suite }} (panels-suite) (push) Blocked by required conditions
Details
End-to-end tests / ${{ matrix.suite }} (smoke-tests-suite) (push) Blocked by required conditions
Details
End-to-end tests / ${{ matrix.suite }} (various-suite) (push) Blocked by required conditions
Details
End-to-end tests / ${{ matrix.suite }} (old arch) (old-arch/dashboards-suite) (push) Blocked by required conditions
Details
End-to-end tests / ${{ matrix.suite }} (old arch) (old-arch/panels-suite) (push) Blocked by required conditions
Details
End-to-end tests / ${{ matrix.suite }} (old arch) (old-arch/smoke-tests-suite) (push) Blocked by required conditions
Details
End-to-end tests / ${{ matrix.suite }} (old arch) (old-arch/various-suite) (push) Blocked by required conditions
Details
Frontend tests / Unit tests (${{ matrix.chunk }} / 8) (1) (push) Waiting to run
Details
Frontend tests / Unit tests (${{ matrix.chunk }} / 8) (2) (push) Waiting to run
Details
Frontend tests / Unit tests (${{ matrix.chunk }} / 8) (3) (push) Waiting to run
Details
Frontend tests / Unit tests (${{ matrix.chunk }} / 8) (4) (push) Waiting to run
Details
Frontend tests / Unit tests (${{ matrix.chunk }} / 8) (5) (push) Waiting to run
Details
Frontend tests / Unit tests (${{ matrix.chunk }} / 8) (6) (push) Waiting to run
Details
Frontend tests / Unit tests (${{ matrix.chunk }} / 8) (7) (push) Waiting to run
Details
Frontend tests / Unit tests (${{ matrix.chunk }} / 8) (8) (push) Waiting to run
Details
Integration Tests / Sqlite (push) Waiting to run
Details
Integration Tests / MySQL (push) Waiting to run
Details
Integration Tests / Postgres (push) Waiting to run
Details
Dispatch sync to mirror / dispatch-job (push) Waiting to run
Details
Dependencies: Bump Go to v1.24.4 |
||
|---|---|---|
| .. | ||
| model | ||
| templates | ||
| Makefile | ||
| README.md | ||
| attributes.go | ||
| doc.go | ||
| go.mod | ||
| go.sum | ||
README.md
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 |