-
Notifications
You must be signed in to change notification settings - Fork 360
Updated rabbitmq golden metrics for OTEL instrumentation #2363
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
base: main
Are you sure you want to change the base?
Conversation
entityBot
left a comment
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.
beep boop bop.
I have found some errors processing these changes:
* Error VALIDATING domainType: 'MEDIA_STREAMING-VIDEO' on Golden metrics for key 'SELECT average(timeSinceContentRequested - if(contentStartTime > adEndTimestamp,preAdDuration, 0 )) as avgStartTime FROM FROM VideoAction SELECT latest(timestamp) as contentStartTime, latest(timeSinceRequested) AS timeSinceContentRequested WHERE actionName = 'CONTENT_START' FACET viewId LIMIT MAX) LEFT JOIN (FROM VideoAdAction SELECT sum(timeSinceAdStarted) AS preAdDuration ,latest(timestamp) as adEndTimestamp WHERE actionName = 'AD_END' AND adPosition = 'pre' FACET viewId LIMIT MAX) ON viewId WHERE entity.guid IN ('guid') FACET entity.name TIMESERIES' - Exception: Error validating the query.
* Error VALIDATING domainType: 'MEDIA_STREAMING-VIDEO' on Golden metrics for key 'SELECT 100 * (filter(uniqueCount(viewId), WHERE actionName = 'CONTENT_ERROR' AND timeSinceStarted IS NULL) / (FROM VideoErrorAction, VideoAdAction SELECT uniqueCount(viewId))) FROM VideoErrorAction WHERE entity.guid IN ('guid') FACET entity.name TIMESERIES' - Exception: The select clause cannot be used to produce a valid golden metric.
* Error VALIDATING domainType: 'MEDIA_STREAMING-VIDEO' on Golden metrics for key 'SELECT 100 * (filter(uniqueCount(viewId), WHERE actionName = 'AD_ERROR' AND timeSinceAdStarted IS NULL) / (FROM VideoErrorAction, VideoAdAction SELECT uniqueCount(viewId))) FROM VideoErrorAction WHERE entity.guid IN ('guid') FACET entity.name TIMESERIES' - Exception: The select clause cannot be used to produce a valid golden metric.
* Error VALIDATING domainType: 'MEDIA_STREAMING-VIDEO' on Golden metrics for key 'SELECT 100 * (filter(uniqueCount(viewId), WHERE actionName = 'CONTENT_END' AND timeSinceLastError < 1000 AND timeSinceStarted > 0) / (FROM VideoErrorAction, VideoAdAction SELECT uniqueCount(viewId))) FROM VideoAction WHERE entity.guid IN ('guid') FACET entity.name TIMESERIES' - Exception: The select clause cannot be used to produce a valid golden metric.
* Error VALIDATING domainType: 'MEDIA_STREAMING-VIDEO' on Golden metrics for key 'SELECT 100 * (filter(uniqueCount(viewId), WHERE actionName = 'AD_END' AND timeSinceLastError < 1000 AND timeSinceAdStarted > 0) / (FROM VideoErrorAction, VideoAdAction SELECT uniqueCount(viewId))) FROM VideoAdAction WHERE entity.guid IN ('guid') FACET entity.name TIMESERIES' - Exception: The select clause cannot be used to produce a valid golden metric.
|
👋 This PR has seen no activity in over 3 days and is still awaiting approval from: @newrelic/EP Please review or provide an update. |
5 similar comments
|
👋 This PR has seen no activity in over 3 days and is still awaiting approval from: @newrelic/EP Please review or provide an update. |
|
👋 This PR has seen no activity in over 3 days and is still awaiting approval from: @newrelic/EP Please review or provide an update. |
|
👋 This PR has seen no activity in over 3 days and is still awaiting approval from: @newrelic/EP Please review or provide an update. |
|
👋 This PR has seen no activity in over 3 days and is still awaiting approval from: @newrelic/EP Please review or provide an update. |
|
👋 This PR has seen no activity in over 3 days and is still awaiting approval from: @newrelic/EP Please review or provide an update. |
|
👋 This PR has seen no activity in over 4 days and is still awaiting approval from: @newrelic/EP Please review or provide an update. |
|
@ujwalsah could you please resolve conflicts? |
|
👋 This PR has seen no activity in over 3 days and is still awaiting approval from: @newrelic/EP Please review or provide an update. |
Relevant information
Checklist
identifierwill be unique and valid.