Skip to content

Commit

Permalink
make fit on a slide
Browse files Browse the repository at this point in the history
  • Loading branch information
rhildred committed Oct 3, 2024
1 parent e914208 commit e5dc1f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monolith_instrumenting/slides.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Chapter 3 and 5 in the book
## Attributes (from today's lab)

```python
# Now create a counter instrument to make measurements with
# Now create a counter
roll_counter = meter.create_counter(
"dice.rolls",
description="The number of rolls by roll value",
Expand Down Expand Up @@ -150,7 +150,7 @@ with tracer.start_as_current_span("roll") as rollspan:
```python
from opentelemetry import metrics
meter = metrics.get_meter("diceroller.meter")
# Now create a counter instrument to make measurements with
# Now create a counter
roll_counter = meter.create_counter(
"dice.rolls",
description="The number of rolls by roll value",
Expand Down

0 comments on commit e5dc1f7

Please sign in to comment.