Skip to content

Commit

Permalink
workaround issue where embedded blocks don't evaluate correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
rfratto committed Aug 4, 2022
1 parent 19feac3 commit fa75019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/metrics/scrape/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ type Config struct {
// scrape to fail.
LabelValueLengthLimit uint `river:"label_value_length_limit,attr,optional"`

component_config.HTTPClientConfig
HTTPClientConfig component_config.HTTPClientConfig `river:"http_client_config,block,optional"`
}

// DefaultConfig is the set of default options applied before decoding a given
Expand Down

0 comments on commit fa75019

Please sign in to comment.