-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
exporter/prometheusremotewrite: failing Up metric export for Prometheus compliance tests #2961
Closed
5 of 15 tasks
Labels
Comments
The actual issue is with the Prometheus receiver not emitting staleness markers. |
odeke-em
added a commit
to orijtech/opentelemetry-collector
that referenced
this issue
Jun 10, 2021
Implements a simple store that will be used to record stale metrics; those that are NOT present in the current scrape, but were in the prior scrape. This logic will then be attached to our receiver logic to then complete the mechanism and then issue stale markers. Updates open-telemetry#3413 Updates open-telemetry#2961
odeke-em
added a commit
to orijtech/opentelemetry-collector
that referenced
this issue
Jun 10, 2021
Implements a simple store that will be used to record stale metrics; those that are NOT present in the current scrape, but were in the prior scrape. This logic will then be attached to our receiver logic to then complete the mechanism and then issue stale markers. Updates open-telemetry#3413 Updates open-telemetry#2961
odeke-em
added a commit
to orijtech/opentelemetry-collector
that referenced
this issue
Jun 10, 2021
Implements a simple store that will be used to record stale metrics; those that are NOT present in the current scrape, but were in the prior scrape. This logic will then be attached to our receiver logic to then complete the mechanism and then issue stale markers. Updates open-telemetry#3413 Updates open-telemetry#2961
odeke-em
added a commit
to orijtech/opentelemetry-collector
that referenced
this issue
Jun 11, 2021
Implements a simple store that will be used to record stale metrics; those that are NOT present in the current scrape, but were in the prior scrape. This logic will then be attached to our receiver logic to then complete the mechanism and then issue stale markers. Updates open-telemetry#3413 Updates open-telemetry#2961
odeke-em
added a commit
to orijtech/opentelemetry-collector
that referenced
this issue
Jun 14, 2021
Implements a simple store that will be used to record stale metrics; those that are NOT present in the current scrape, but were in the prior scrape. This logic will then be attached to our receiver logic to then complete the mechanism and then issue stale markers. Updates open-telemetry#3413 Updates open-telemetry#2961
odeke-em
added a commit
to orijtech/opentelemetry-collector
that referenced
this issue
Jun 15, 2021
Implements a simple store that will be used to record stale metrics; those that are NOT present in the current scrape, but were in the prior scrape. This logic will then be attached to our receiver logic to then complete the mechanism and then issue stale markers. Updates open-telemetry#3413 Updates open-telemetry#2961
odeke-em
added a commit
to orijtech/opentelemetry-collector
that referenced
this issue
Jun 16, 2021
…red metrics Adds the staleness store to the metricsBuilder and transaction, to track when metrics disappear between scrapes. Fixes open-telemetry#2961 Fixes open-telemetry#3413
odeke-em
added a commit
to orijtech/opentelemetry-collector
that referenced
this issue
Jun 17, 2021
…red metrics Adds the staleness store to the metricsBuilder and transaction, to track when metrics disappear between scrapes. Fixes open-telemetry#2961 Fixes open-telemetry#3413
odeke-em
added a commit
to orijtech/opentelemetry-collector
that referenced
this issue
Jun 17, 2021
…red metrics Adds the staleness store to the metricsBuilder and transaction, to track when metrics disappear between scrapes. Fixes open-telemetry#2961 Fixes open-telemetry#3413
odeke-em
added a commit
to orijtech/opentelemetry-collector
that referenced
this issue
Jun 22, 2021
…red metrics Adds the staleness store to the metricsBuilder and transaction, to track when metrics disappear between scrapes. Fixes open-telemetry#2961 Fixes open-telemetry#3413
odeke-em
added a commit
to orijtech/opentelemetry-collector
that referenced
this issue
Jul 6, 2021
…red metrics Adds the staleness store to the metricsBuilder and transaction, to track when metrics disappear between scrapes. Fixes open-telemetry#2961 Fixes open-telemetry#3413
odeke-em
added a commit
to orijtech/opentelemetry-collector
that referenced
this issue
Jul 8, 2021
…red metrics Adds the staleness store to the metricsBuilder and transaction, to track when metrics disappear between scrapes. Fixes open-telemetry#2961 Fixes open-telemetry#3413
odeke-em
added a commit
to orijtech/opentelemetry-collector
that referenced
this issue
Jul 8, 2021
…red metrics Adds the staleness store to the metricsBuilder and transaction, to track when metrics disappear between scrapes. Fixes open-telemetry#2961 Fixes open-telemetry#3413
tigrannajaryan
pushed a commit
that referenced
this issue
Jul 8, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Coming here from Prometheus compliance tests, TestRemoteWrite/otelcollector/Up fails
Steps to reproduce
Run the compliance tests at https://github.com/prometheus/compliance/tree/main/remote_write by
go test --tags=compliance -v ./
What did you expect to see?
PASS
What did you see instead?
10 out of 14 test failures
Here is the listing of failures
and the full failure print out is at
What version did you use?
The latest release v0.24.0
What config did you use?
N/A
Environment
N/A
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: