Skip to content

Commit

Permalink
Add automatically semantic conventions from the spec (open-telemetry#873
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff authored and yxue committed Dec 5, 2022
1 parent 485a1e1 commit d9ad0af
Show file tree
Hide file tree
Showing 19 changed files with 2,998 additions and 522 deletions.
1,004 changes: 554 additions & 450 deletions CHANGELOG.md

Large diffs are not rendered by default.

11 changes: 7 additions & 4 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,27 @@

## Pre Release

1: Make sure all relevant changes for this release are included under
1: Upgrade to latest [semantic-conventions](docs/semantic-conventions.md)
if required.

2: Make sure all relevant changes for this release are included under
`Unreleased` section in `CHANGELOG.md` and are in language that non-contributors
to the project can understand.

2: Run the pre-release script. It creates a branch `pre_release_<new-tag>` and
3: Run the pre-release script. It creates a branch `pre_release_<new-tag>` and
updates `CHANGELOG.md` with the `<new-tag>`:

```sh
./buildscripts/pre_release.sh -t <new-tag>
```

3: Verify that CHANGELOG.md is updated properly:
4: Verify that CHANGELOG.md is updated properly:

```sh
git diff main
```

4: Push the changes to upstream and create a Pull Request on GitHub. Be sure to
5: Push the changes to upstream and create a Pull Request on GitHub. Be sure to
include the curated changes from the [Changelog](./CHANGELOG.md) in the
description.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
// https://github.com/open-telemetry/opentelemetry-specification/tree/v1.0.0/specification/trace/semantic_conventions
// and MAY will change in future.

// "This file is deprecated. Use opentelemetry/trace/semantic_conventions.h"

#pragma once

#include "opentelemetry/common/string_util.h"
Expand Down
Loading

0 comments on commit d9ad0af

Please sign in to comment.