Srikanth Chekuri
Srikanth Chekuri
I think this equally applies to `OpampConnectionSettings`. Capabilities like config and packages have status fields to indicate the `ErrorMessage`. How is it expected that error from the new connection settings...
We need to add `SetFlags` on the OpAMPClient interface. And `ClientCommon` implementation to schedule to send it in the next message. https://github.com/open-telemetry/opamp-go/blob/9efb265ce3818016ed36ecfa0fc3ce86c5c1cf96/client/client.go#L11-L83 Just to note, If your server implementation sends...
@nemoshlag, any chance you can rebase and resolve the conflicts?
Another case https://github.com/open-telemetry/opamp-go/actions/runs/6248732304/job/16963976273
We can't avoid materialization but we should implement the mutation cleanly. [Here](https://saasmonitor.eu.signoz.cloud/logs/logs-explorer?compositeQuery=%257B%2522queryType%2522%253A%2522builder%2522%252C%2522builder%2522%253A%257B%2522queryData%2522%253A%255B%257B%2522queryName%2522%253A%2522A%2522%252C%2522stepInterval%2522%253A60%252C%2522dataSource%2522%253A%2522logs%2522%252C%2522aggregateOperator%2522%253A%2522noop%2522%252C%2522aggregateAttribute%2522%253A%257B%2522key%2522%253A%2522%2522%252C%2522dataType%2522%253A%2522%2522%252C%2522type%2522%253A%2522%2522%252C%2522isColumn%2522%253Afalse%252C%2522isJSON%2522%253Afalse%257D%252C%2522filters%2522%253A%257B%2522op%2522%253A%2522AND%2522%252C%2522items%2522%253A%255B%257B%2522key%2522%253A%257B%2522key%2522%253A%2522k8s.container.name%2522%252C%2522dataType%2522%253A%2522string%2522%252C%2522type%2522%253A%2522resource%2522%252C%2522isColumn%2522%253Afalse%252C%2522isJSON%2522%253Afalse%257D%252C%2522value%2522%253A%2522clickhouse%2522%252C%2522op%2522%253A%2522contains%2522%257D%252C%257B%2522key%2522%253A%257B%2522key%2522%253A%2522preauth%2522%252C%2522dataType%2522%253A%2522string%2522%252C%2522type%2522%253A%2522tag%2522%252C%2522isColumn%2522%253Afalse%252C%2522isJSON%2522%253Afalse%257D%252C%2522value%2522%253A%2522done%2522%252C%2522op%2522%253A%2522%253D%2522%257D%252C%257B%2522key%2522%253A%257B%2522key%2522%253A%2522body%2522%252C%2522dataType%2522%253A%2522string%2522%252C%2522type%2522%253A%2522%2522%252C%2522isColumn%2522%253Atrue%252C%2522isJSON%2522%253Afalse%257D%252C%2522value%2522%253A%2522Exception%2522%252C%2522op%2522%253A%2522contains%2522%257D%252C%257B%2522key%2522%253A%257B%2522key%2522%253A%2522k8s.namespace.name%2522%252C%2522dataType%2522%253A%2522%2522%252C%2522type%2522%253A%2522%2522%252C%2522isColumn%2522%253Afalse%252C%2522isJSON%2522%253Afalse%257D%252C%2522value%2522%253A%2522xvop-trlg%2522%252C%2522op%2522%253A%2522%253D%2522%257D%255D%257D%252C%2522expression%2522%253A%2522A%2522%252C%2522disabled%2522%253Afalse%252C%2522limit%2522%253A0%252C%2522offset%2522%253A0%252C%2522pageSize%2522%253A0%252C%2522orderBy%2522%253A%255B%257B%2522columnName%2522%253A%2522timestamp%2522%252C%2522order%2522%253A%2522desc%2522%257D%255D%252C%2522ShiftBy%2522%253A0%257D%255D%252C%2522queryFormulas%2522%253A%255B%255D%257D%252C%2522promql%2522%253A%255B%257B%2522name%2522%253A%2522A%2522%252C%2522query%2522%253A%2522%2522%252C%2522legend%2522%253A%2522%2522%252C%2522disabled%2522%253Afalse%257D%255D%252C%2522clickhouse_sql%2522%253A%255B%257B%2522name%2522%253A%2522A%2522%252C%2522legend%2522%253A%2522%2522%252C%2522disabled%2522%253Afalse%252C%2522query%2522%253A%2522%2522%257D%255D%252C%2522id%2522%253A%25223f4ab8bb-3510-4daa-86ad-327091262ef6%2522%257D&timeRange=%7B%22start%22%3A1718876640000%2C%22end%22%3A1718876940000%2C%22pageSize%22%3A100%7D&startTime=1718876640000&endTime=1718876940000&options=%7B%22maxLines%22%3A2%2C%22format%22%3A%22list%22%2C%22selectColumns%22%3A%5B%5D%7D) is another instance that spams me with error logs. The same issue where the column is removed in...
Steps to address the inconsistent remote inserts from other shards. 1. Look at the logs of the ClickHouse and find the columns that are the reason for insert failures. 2....
@vikrantgupta25 prepared the docs https://www.notion.so/signoz/QB-and-PromQL-support-in-dashboard-variables-00063c3b75a645148332c3ce9fe58092. Please take a look
@codeboten I'll pick this up if it is not done already.
Ah I just noticed that there is one more issue #1106 that is related to this. Maybe it's better if these are completed sequentially.
> since it's an enum we should just use the string values for it Please elaborate. What do you mean by _just use the string values for it_. Are you...