-
Notifications
You must be signed in to change notification settings - Fork 6
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
add otel tracing and events #27
Conversation
Summary:
|
Summary:
|
Summary:
|
9f67e91
to
8bb8f5c
Compare
Signed-off-by: Matthias Bertschy <[email protected]>
Summary:
|
1 similar comment
Summary:
|
Signed-off-by: Matthias Bertschy <[email protected]>
Summary:
|
obj runtime.Object | ||
meta *storage.ResponseMeta | ||
rev int64 | ||
data []byte |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: is the stale bool
variable no longer needed? Why? Was it used before?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it was never needed, golangci-lint was complaining.
) | ||
|
||
func main() { | ||
ctx := context.Background() | ||
c, err := config.LoadConfig("/etc/config") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: this would mean that the storage would need to have this config file present?
How would this be mapped in the Helm chart? How would we ensure this config exists? Should we provide an example?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
either we need the file present, or having some env set in order to know the customerID to enrich spans
kubescape/helm-charts#201
@dwertent should we release this to go along with the next Helm release? |
No description provided.