1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-07-17 01:12:45 +02:00

example/dice: Do not use semconv (#4849)

* example/dice: Do not use semconv

* Update docs

* Remove resource code and use defaults
This commit is contained in:
Robert Pająk
2024-01-25 19:21:43 +01:00
committed by GitHub
parent c573785b8a
commit 6f96e67adb
3 changed files with 11 additions and 28 deletions

View File

@ -12,5 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// Dice is the "Roll the dice" getting started example application.
// Dice is the "Roll the dice" application.
//
// [Getting Started] uses this example to demonstrate OpenTelemetry Go.
//
// [Getting Started]: https://opentelemetry.io/docs/languages/net/automatic/getting-started/
package main