Skip to content

Commit e2b215b

Browse files
committed
Refined few conditions
1 parent 4f717da commit e2b215b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/sources/k6/next/misc/versioning-and-stability-guarantees.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,15 @@ Experimental modules, recognizable from their `k6/experimental` prefixed import
112112

113113
Our stable and supported API surface also includes the extensions API, which empowers internal and external developers to build custom modules and outputs as part of the k6 codebase or as external extensions.
114114

115+
It covers any package publicly available in `go.k6.io/k6`. Consequentially, all the packages under `go.k6.io/k6/internal` package are excluded.
116+
115117
This includes the [go.k6.io/k6/js/modules](https://pkg.go.dev/go.k6.io/[email protected]/js/modules) Go package that internal and external developers have available to build module extensions, as well as the [go.k6.io/k6/output](https://pkg.go.dev/go.k6.io/[email protected]/output) that can be used to build custom outputs for k6.
116118

117119
It also includes public k6 Go packages that are exposed to developers to facilitate the development of these extensions. For example, the current [go.k6.io/k6/lib.State](https://pkg.go.dev/go.k6.io/[email protected]/lib#State) package.
118120

119121
### Output
120122

121-
We guarantee the stability and support of metrics, logs, traces, and profiling outputs that we fully control in an end-to-end flow. This includes the JSON, CSV, JSON summary exports, cloud metrics, logs and traces outputs, and OpenTelemetry formats while excluding outputs dependent on third-party platforms and protocols.
123+
We guarantee the stability and support of metrics, logs, traces, and profiling outputs that we fully control in an end-to-end flow. This includes the JSON, CSV, cloud metrics, logs and traces outputs, and OpenTelemetry formats while excluding outputs dependent on third-party platforms and protocols.
122124

123125
### Metrics
124126

0 commit comments

Comments
 (0)