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
In #8220 we are discussing ignoring bad configuration updates (specifically around invalid/empty sampling policies) which can cause APM to either go into a boot loop on cloud or effectively run in denyall mode.
Opening this issue to ensure we find a way that we don't do so silently:
The absolute minimum we should do is log this rejection.
We need a mechanism to either reject a configuration update or inform Fleet that we've only partially accepted a configuration update. (cc @elastic/fleet).
Explore emitting warnings from apm-server
We could emit warnings in a new datastream that the @elastic/apm-ui folks could use to actively warn users of ongoing warnings.
Create a dedicated warnings API in apm-server that @elastic/apm-ui could query and we can use in our diagnostics tooling.
The text was updated successfully, but these errors were encountered:
This makes sense to me. I don't know where we'd display such information. We have discussed having a "troubleshooting" page where users can see if everything is working as expected (index template setup correctly, is number of dropped spans too high, is cardinality of span.name/transaction.name too high etc)
In #8220 we are discussing ignoring bad configuration updates (specifically around invalid/empty sampling policies) which can cause APM to either go into a boot loop on cloud or effectively run in
denyall
mode.Opening this issue to ensure we find a way that we don't do so silently:
The text was updated successfully, but these errors were encountered: