File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
examples/otlpmetrics-function Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,13 @@ tasks.named('shadowJar', ShadowJar) {
62
62
destinationDirectory. set(file(' out/deployment/' ))
63
63
}
64
64
65
+ clean {
66
+ doLast {
67
+ println " Deleting previous output..."
68
+ project. delete(files(' out' ))
69
+ }
70
+ }
71
+
65
72
// Task only used to test the function locally
66
73
tasks. register(' runFunction' , JavaExec ) {
67
74
mainClass = ' com.google.cloud.functions.invoker.runner.Invoker'
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM otel/opentelemetry-collector-contrib:0.87 .0
15
+ FROM otel/opentelemetry-collector-contrib:0.111 .0
16
16
17
17
COPY collector-config.yaml /etc/otelcol-contrib/config.yaml
You can’t perform that action at this time.
0 commit comments