Skip to content

Jwomers/tecken

 
 

Repository files navigation

Tecken - All things Mozilla Symbol Server

CircleCI Updates Renovate enabled What's Deployed Code style

Please use the documentation on: https://tecken.readthedocs.io

The production server is: https://symbols.mozilla.org

To Get Coding

You need to be able to run Docker.

Git clone and then run:

make build
make run

Now a development server should be available at http://localhost:3000.

To test the symbolication run:

curl -d '{"stacks":[[[0,11723767],[1, 65802]]],"memoryMap":[["xul.pdb","44E4EC8C2F41492B9369D6B9A059577C2"],["wntdll.pdb","D74F79EB1F8D4A45ABCD2F476CCABACC2"]],"version":4}' http://localhost:8000

Datadog

If you have access to a Mozilla Cloud Ops Datadog account, use this to consume the metrics Tecken sends via statsd. One is for staying health, the other is for keeping track how it does things.

Tecken Operations

Tecken Performance

Tecken Redis

Redis Store Prod

Symbols RDS

New Relic

This requires you have access to the Mozilla_25 New Relic account.

symbols-prod

symbols-stage

Whatsdeployed

Check out https://whatsdeployed.io/s-5HY

The Logo

logo

The logo comes from P.J. Onori and is licensed under Attribution-Non-Commercial 3.0 Netherlands.

Packages

No packages published

Languages

  • Python 73.6%
  • JavaScript 23.6%
  • Shell 1.5%
  • Dockerfile 0.5%
  • Makefile 0.4%
  • CSS 0.2%
  • HTML 0.2%