You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After adding ResourceAttributeSettings in 16736 I don't see the change reflected in grep -L ResourceAttributesSetting **/*generated_metrics.go after running make generate.
TODO check if we're simply missing that file which indicates we should generate in this dir, and fix/update it when we can.
Steps to Reproduce
make generate && grep -L ResourceAttributesSetting **/*generated_metrics.go should output
Component(s)
No response
What happened?
Description
After adding ResourceAttributeSettings in 16736 I don't see the change reflected in
grep -L ResourceAttributesSetting **/*generated_metrics.go
after runningmake generate
.TODO check if we're simply missing that file which indicates we should generate in this dir, and fix/update it when we can.
Steps to Reproduce
make generate && grep -L ResourceAttributesSetting **/*generated_metrics.go
should outputCollector version
latest
Environment information
Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")
OpenTelemetry Collector configuration
No response
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: