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
The log data model was recently update to include a second timestamp. In order for logging exporters to maintain their current functionality, they must be updated to use Timestamp when it is present, and ObservedTimestamp otherwise.
A quick search appears to show that the following exporters may be affected:
azuremonitorexporter
observiqexporter
lokiexporter
This issue is dependent upon collector#5171 being completed first.
The text was updated successfully, but these errors were encountered:
The log data model was recently update to include a second timestamp. In order for logging exporters to maintain their current functionality, they must be updated to use
Timestamp
when it is present, andObservedTimestamp
otherwise.A quick search appears to show that the following exporters may be affected:
azuremonitorexporter
observiqexporter
lokiexporter
This issue is dependent upon collector#5171 being completed first.
The text was updated successfully, but these errors were encountered: