Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 167523a

Browse files
EzzioMoreiramaryliag
andauthoredMar 18, 2025··
fix: apply suggestions from code review
Co-authored-by: Marylia Gutierrez <maryliag@gmail.com>
1 parent 1d444bf commit 167523a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎content/pt/docs/languages/python/instrumentation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ de trabalho concluídos:
335335

336336
```python
337337
work_counter = meter.create_counter(
338-
"contador.trabalho", unit="1", description="Conta a quantidade de trabalho feito"
338+
"trabalho.contador", unit="1", description="Conta a quantidade de trabalho feito"
339339
)
340340
```
341341

0 commit comments

Comments
 (0)
Please sign in to comment.