good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pggat
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gfx
pggat
Graph
783e921148e29a0090b18daa3974ad2bd3ae032e
Select Git revision
Branches
13
experimental-networking
gnet
interface
markiplier
master
default
protected
middleware
runtime
tomg_codegen
tomg_critic
tomg_traceconfig
tomg_tracing
tomg_util-go-upgrade
tomg_withContext
Tags
16
v0.1.15
v0.1.14
v0.1.13
v0.1.12
v0.1.11
v0.1.10
v0.1.9
v0.1.8
v0.1.7
v0.1.6
v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.0
v0.1.1
29 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
4
Sep
3
29
Aug
27
26
23
22
21
20
19
16
14
13
5
30
Jul
29
26
4
1
18
Jun
17
16
15
14
6
5
21
May
10
9
8
7
6
26
Apr
25
24
23
17
7
Mar
6
20
Feb
23
Jan
16
26
Dec
20
18
21
Nov
20
15
14
13
9
7
2
23
Oct
20
19
18
17
18
17
16
13
12
11
10
6
4
3
2
1
30
Sep
29
28
27
26
25
22
21
19
18
17
16
15
14
13
12
11
8
7
6
5
1
31
Aug
30
29
28
25
24
23
22
21
18
16
15
11
10
9
8
7
4
3
2
1
31
Jul
27
26
25
22
19
18
17
14
22
May
20
19
18
17
16
15
12
11
10
9
Merge branch 'tomg_traceconfig' into tomg_tracing
a
otel tracing module
remove tracing functionality
function to unmarshal a module from config directly
tweak
add tracing support
tomg_traceconfig
tomg_traceconfig
fix issue with ctx
min change set
use "for nesting := d.Nesting(); d.NextBlock(nesting); {" to parse blocks
tomg_critic
tomg_critic
forgot to remove something experimental
change example values so they don't collide with current defaults
change "pool" directive parser to be more functional. Equivalent changes already in "tracing" branch
rename some things for consistency with replication latency critic
if measure lag is null or 0 fallback to query latency
add support for replication critic ("replication_latency" directive)
examples of using penalize directive
remove unused code
use Packet.TypeName()
Merge branch 'tomg_codegen' into tomg_tracing
change Packet interface to force implementation of fmt.Stringer, and add TypeName() string
tomg_codegen
tomg_codegen
added context parameter to RouterFunc and ReadMetrics
updated config parser for critics and replication critic
reduce the # of allocs related to logging
Merge branch 'master' into tomg_tracing
Update Dockerfile
example of setting otel_tracing_option
map string values to TracingOption value
do configuration parse of pool config better
remove unused ENV var
move otel init/shutdown to the correct place
add tracing and tracing middleware (as specified by config)
tracing and debug middleware
otel packages
Merge branch 'master' into tomg_tracing
updated
Merge pull request #7 from gfx-labs/tomg_withContext
add a context
tomg_withContext
tomg_withContext
add pgbench pool for testing
Merge branch 'master' into tomg_withContext
Loading