Skip to content

Commit 167523a

Browse files
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)