Skip to content

Instantly share code, notes, and snippets.

@pilhuhn
pilhuhn / git-fups.sh
Created July 8, 2021 08:43
My git helper scripts to do the update from upstream dance
#!/bin/sh
# Usage: git-fups [-F]
# -F means force update
# normally the script stops when the local branch has changes.
# sometiemes one just wants to pull in changes from remote, so -F can be used
CBRANCH=`git rev-parse --abbrev-ref HEAD`
MAIN_BRANCH="main"
git branch | grep ". main"
Unknown 0:00
leads to open tracing spec for micro profile.
Unknown 0:05
He said that by the end of March. So in the next week or two. Open telemetry will have its first beta release.
Unknown 0:14
And they're still on track to have what they call a production grade release in the second half of 2020.
Unknown 0:23
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: servicea-thorntail-deployment
spec:
replicas: 1
template:
metadata:
labels:
app: servicea

MicroProfile Metrics and Applications (and other specs)

Currently we assume one MicroProfile Server == 1 Application (deployment). This may hold true, but some severs implementing MicroProfile allow to deploy more than one app and those need to be addressed as well.

Applications

The Scenarios

  • Scenario 1: as today one server hosts 1 app with 1 context-root

dependencies {
gems 'rubygems:asciidoctor-diagram:1.3.0.preview.3'
gems 'rubygems:haml:4.0.6'
gems 'rubygems:thread_safe:0.3.4'
compile files("$javafxHome/jre/lib/jfxrt.jar")
compile 'me.champeau.deck2pdf:deck2pdf:0.3.0'
}
ext {
deckjs_version = '1.0.1'
nager ( Resource[id=-2, type=Mac OS X, key=snert, name=snert, parent=<null>, version=MacOSX 10.6.4] )
[5]:0 > [6]:-7 > Exception in thread "pool-1-thread-2" java.lang.ExceptionInInitializerError
at org.jboss.as.protocol.mgmt.ManagementProtocolHeader.read(ManagementProtocolHeader.java:75)
at org.jboss.as.protocol.mgmt.ManagementResponseHeader.read(ManagementResponseHeader.java:60)
at org.jboss.as.protocol.mgmt.ManagementProtocolHeader.<init>(ManagementProtocolHeader.java:55)
at org.jboss.as.protocol.mgmt.ManagementResponseHeader.<init>(ManagementResponseHeader.java:45)
at org.jboss.as.protocol.mgmt.ManagementRequest$1.handle(ManagementRequest.java:124)
at org.jboss.as.protocol.mgmt.AbstractMessageHandler.handleMessage(AbstractMessageHandler.java:59)
at org.jboss.as.protocol.ConnectionImpl.safeHandleMessage(ConnectionImpl.java:239)
at org.jboss.as.protocol.ConnectionImpl$1$1.run(ConnectionImpl.java:198)