Skip to content
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

Fix markdown-link-check and dead links #555

Conversation

arminru
Copy link
Member

@arminru arminru commented Apr 8, 2020

Fixes #554

@bogdandrutu
Copy link
Member

Can you fix the link as well?

@arminru
Copy link
Member Author

arminru commented Apr 8, 2020

@arminru
Copy link
Member Author

arminru commented Apr 8, 2020

specification/trace/sdk_exporters/zipkin.md linked to this paragraph:
https://github.com/open-telemetry/opentelemetry-specification/blob/0ea77a90e68f58f283cb95360ba7bd4d95d5ad8f/specification/data-semantic-conventions.md#semantic-conventions

The type of the attribute SHOULD be specified in the semantic convention for that attribute. Array values are allowed for attributes. For protocols that do not natively support array values such values MUST be represented as JSON strings.

Looks like it was accidentally removed in #546, I brought it back to where it was before.

@@ -73,7 +73,7 @@ attribute named `error`. In case if value of the attribute is `false`, Zipkin
tag needs to be omitted.

Array values MUST be serialized to string like a JSON list as mentioned in
[semantic conventions document](https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-semantic-conventions.md#semantic-conventions).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haha, this passed because the file was available on the master branch when tested. So PR check would not catch this.

Copy link
Member

@andrewhsu andrewhsu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

I double-checked the links from latest git commit b1d3ca5 of this PR

@carlosalberto carlosalberto merged commit c04041e into open-telemetry:master Apr 9, 2020
@arminru arminru deleted the fix-markdownlinkcheck branch April 9, 2020 14:42
carlosalberto pushed a commit to carlosalberto/opentelemetry-specification that referenced this pull request Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failing markdown-link-check does not break build
4 participants