Skip to content

Commit

Permalink
Update text/entities/0264-resource-and-entities.md
Browse files Browse the repository at this point in the history
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
  • Loading branch information
jsuereth and aknuds1 committed Sep 19, 2024
1 parent 36234ff commit 67f9389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/entities/0264-resource-and-entities.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ Here's a list of requirements for the solution:
- Any solution MUST work with the [info-typed metrics](https://github.com/prometheus/proposals/blob/main/proposals/2024-04-10-native-support-for-info-metrics-metadata.md#goals) being added in prometheus.
- Resource descriptive attributes should leverage `info()` or metadata.
- Resource identifying attributes need more thought/design from OpenTelemetry semconv + entities WG.
- Note: Current `info()` design will only work with `target_info` metric, and `job/instance` labels for joins. This labels MUST be generated by the OTLP endpoint in prometheus.
- Note: Current `info()` design will only work with `target_info` metric by default (other info metrics can be specified per `info` call), and `job/instance` labels for joins. These labels MUST be generated by the OTLP endpoint in prometheus.
- (desired) Users should be able to correlate metric timeseries to other signals via Resource attributes showing up as labels in prometheus.
- (desired) Conversion from `OTLP -> prometheus` can be reversed such that `OTLP -> Prometheus -> OTLP` is non-lossy.

Expand Down

0 comments on commit 67f9389

Please sign in to comment.