Skip to content

Commit

Permalink
use correct image, use endpoint instead of hardcoding the port
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Jan 11, 2025
1 parent 739c4d4 commit 417e5da
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# metrics_path: /stats/prometheus
# scrape_interval: 10s
# static_configs:
# - targets: ['`host`:9901']
# - targets: ['`endpoint`']
# metric_relabel_configs:
# - source_labels: [__name__]
# action: keep
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ prometheus:
metrics_path: /stats/prometheus
scrape_interval: 10s
static_configs:
- targets: ['`host`:9901']
- targets: ['`endpoint`']
metric_relabel_configs:
- source_labels: [__name__]
action: keep
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
metrics_path: /stats/prometheus
scrape_interval: 10s
static_configs:
- targets: ['`host`:9901']
- targets: ['`endpoint`']
metric_relabel_configs:
- source_labels: [__name__]
action: keep
Expand Down
2 changes: 1 addition & 1 deletion tests/receivers/envoy/testdata/expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resourceMetrics:
attributes:
- key: container.image.name
value:
stringValue: envoyproxy/envoy
stringValue: quay.io/splunko11ytest/envoy
- key: http.scheme
value:
stringValue: http
Expand Down

0 comments on commit 417e5da

Please sign in to comment.