21f1d02b3f
* Chore: Bump Go version to 1.23.7 * Chore: Bump golangci-lint version to match Go version * Chore: Run yarn prettier:write * Chore: Bump godeltaprof to v0.1.8 to fix start-up * Chore: Fix wire updated error fixture * Chore: Fix OpenAPI spec diffs * Chore: Fix new linting errors from Go upgrade
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 |