-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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 go agent so11y dashboard #13074
Add go agent so11y dashboard #13074
Conversation
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.
@mrproliu Could you have a reivew?
BTW, do we have go application in showcase? |
Yes. The rating service is a Go application that has agent enhancement. We should update it to the latest version in the showcase. @CodePrometheus |
@@ -14,25 +14,28 @@ | |||
# limitations under the License. | |||
|
|||
{{- contains . }} | |||
- id: {{ b64enc "localhost:-1" }}.0 |
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.
Why need to change the service list in E2E?
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.
Since the downstream works with the database, so I included the data.
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.
You removed consumer service, that is something different for the demo services.
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.
Why the previous one didn't fail the e2e? I am a little confused.
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.
maybe we use the {{- contains . }}
? I tested it locally, found that adding VIRTUAL_DATABASE or removing e2e-service-consumer has no impact on the results.
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.
Is there any of this service existing? @mrproliu could you check e2e tooling?
I think once services matched, this PR is good.
CHANGES
log.Ref apache/skywalking-go#214