Skip to content

Instantly share code, notes, and snippets.

View MartinHeinz's full-sized avatar
🔥
Bugging the Fixes

Martin Heinz MartinHeinz

🔥
Bugging the Fixes
View GitHub Profile
# https://raw.githubusercontent.com/kuberhealthy/kuberhealthy/master/deploy/grafana/dashboard.json
apiVersion: v1
data:
kuberhealthy.json: |-
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": "-- Grafana --",
<img src="https://raw.githubusercontent.com/<OWNER>/<OWNER>/master/<GIF_NAME>.gif" width="30px">
class User(Base):
__tablename__ = 'user'
id = Column(Integer, primary_key=True)
firstname = Column(String(50))
lastname = Column(String(50))
fullname = column_property(firstname + " " + lastname)
@MartinHeinz
MartinHeinz / Test
Created May 10, 2020 09:13
Gist for testing...
Some text here.
One more line...