-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[pt] Localize content/en/docs/languages/java/_index.md and getting-st… #5854
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Ezzio Moreira <[email protected]>
Co-authored-by: Ezzio Moreira <[email protected]>
Co-authored-by: Ezzio Moreira <[email protected]>
Co-authored-by: Ezzio Moreira <[email protected]>
Co-authored-by: Ezzio Moreira <[email protected]>
Co-authored-by: Ezzio Moreira <[email protected]>
Co-authored-by: Ezzio Moreira <[email protected]>
Co-authored-by: Ezzio Moreira <[email protected]>
Co-authored-by: Ezzio Moreira <[email protected]>
Co-authored-by: Ezzio Moreira <[email protected]>
Co-authored-by: Ezzio Moreira <[email protected]>
Co-authored-by: Ezzio Moreira <[email protected]>
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.
Ficou muito boa! Adicionei alguns comentários!
otel: 1.45.0 | ||
contrib: 1.42.0 | ||
semconv: 1.29.0 | ||
weight: 18 |
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.
está faltando o default_lang_commit
title: Java | ||
description: >- | ||
<img width="35" class="img-initial" src="/img/logos/32x32/Java_SDK.svg" | ||
alt="Java"> Implementação específica do OpenTelemetry em Java. |
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.
alt="Java"> Implementação específica do OpenTelemetry em Java. | |
alt="Java"> Implementação do OpenTelemetry específica para Java. |
--- | ||
title: Começando com um Exemplo | ||
description: Obtenha telemetria para sua aplicação em menos de 5 minutos! | ||
weight: 10 |
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.
está faltando o default_lang_commit
|
||
## Exemplo de Aplicação {#example-application} | ||
|
||
O exemplo a seguir utiliza uma aplicação básica [Spring Boot]. Você pode usar |
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.
O exemplo a seguir utiliza uma aplicação básica [Spring Boot]. Você pode usar | |
O exemplo a seguir utiliza uma aplicação básica [Spring Boot][]. Você pode usar |
<!-- prettier-ignore-end --> | ||
|
||
Compile e execute a aplicação com o seguinte comando, e então abra | ||
<http://localhost:8080/rolldice> no seu navegador para ter certeza que está funcionando |
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.
<http://localhost:8080/rolldice> no seu navegador para ter certeza que está funcionando | |
<http://localhost:8080/rolldice> no seu navegador para ter certeza que está funcionando. |
[manual instrumentation]: ../instrumentation | ||
[opentelemetry-javaagent.jar]: | ||
https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/latest/download/opentelemetry-javaagent.jar | ||
[releases]: |
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.
não sei se faz diferença a capitalização, mas quando você está chamando essa tag, você utilizou Releases
|
||
{{% alert title="Importante" color="warning" %}} | ||
|
||
- Substitua `PATH/TO` acima pelo caminho correto até o arquivo JAR. |
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.
- Substitua `PATH/TO` acima pelo caminho correto até o arquivo JAR. | |
- Substitua `PATH/TO` acima pelo caminho correto para o seu arquivo JAR. |
|
||
- Execute este exemplo com outro [exportador][] para dados de telemetria. | ||
- Experimente a [instrumentação sem código](/docs/zero-code/java/agent/) em uma de suas próprias aplicações. | ||
- Para telemetria levemente personalizada, experimente [annotations][]. |
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.
- Para telemetria levemente personalizada, experimente [annotations][]. | |
- Para telemetria levemente personalizada, experimente [anotações][]. |
[rastros]: /docs/concepts/signals/traces/ | ||
[metricas]: /docs/concepts/signals/metrics/ | ||
[logs]: /docs/concepts/signals/logs/ | ||
[annotations]: /docs/zero-code/java/agent/annotations/ |
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.
[annotations]: /docs/zero-code/java/agent/annotations/ | |
[anotações]: /docs/zero-code/java/agent/annotations/ |
e o [Serviço de Detecção de Fraude](/docs/demo/services/fraud-detection/) baseado em Kotlin | ||
|
||
[rastros]: /docs/concepts/signals/traces/ | ||
[metricas]: /docs/concepts/signals/metrics/ |
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.
quando você chama essa tag usa como métricas
. Faz diferença que aqui não possui o acento? Só conferir se o link está funcionando mesmo
Closes: #5825