Skip to content

Dependency: Update to Prometheus 0.300.* #36873

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

Merged
merged 20 commits into from
Feb 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
1112d0c
Update go mods
ArthurSens Dec 17, 2024
bb8f1d4
receiver/prometheus: Update config to scrape classic histograms
ArthurSens Dec 17, 2024
49edd7e
receiver/prometheus: Update transaction with new appendable interface…
ArthurSens Dec 17, 2024
8e945d0
receiver/prometheus: Update config loading with promslog and remove e…
ArthurSens Dec 17, 2024
9f1452c
Replace go-kit with slog in scrape manager calls
ArthurSens Jan 10, 2025
c9fe231
Use nil for ScrapeManager's scrapeErrorFileLogger
ArthurSens Jan 10, 2025
ed9bd42
go mod tidy
ArthurSens Jan 10, 2025
ae17ff0
Fix panic where model.NameValidationScheme isn't set
ArthurSens Jan 10, 2025
57e13e2
Lint
ArthurSens Jan 10, 2025
218a04d
make generate/golint/gotidy
ArthurSens Jan 10, 2025
8933719
Add default Fallback Scrape Config
ArthurSens Jan 10, 2025
ff17944
lint
ArthurSens Jan 10, 2025
cdba5d1
Add fallback scrape protocol to TestStalenessMarkersEndToEnd
ArthurSens Jan 10, 2025
a7fa156
Add fallback scrape protocol to testdata files
ArthurSens Jan 21, 2025
3e29359
Add fallback scrape protocol and UTF8 validation scheme to TestLabelN…
ArthurSens Jan 21, 2025
102eae0
make gotidy
ArthurSens Jan 21, 2025
535b894
Add fallback scrape protocol to ddexporter exporter tests
ArthurSens Jan 21, 2025
6fa046e
Add fallback scrape protocol to TestStalenessMarkersEndToEnd
ArthurSens Jan 21, 2025
38f0648
prometheus/receiver: Update 'no EOF' test case since 3.0 allows empty…
ArthurSens Jan 31, 2025
c5176f8
Ignore opencensus failure in goleak
ArthurSens Feb 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 34 additions & 32 deletions connector/datadogconnector/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions exporter/datadogexporter/examples/collector-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ receivers:
scrape_configs:
- job_name: 'otelcol'
scrape_interval: 10s
fallback_scrape_protocol: "PrometheusText1.0.0"
static_configs:
- targets: ['0.0.0.0:8888']

Expand Down
1 change: 1 addition & 0 deletions exporter/datadogexporter/examples/ootb-ec2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ receivers:
scrape_configs:
- job_name: 'otelcol'
scrape_interval: 10s
fallback_scrape_protocol: "PrometheusText1.0.0"
static_configs:
- targets: ['0.0.0.0:8888']

Expand Down
Loading
Loading