You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/grafana-lgtm.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Grafana LGTM
2
2
3
-
Not available until the next release of testcontainers-go <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
3
+
Since testcontainers-go <ahref="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.33.0"><spanclass="tc-version">:material-tag: v0.33.0</span></a>
4
4
5
5
## Introduction
6
6
@@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/grafanalgtm
24
24
25
25
### Run function
26
26
27
-
-Not available until the next release of testcontainers-go <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.
@@ -50,7 +50,7 @@ E.g. `Run(context.Background(), "grafana/otel-lgtm:0.6.0")`.
50
50
51
51
#### Admin Credentials
52
52
53
-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
53
+
- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.33.0"><span class="tc-version">:material-tag: v0.33.0</span></a>
54
54
55
55
If you need to set different admin credentials in the Grafana LGTM container, you can set them using the `WithAdminCredentials(user, password)` option.
56
56
@@ -65,37 +65,37 @@ The Grafana LGTM container exposes the following methods:
65
65
66
66
#### GrafanaEndpoint
67
67
68
-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
The `HttpEndpoint(ctx)` method returns the HTTP endpoint to connect to Grafana, using the default`3000` port. The same method with the `Must` prefix returns just the endpoing, and panics if an error occurs.
71
71
72
72
#### LokiEndpoint
73
73
74
-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
The `LokiEndpoint(ctx)` method returns the HTTP endpoint to connect to Loki, using the default`3100` port. The same method with the `Must` prefix returns just the endpoing, and panics if an error occurs.
77
77
78
78
#### TempoEndpoint
79
79
80
-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
The `TempoEndpoint(ctx)` method returns the HTTP endpoint to connect to Tempo, using the default`3200` port. The same method with the `Must` prefix returns just the endpoing, and panics if an error occurs.
83
83
84
84
#### OtelHTTPEndpoint
85
85
86
-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
The `OtelHTTPEndpoint(ctx)` method returns the endpoint to connect to Otel using HTTP, using the default`4318` port. The same method with the `Must` prefix returns just the endpoing, and panics if an error occurs.
89
89
90
90
#### Otel gRPC Endpoint
91
91
92
-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
The `OtelGRPCEndpoint(ctx)` method returns the endpoint to connect to Otel using gRPC, using the default`4317` port. The same method with the `Must` prefix returns just the endpoing, and panics if an error occurs.
95
95
96
96
#### PrometheusEndpoint
97
97
98
-
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
The `PrometheusHttpEndpoint(ctx)` method returns the endpoint to connect to Prometheus, using the default`9090` port. The same method with the `Must` prefix returns just the endpoing, and panics if an error occurs.
Copy file name to clipboardExpand all lines: docs/modules/valkey.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Valkey
2
2
3
-
Not available until the next release of testcontainers-go <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
3
+
Since testcontainers-go <ahref="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.33.0"><spanclass="tc-version">:material-tag: v0.33.0</span></a>
4
4
5
5
## Introduction
6
6
@@ -24,7 +24,7 @@ go get github.com/testcontainers/testcontainers-go/modules/valkey
24
24
25
25
### Run function
26
26
27
-
-Not available until the next release of testcontainers-go <ahref="https://github.com/testcontainers/testcontainers-go"><spanclass="tc-version">:material-tag: main</span></a>
The `RunContainer(ctx, opts...)` function is deprecated and will be removed in the next major release of _Testcontainers for Go_.
@@ -52,10 +52,14 @@ E.g. `Run(context.Background(), "valkey/valkey:7.2.5")`.
52
52
53
53
#### Snapshotting
54
54
55
+
- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.33.0"><span class="tc-version">:material-tag: v0.33.0</span></a>
56
+
55
57
By defaultValkey saves snapshots of the dataset on disk, in a binary file called dump.rdb. You can configure Valkey to have it save the dataset every `N` seconds if there are at least `M` changes in the dataset. E.g. `WithSnapshotting(10, 1)`.
56
58
57
59
#### LogLevel
58
60
61
+
- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.33.0"><span class="tc-version">:material-tag: v0.33.0</span></a>
62
+
59
63
You can easily set the valkey logging level. E.g. `WithLogLevel(LogLevelDebug)`.
60
64
61
65
#### Valkey configuration
@@ -68,6 +72,8 @@ The Valkey container exposes the following methods:
68
72
69
73
#### ConnectionString
70
74
75
+
- Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.33.0"><span class="tc-version">:material-tag: v0.33.0</span></a>
76
+
71
77
This method returns the connection string to connect to the Valkey container, using the default`6379` port.
0 commit comments