Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dashpole committed Aug 10, 2022
1 parent 03a34e5 commit fdf9fb4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions specification/compatibility/opencensus.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ metric exporters.

#### Known Incompatibilities

* OpenTelemetry does not suport OpenCensus' GaugeHistogram type; these metrics
* OpenTelemetry does not support OpenCensus' GaugeHistogram type; these metrics
MUST be dropped when using the bridge.

## Semantic Convention Mappings
Expand All @@ -230,4 +230,4 @@ OpenCensus specifies the following [HTTP Attributes](https://github.com/census-i
| `http.status_code` | `http.status_code` | |
| `http.url` | `http.url` | |
| `http.path` | `http.target` | key-name change only |
| `http.route` | N/A | Pass through ok |
| `http.route` | N/A | Pass through ok |
7 changes: 5 additions & 2 deletions specification/metrics/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ linkTitle: SDK
- [ForceFlush()](#forceflush)
- [Shutdown()](#shutdown)
* [Pull Metric Exporter](#pull-metric-exporter)
- [MetricProducer](#metricproducer)
* [Interface Definition](#interface-definition-1)
+ [Produce() batch](#produce-batch)
- [Defaults and configuration](#defaults-and-configuration)
- [Numerical limits handling](#numerical-limits-handling)
- [Compatibility requirements](#compatibility-requirements)
Expand Down Expand Up @@ -1113,11 +1116,11 @@ in-memory state MAY implement the `MetricProducer` interface for convenience.
+-----------------------------+
```

#### Interface Definition
### Interface Definition

A `MetricProducer` MUST support the following functions:

##### Produce() batch
#### Produce() batch

`Produce` SHOULD provide a way to let the caller know whether it succeeded,
failed or timed out. When the `Produce` operation fails, the `MetricProducer`
Expand Down

0 comments on commit fdf9fb4

Please sign in to comment.